refactor: Null safe dependencies
This commit is contained in:
parent
16eb370e5f
commit
1a477adcb1
34 changed files with 320 additions and 381 deletions
97
pubspec.yaml
97
pubspec.yaml
|
|
@ -14,51 +14,44 @@ dependencies:
|
|||
git:
|
||||
url: https://gitlab.com/famedly/famedlysdk.git
|
||||
ref: main
|
||||
|
||||
unifiedpush:
|
||||
git:
|
||||
url: https://github.com/UnifiedPush/flutter-connector.git
|
||||
ref: 8edc09a87d726d912926ac612e209573452c1273
|
||||
|
||||
# Firebase Notifications
|
||||
ref: main
|
||||
fcm_shared_isolate:
|
||||
git:
|
||||
url: https://gitlab.com/famedly/libraries/fcm_shared_isolate.git
|
||||
ref: ios
|
||||
firebase_messaging: any
|
||||
ref: main
|
||||
cupertino_icons: any
|
||||
localstorage: ^3.0.6+9
|
||||
file_picker_cross: ^4.2.8
|
||||
image_picker: ^0.6.7+21
|
||||
url_launcher: ^5.7.10
|
||||
cached_network_image: ^2.5.0
|
||||
flutter_local_notifications: ^3.0.3
|
||||
localstorage: ^4.0.0+1
|
||||
file_picker_cross: ^4.3.2
|
||||
image_picker: ^0.7.4
|
||||
url_launcher: ^6.0.3
|
||||
cached_network_image: ^3.0.0
|
||||
flutter_local_notifications: ^5.0.0+1
|
||||
adaptive_page_layout: ^0.2.3
|
||||
provider: ^4.3.3
|
||||
adaptive_theme: ^1.1.0
|
||||
provider: ^5.0.0
|
||||
adaptive_theme: ^2.2.0
|
||||
# desktop_notifications: ^0.0.0-dev.4 // Currently blocked by: https://github.com/canonical/desktop_notifications.dart/issues/5
|
||||
matrix_link_text: ^0.3.2
|
||||
path_provider: ^1.6.27
|
||||
android_path_provider: ^0.1.1
|
||||
permission_handler: ^5.0.1+1
|
||||
share: ^0.6.5+4
|
||||
flutter_secure_storage: ^3.3.5
|
||||
universal_html: ^1.2.4
|
||||
receive_sharing_intent: ^1.4.3
|
||||
flutter_slidable: ^0.5.7
|
||||
flutter_sound_lite: ^7.5.3+1
|
||||
open_file: ^3.0.3
|
||||
mime_type: ^0.3.2
|
||||
adaptive_dialog: ^0.9.3
|
||||
flutter_matrix_html:
|
||||
git:
|
||||
url: https://github.com/Sorunome/flutter_matrix_html.git
|
||||
ref: 6b6a850fcfc3b0a3e88a3dd6beb79eda3acac853
|
||||
moor: ^3.4.0
|
||||
sqlite3: ^0.1.8
|
||||
sqflite: ^1.3.2+2 # Still used to obtain the database location
|
||||
flutter_typeahead: ^2.0.0
|
||||
path_provider: ^2.0.1
|
||||
android_path_provider: ^0.2.1
|
||||
permission_handler: ^6.1.3
|
||||
share: ^2.0.1
|
||||
flutter_secure_storage: ^4.1.0
|
||||
universal_html: ^2.0.8
|
||||
receive_sharing_intent: ^1.4.5
|
||||
flutter_slidable: ^0.6.0
|
||||
flutter_sound_lite: ^8.1.1
|
||||
open_file: ^3.2.0
|
||||
mime_type: ^1.0.0
|
||||
adaptive_dialog: ^0.10.0+5
|
||||
flutter_matrix_html: ^0.3.0
|
||||
moor: ^4.2.1
|
||||
sqlite3: ^1.0.0
|
||||
sqflite: ^2.0.0+3 # Still used to obtain the database location
|
||||
flutter_typeahead: ^3.1.1
|
||||
flutter_olm: ^1.1.1
|
||||
flutter_openssl_crypto: ^0.0.1
|
||||
intl: any
|
||||
circular_check_box: ^1.0.4
|
||||
flutter_localizations:
|
||||
|
|
@ -67,34 +60,26 @@ dependencies:
|
|||
git:
|
||||
url: https://gitlab.com/famedly/libraries/native_imaging.git
|
||||
ref: master
|
||||
flutter_blurhash: ^0.5.0
|
||||
sentry: ">=3.0.0 <4.0.0"
|
||||
scroll_to_index: ^1.0.6
|
||||
flutter_blurhash: ^0.6.0
|
||||
sentry: ^5.0.0
|
||||
scroll_to_index: ^2.0.0
|
||||
swipe_to_action: ^0.1.0
|
||||
flutter_svg: ^0.19.3
|
||||
flutter_cache_manager: ^2.1.1
|
||||
open_noti_settings: ^0.0.4
|
||||
emoji_picker: ^0.1.0
|
||||
flutter_svg: ^0.21.0+1
|
||||
flutter_cache_manager: ^3.0.1
|
||||
open_noti_settings: ^0.1.0
|
||||
emoji_picker_flutter: ^1.0.3
|
||||
future_loading_dialog: ^0.1.2
|
||||
package_info: ^0.4.3+2
|
||||
flutter_app_lock: ^1.4.0+1
|
||||
flutter_screen_lock: ^1.2.6
|
||||
email_validator: ^1.0.6
|
||||
package_info: ^2.0.0
|
||||
flutter_app_lock: ^1.5.0
|
||||
flutter_screen_lock: ^4.0.3
|
||||
email_validator: ^2.0.1
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
|
||||
pedantic: ^1.9.2
|
||||
dapackages: ^1.4.0
|
||||
|
||||
# The flutter_maths version of flutter_matrix_html is weird and conflicts with a few of our packages.
|
||||
# So, we have to force-override the dependencies to work out.
|
||||
dependency_overrides:
|
||||
provider: ^4.3.3
|
||||
flutter_svg: ^0.19.3
|
||||
# Was actually brought in via fcm packages and flutter_matrix_html
|
||||
quiver: ^2.0.0
|
||||
pedantic: ^1.11.0
|
||||
dapackages: ^1.6.0
|
||||
|
||||
flutter:
|
||||
generate: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue