Merge branch 'main' into dependabot/pub/record-6.2.0
This commit is contained in:
commit
72fd969358
319 changed files with 24036 additions and 40569 deletions
51
pubspec.yaml
51
pubspec.yaml
|
|
@ -4,14 +4,12 @@ publish_to: none
|
|||
# On version bump please also increase:
|
||||
# 1. The build number (for F-Droid)
|
||||
# 2. The version in /snap/snapcraft.yaml
|
||||
version: 2.4.0+3546
|
||||
version: 2.5.1+3551
|
||||
|
||||
environment:
|
||||
sdk: ">=3.10.0 <4.0.0"
|
||||
sdk: ">=3.11.1 <4.0.0"
|
||||
|
||||
dependencies:
|
||||
animations: ^2.1.1
|
||||
app_links: ^6.4.1
|
||||
archive: ^4.0.7
|
||||
async: ^2.11.0
|
||||
badges: ^3.1.2
|
||||
|
|
@ -19,7 +17,6 @@ dependencies:
|
|||
chewie: ^1.13.0
|
||||
collection: ^1.18.0
|
||||
cross_file: ^0.3.5
|
||||
cupertino_icons: any
|
||||
desktop_drop: ^0.7.0
|
||||
desktop_notifications: ^0.6.3
|
||||
device_info_plus: ^12.3.0
|
||||
|
|
@ -29,21 +26,21 @@ dependencies:
|
|||
file_selector: ^1.1.0
|
||||
flutter:
|
||||
sdk: flutter
|
||||
flutter_foreground_task: ^9.2.0
|
||||
flutter_foreground_task: ^9.2.1
|
||||
flutter_linkify: ^6.0.0
|
||||
flutter_local_notifications: ^19.5.0
|
||||
flutter_local_notifications: ^21.0.0
|
||||
flutter_localizations:
|
||||
sdk: flutter
|
||||
flutter_map: ^8.2.2
|
||||
flutter_new_badger: ^1.1.1
|
||||
flutter_secure_storage: ^10.0.0
|
||||
flutter_shortcuts_new: ^2.0.0
|
||||
flutter_vodozemac: ^0.4.1
|
||||
flutter_vodozemac: ^0.5.0
|
||||
flutter_web_auth_2: ^5.0.1
|
||||
flutter_webrtc: ^1.3.0
|
||||
flutter_webrtc: ^1.3.1
|
||||
geolocator: ^14.0.2
|
||||
go_router: ^17.0.1
|
||||
handy_window: ^0.4.0
|
||||
go_router: ^17.1.0
|
||||
handy_window: ^0.4.2
|
||||
highlight: ^0.7.0
|
||||
html: ^0.15.4
|
||||
http: ^1.6.0
|
||||
|
|
@ -52,19 +49,18 @@ dependencies:
|
|||
intl: any
|
||||
just_audio: ^0.10.5
|
||||
latlong2: ^0.9.1
|
||||
linkify: ^5.0.0
|
||||
matrix: ^6.0.0
|
||||
matrix: ^6.2.0
|
||||
mime: ^2.0.0
|
||||
native_imaging: ^0.4.0
|
||||
opus_caf_converter_dart: ^1.0.1
|
||||
package_info_plus: ^9.0.0
|
||||
particles_network: ^1.9.0
|
||||
particles_network: ^1.9.3
|
||||
path: ^1.9.0
|
||||
path_provider: ^2.1.2
|
||||
permission_handler: ^12.0.1
|
||||
pretty_qr_code: ^3.5.0
|
||||
pretty_qr_code: ^3.6.0
|
||||
provider: ^6.0.2
|
||||
punycode: ^1.0.0
|
||||
qr_code_scanner_plus: ^2.0.14
|
||||
qr_code_scanner_plus: ^2.1.1
|
||||
qr_image: ^1.0.0
|
||||
receive_sharing_intent: ^1.8.1
|
||||
record: ^6.2.0
|
||||
|
|
@ -80,24 +76,20 @@ dependencies:
|
|||
universal_html: ^2.3.0
|
||||
url_launcher: ^6.3.2
|
||||
video_compress: ^3.1.4
|
||||
video_player: ^2.10.1
|
||||
wakelock_plus: ^1.3.3
|
||||
webrtc_interface: ^1.3.0
|
||||
video_player: ^2.11.1
|
||||
wakelock_plus: ^1.5.0
|
||||
webrtc_interface: ^1.5.1
|
||||
|
||||
dev_dependencies:
|
||||
dart_code_linter: ^3.2.1
|
||||
flutter_lints: ^6.0.0
|
||||
flutter_native_splash: ^2.4.7
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
import_sorter: ^4.6.0
|
||||
integration_test:
|
||||
sdk: flutter
|
||||
license_checker: ^1.6.2
|
||||
translations_cleaner: ^0.1.0
|
||||
|
||||
import_sorter:
|
||||
ignored_files: # Optional, defaults to []
|
||||
- \/lib\/l10n
|
||||
translations_cleaner: ^0.1.1
|
||||
|
||||
flutter_native_splash:
|
||||
color: "#ffffff"
|
||||
|
|
@ -117,3 +109,10 @@ flutter:
|
|||
# 2. Always link an (upstream?) issue
|
||||
# 3. Explain how and when this can be removed (overrides must be temporarily)
|
||||
dependency_overrides:
|
||||
# To fix 16kb compatiblity in PlayStore. It is fixed in main branch but
|
||||
# not yet published:
|
||||
# https://github.com/google/webcrypto.dart/issues/207
|
||||
webcrypto:
|
||||
git:
|
||||
url: https://github.com/google/webcrypto.dart.git
|
||||
ref: master
|
||||
Loading…
Add table
Add a link
Reference in a new issue