build: Update to flutter 3.27
This commit is contained in:
parent
21196a108f
commit
dbe8c1b9f4
20 changed files with 81 additions and 152 deletions
|
|
@ -40,7 +40,6 @@ dependencies:
|
|||
flutter_localizations:
|
||||
sdk: flutter
|
||||
flutter_map: ^6.1.0
|
||||
flutter_math_fork: ^0.7.2
|
||||
flutter_olm: 1.3.2 # Keep in sync with scripts/prepare-web.sh ! 1.4.0 does currently not build on Android
|
||||
flutter_openssl_crypto: ^0.3.0
|
||||
flutter_ringtone_player: ^4.0.0+2
|
||||
|
|
@ -152,4 +151,9 @@ msix_config:
|
|||
install_certificate: false
|
||||
|
||||
dependency_overrides:
|
||||
win32: 5.5.3
|
||||
# For Flutter 3.27 until https://github.com/flutter-webrtc/dart-webrtc/pull/54 is merged
|
||||
dart_webrtc:
|
||||
git:
|
||||
url: https://github.com/flutter-webrtc/dart-webrtc.git
|
||||
ref: f27d27c7af41ceeebe31b295af4fb38e7b4d793e
|
||||
win32: 5.5.3
|
||||
Loading…
Add table
Add a link
Reference in a new issue