Skip to content

Commit

Permalink
v2.1.0 -- version bump
Browse files Browse the repository at this point in the history
Add deep link support (#82, #206)
Migrate api to NNBD (#84)
Add support for sticker (#85)
New launcher icon (#87)
Add support for video (#86)
Make use of autofill (#55)
Add support for desktop (#50, #78, #79)
Add developer menu (#96)
Store token in secure storage (#94)
Add support for Android monochrome icon (#181)
Remove register screen (#204)
Remove sign in with Facebook feature (#207)
Use bottom sheet for font control (#208)
Remove my feed screen (#209)
Numerous bug fixes and improvements
  • Loading branch information
daohoangson committed Aug 17, 2023
1 parent f65d9b2 commit 685c55d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: the_app
description: Tinh tế mobile apps built with Flutter for evaluation purposes.
version: 2.0.1
version: 2.1.0
publish_to: none

environment:
Expand Down

1 comment on commit 685c55d

@github-actions
Copy link

@github-actions github-actions bot commented on 685c55d Aug 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Linux build

# Generated code do not commit.
file(TO_CMAKE_PATH "/opt/hostedtoolcache/flutter/stable-3.10.6-x64" FLUTTER_ROOT)
file(TO_CMAKE_PATH "/home/runner/work/flutter-tinhte_demo/flutter-tinhte_demo" PROJECT_DIR)

set(FLUTTER_VERSION "2.1.0+6141" PARENT_SCOPE)
set(FLUTTER_VERSION_MAJOR 2 PARENT_SCOPE)
set(FLUTTER_VERSION_MINOR 1 PARENT_SCOPE)
set(FLUTTER_VERSION_PATCH 0 PARENT_SCOPE)
set(FLUTTER_VERSION_BUILD 6141 PARENT_SCOPE)

# Environment variables to pass to tool_backend.sh
list(APPEND FLUTTER_TOOL_ENVIRONMENT
  "FLUTTER_ROOT=/opt/hostedtoolcache/flutter/stable-3.10.6-x64"
  "PROJECT_DIR=/home/runner/work/flutter-tinhte_demo/flutter-tinhte_demo"
  "DART_OBFUSCATION=false"
  "TRACK_WIDGET_CREATION=true"
  "TREE_SHAKE_ICONS=true"
  "PACKAGE_CONFIG=/home/runner/work/flutter-tinhte_demo/flutter-tinhte_demo/.dart_tool/package_config.json"
  "FLUTTER_TARGET=lib/main.dart"
)

bundle.zip

Android builds

sdk.dir=/usr/local/lib/android/sdk
flutter.sdk=/opt/hostedtoolcache/flutter/stable-3.10.6-x64
flutter.buildMode=release
flutter.versionName=2.1.0
flutter.versionCode=6141

Windows build

# Generated code do not commit.
file(TO_CMAKE_PATH "C:\\hostedtoolcache\\windows\\flutter\\stable-3.10.6-x64" FLUTTER_ROOT)
file(TO_CMAKE_PATH "D:\\a\\flutter-tinhte_demo\\flutter-tinhte_demo" PROJECT_DIR)

set(FLUTTER_VERSION "2.1.0+6141" PARENT_SCOPE)
set(FLUTTER_VERSION_MAJOR 2 PARENT_SCOPE)
set(FLUTTER_VERSION_MINOR 1 PARENT_SCOPE)
set(FLUTTER_VERSION_PATCH 0 PARENT_SCOPE)
set(FLUTTER_VERSION_BUILD 6141 PARENT_SCOPE)

# Environment variables to pass to tool_backend.sh
list(APPEND FLUTTER_TOOL_ENVIRONMENT
  "FLUTTER_ROOT=C:\\hostedtoolcache\\windows\\flutter\\stable-3.10.6-x64"
  "PROJECT_DIR=D:\\a\\flutter-tinhte_demo\\flutter-tinhte_demo"
  "FLUTTER_ROOT=C:\\hostedtoolcache\\windows\\flutter\\stable-3.10.6-x64"
  "FLUTTER_EPHEMERAL_DIR=D:\\a\\flutter-tinhte_demo\\flutter-tinhte_demo\\windows\\flutter\\ephemeral"
  "PROJECT_DIR=D:\\a\\flutter-tinhte_demo\\flutter-tinhte_demo"
  "FLUTTER_TARGET=lib\\main.dart"
  "DART_OBFUSCATION=false"
  "TRACK_WIDGET_CREATION=true"
  "TREE_SHAKE_ICONS=true"
  "PACKAGE_CONFIG=D:\\a\\flutter-tinhte_demo\\flutter-tinhte_demo\\.dart_tool\\package_config.json"
)

  1. Installing a test certificate directly from an MSIX package
  2. Then run the installer

iOS build

// This is a generated file; do not edit or check into version control.
FLUTTER_ROOT=/Users/runner/hostedtoolcache/flutter/stable-3.10.6-x64
FLUTTER_APPLICATION_PATH=/Users/runner/work/flutter-tinhte_demo/flutter-tinhte_demo
COCOAPODS_PARALLEL_CODE_SIGN=true
FLUTTER_TARGET=lib/main.dart
FLUTTER_BUILD_DIR=build
FLUTTER_BUILD_NAME=2.1.0
FLUTTER_BUILD_NUMBER=6141
EXCLUDED_ARCHS[sdk=iphonesimulator*]=i386
EXCLUDED_ARCHS[sdk=iphoneos*]=armv7
DART_OBFUSCATION=false
TRACK_WIDGET_CREATION=false
TREE_SHAKE_ICONS=true
PACKAGE_CONFIG=/Users/runner/work/flutter-tinhte_demo/flutter-tinhte_demo/.dart_tool/package_config.json

manifest.plist

macOS build

// This is a generated file; do not edit or check into version control.
FLUTTER_ROOT=/Users/runner/hostedtoolcache/flutter/stable-3.10.6-x64
FLUTTER_APPLICATION_PATH=/Users/runner/work/flutter-tinhte_demo/flutter-tinhte_demo
COCOAPODS_PARALLEL_CODE_SIGN=true
FLUTTER_TARGET=lib/main.dart
FLUTTER_BUILD_DIR=build
FLUTTER_BUILD_NAME=2.1.0
FLUTTER_BUILD_NUMBER=6141
DART_OBFUSCATION=false
TRACK_WIDGET_CREATION=true
TREE_SHAKE_ICONS=true
PACKAGE_CONFIG=/Users/runner/work/flutter-tinhte_demo/flutter-tinhte_demo/.dart_tool/package_config.json

Please sign in to comment.