Skip to content

Commit

Permalink
Release/1.4.1 (#117)
Browse files Browse the repository at this point in the history
* chore: upgrade packages

* chore: update version number

* Revert "chore: turn zuvio entry back"

This reverts commit 999f830.

* Revert "Revert "chore: turn zuvio entry back""

This reverts commit b42cbfe.
  • Loading branch information
Xanonymous-GitHub authored May 21, 2022
1 parent cec37b5 commit 8246948
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
30 changes: 15 additions & 15 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ packages:
name: bot_toast
url: "https://pub.dartlang.org"
source: hosted
version: "4.0.1"
version: "4.0.2"
build:
dependency: transitive
description:
Expand Down Expand Up @@ -203,7 +203,7 @@ packages:
name: chewie
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.2"
version: "1.3.3"
chopper:
dependency: transitive
description:
Expand Down Expand Up @@ -748,7 +748,7 @@ packages:
name: http_parser
url: "https://pub.dartlang.org"
source: hosted
version: "4.0.0"
version: "4.0.1"
image:
dependency: transitive
description:
Expand Down Expand Up @@ -818,7 +818,7 @@ packages:
name: local_auth
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.2"
version: "2.1.0"
local_auth_android:
dependency: transitive
description:
Expand All @@ -840,6 +840,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.3"
local_auth_windows:
dependency: transitive
description:
name: local_auth_windows
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.0"
logger:
dependency: "direct main"
description:
Expand Down Expand Up @@ -1326,7 +1333,7 @@ packages:
description:
path: "."
ref: main
resolved-ref: ea966f7f20fa3a0e789da50753d5302dbdd164d6
resolved-ref: "2638890d00ee34e2d1c3386f329119fd19b7be2f"
url: "[email protected]:NTUT-NPC/TAT-Core.git"
source: git
version: "1.0.0-4.0.pre"
Expand Down Expand Up @@ -1392,7 +1399,7 @@ packages:
name: url_launcher_ios
url: "https://pub.dartlang.org"
source: hosted
version: "6.0.16"
version: "6.0.17"
url_launcher_linux:
dependency: transitive
description:
Expand Down Expand Up @@ -1449,13 +1456,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
very_good_analysis:
dependency: transitive
description:
name: very_good_analysis
url: "https://pub.dartlang.org"
source: hosted
version: "2.4.0"
video_player:
dependency: "direct main"
description:
Expand Down Expand Up @@ -1576,5 +1576,5 @@ packages:
source: hosted
version: "3.1.1"
sdks:
dart: ">=2.17.0 <3.0.0"
flutter: ">=3.0.0"
dart: ">=2.17.1 <3.0.0"
flutter: ">=3.0.1"
12 changes: 6 additions & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ publish_to: 'none'
# flutter clean && flutter build ipa --split-debug-info=build/app/outputs/symbols --obfuscate && flutter build appbundle --split-debug-info=build/app/outputs/symbols --obfuscate
# follow the google play new policy in 2021, do not build apk but aab.
# CHECK THE BUILD CODE BEFORE DISTRIBUTION!!
version: 1.4.0+5012
version: 1.4.1+5013

environment:
flutter: ">=3.0.0 <4.0.0"
sdk: ">=2.17.0 <3.0.0"
flutter: ">=3.0.1 <4.0.0"
sdk: ">=2.17.1 <3.0.0"

dependencies:
flutter:
Expand Down Expand Up @@ -44,7 +44,7 @@ dependencies:
device_info: ^2.0.3
html_unescape: ^2.0.0
#處理HTML特殊字
local_auth: ^2.0.2
local_auth: ^2.1.0
#驗證身分指紋
version: ^2.0.0
#版本比較
Expand Down Expand Up @@ -97,7 +97,7 @@ dependencies:
mime_type: ^1.0.0
#----------Widget----------#
get: ^4.6.3
bot_toast: ^4.0.1
bot_toast: ^4.0.2
pull_to_refresh: ^2.0.0
#提供ListView可下拉式更新並且可動態加載
cached_network_image: ^3.2.1
Expand Down Expand Up @@ -128,7 +128,7 @@ dependencies:
firebase_remote_config: ^2.0.7
firebase_messaging: ^11.4.0

http_parser: ^4.0.0
http_parser: ^4.0.1

modal_bottom_sheet: ^2.0.1
email_validator: ^2.0.1
Expand Down

0 comments on commit 8246948

Please sign in to comment.