refactor: Upgrade to Flutter 3.0.0
This commit is contained in:
parent
4e497f5c39
commit
22ad34ab0a
21 changed files with 116 additions and 87 deletions
13
pubspec.yaml
13
pubspec.yaml
|
|
@ -4,7 +4,7 @@ publish_to: none
|
|||
version: 1.4.0+2323
|
||||
|
||||
environment:
|
||||
sdk: '>=2.12.0 <3.0.0'
|
||||
sdk: ">=2.12.0 <3.0.0"
|
||||
|
||||
dependencies:
|
||||
adaptive_dialog: ^1.5.1
|
||||
|
|
@ -43,11 +43,10 @@ dependencies:
|
|||
flutter_secure_storage: ^5.0.2
|
||||
flutter_slidable: ^1.2.0
|
||||
flutter_svg: ^0.22.0
|
||||
flutter_typeahead: ^3.2.4
|
||||
flutter_typeahead: ^3.2.5
|
||||
flutter_web_auth: ^0.4.0
|
||||
flutter_webrtc: ^0.8.2
|
||||
future_loading_dialog: ^0.2.3
|
||||
gaeilge_flutter_l10n: ^1.0.0
|
||||
geolocator: ^7.6.2
|
||||
hive_flutter: ^1.1.0
|
||||
image: ^3.1.1
|
||||
|
|
@ -147,9 +146,15 @@ dependency_overrides:
|
|||
url: https://github.com/TheOneWithTheBraid/keyboard_shortcuts.git
|
||||
ref: null-safety
|
||||
provider: 5.0.0
|
||||
# For Flutter 3.0.0 compatibility
|
||||
# https://github.com/juliuscanute/qr_code_scanner/issues/532
|
||||
qr_code_scanner:
|
||||
git:
|
||||
url: https://github.com/xeinebiu/qr_code_scanner.git
|
||||
ref: fix_break_changes_platform
|
||||
# wating for `Listenable` implementation
|
||||
# Upstream pull request: https://github.com/AdamJonsson/snapping_sheet/pull/84
|
||||
snapping_sheet:
|
||||
git:
|
||||
url: https://github.com/TheOneWithTheBraid/snapping_sheet.git
|
||||
ref: listenable
|
||||
ref: listenable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue