ci: update flutter SDK to >=3.2.0 <4.0.0
This commit is contained in:
parent
d7f962fe4c
commit
dad70f24f6
|
|
@ -4,11 +4,14 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||||
version: 1.2.8-1
|
version: 1.2.8-1
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.15.0 <3.0.0"
|
sdk: ">=3.2.0 <4.0.0"
|
||||||
|
flutter: "3.22.2"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
|
flutter_localizations:
|
||||||
|
sdk: flutter
|
||||||
cupertino_icons: ^1.0.2
|
cupertino_icons: ^1.0.2
|
||||||
window_size:
|
window_size:
|
||||||
git:
|
git:
|
||||||
|
|
@ -23,8 +26,6 @@ dependencies:
|
||||||
provider: ^6.0.1
|
provider: ^6.0.1
|
||||||
gettext: ^1.2.0
|
gettext: ^1.2.0
|
||||||
gettext_parser: ^0.2.0
|
gettext_parser: ^0.2.0
|
||||||
flutter_localizations:
|
|
||||||
sdk: flutter
|
|
||||||
desktop_notifications: ^0.6.1
|
desktop_notifications: ^0.6.1
|
||||||
flutter_svg: ^2.0.10+1
|
flutter_svg: ^2.0.10+1
|
||||||
gettext_i18n: ^1.0.2
|
gettext_i18n: ^1.0.2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue