Upgraded to current version of Flutter
parent
5e0d78c325
commit
6fe0da50ed
|
@ -19,7 +19,7 @@ Both can be executed from the IDE and the command line, e.g.
|
|||
To build an app for Android or iOS, one of these files hast to be linked or renamed to `main.dart`.
|
||||
|
||||
|
||||
Tested with Flutter (Channel stable, 3.3.4, on Ubuntu 22.04.1) and
|
||||
Tested with Flutter (Channel stable, 3.2.x - 3.7.x on Ubuntu 22.04.1) and
|
||||
|
||||
- Android
|
||||
- Linux
|
||||
|
|
|
@ -6,7 +6,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
|||
version: 1.0.0+1
|
||||
|
||||
environment:
|
||||
sdk: ">=2.18.0 <3.0.0"
|
||||
sdk: ">=2.19.0 <3.0.0"
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
|
@ -15,9 +15,8 @@ dependencies:
|
|||
flutter_localizations:
|
||||
sdk: flutter
|
||||
|
||||
location: ^4.3.0
|
||||
location: ^4.4.0
|
||||
|
||||
cupertino_icons: ^1.0.2
|
||||
wakelock: ^0.6.2
|
||||
provider: ^6.0.1
|
||||
intl: ^0.17.0
|
||||
|
|
Loading…
Reference in New Issue