Prepare for a test release
This commit is contained in:
+5
-7
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||
# In Windows, build-name is used as the major, minor, and patch parts
|
||||
# of the product and file versions while build-number is used as the build suffix.
|
||||
version: 1.0.0+1
|
||||
version: 0.1.0+1
|
||||
|
||||
environment:
|
||||
sdk: ^3.9.2
|
||||
@@ -38,7 +38,6 @@ dependencies:
|
||||
git:
|
||||
url: https://github.com/lines-of-codes/system_theme.git
|
||||
path: ./system_theme/
|
||||
flutter_secure_storage: ^10.0.0
|
||||
esptouch_flutter:
|
||||
git: https://github.com/smaho-engineering/esptouch_flutter.git
|
||||
network_info_plus: ^7.0.0
|
||||
@@ -46,10 +45,9 @@ dependencies:
|
||||
sdk: flutter
|
||||
intl: ^0.20.2
|
||||
permission_handler: ^12.0.1
|
||||
google_fonts: ^8.0.0
|
||||
path_provider: ^2.1.5
|
||||
path: ^1.9.1
|
||||
json_annotation: ^4.10.0
|
||||
json_annotation: ^4.11.0
|
||||
flutter_speed_dial: ^7.0.0
|
||||
http: ^1.6.0
|
||||
nfc_manager: ^4.1.1
|
||||
@@ -57,7 +55,7 @@ dependencies:
|
||||
qr_flutter: ^4.1.0
|
||||
dio: ^5.9.1
|
||||
gap: ^3.0.1
|
||||
mobile_scanner: ^7.1.4
|
||||
mobile_scanner: ^7.2.0
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
@@ -69,8 +67,8 @@ dev_dependencies:
|
||||
# package. See that file for information about deactivating specific lint
|
||||
# rules and activating additional ones.
|
||||
flutter_lints: ^6.0.0
|
||||
json_serializable: ^6.12.0
|
||||
build_runner: ^2.10.5
|
||||
json_serializable: ^6.13.0
|
||||
build_runner: ^2.11.1
|
||||
|
||||
# For information on the generic Dart part of this file, see the
|
||||
# following page: https://dart.dev/tools/pub/pubspec
|
||||
|
||||
Reference in New Issue
Block a user