From d71881fdb5e4eced591ea0bd921fe69da49ac33c Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Fri, 30 Apr 2021 16:57:04 +0200 Subject: [PATCH] refactor: Sort dependencies --- analysis_options.yaml | 3 +- pubspec.yaml | 96 +++++++++++++++++++++---------------------- 2 files changed, 49 insertions(+), 50 deletions(-) diff --git a/analysis_options.yaml b/analysis_options.yaml index 5e9faf26..176f0036 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -7,10 +7,11 @@ linter: - constant_identifier_names - prefer_final_locals - prefer_final_in_for_each + - sort_pub_dependencies analyzer: errors: todo: ignore exclude: - lib/generated_plugin_registrant.dart - - lib/l10n/*.dart \ No newline at end of file + - lib/l10n/*.dart diff --git a/pubspec.yaml b/pubspec.yaml index 215b0b21..14c40ce7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,78 +7,76 @@ environment: sdk: ">=2.6.0 <3.0.0" dependencies: - flutter: - sdk: flutter - + adaptive_dialog: ^0.10.0+5 + adaptive_page_layout: ^0.2.3 + adaptive_theme: ^2.2.0 + android_path_provider: ^0.2.1 + cached_network_image: ^3.0.0 + cupertino_icons: any + # desktop_notifications: ^0.0.0-dev.4 // Currently blocked by: https://github.com/canonical/desktop_notifications.dart/issues/5 + email_validator: ^2.0.1 + emoji_picker_flutter: ^1.0.3 famedlysdk: git: url: https://gitlab.com/famedly/famedlysdk.git ref: main - unifiedpush: - git: - url: https://github.com/UnifiedPush/flutter-connector.git - ref: main fcm_shared_isolate: git: url: https://gitlab.com/famedly/libraries/fcm_shared_isolate.git ref: main - cupertino_icons: any - 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: + sdk: flutter + flutter_app_lock: ^1.5.0 + flutter_blurhash: ^0.6.0 + flutter_cache_manager: ^3.0.1 flutter_local_notifications: ^5.0.0+1 - adaptive_page_layout: ^0.2.3 - 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 - 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 flutter_localizations: sdk: flutter + flutter_matrix_html: ^0.3.0 + flutter_olm: ^1.1.1 + flutter_openssl_crypto: ^0.0.1 + flutter_screen_lock: ^4.0.3 + flutter_secure_storage: ^4.1.0 + flutter_slidable: ^0.6.0 + flutter_sound_lite: ^8.1.1 + flutter_svg: ^0.21.0+1 + flutter_typeahead: ^3.1.1 + future_loading_dialog: ^0.1.2 + image_picker: ^0.7.4 + intl: any + localstorage: ^4.0.0+1 + mime_type: ^1.0.0 + moor: ^4.2.1 native_imaging: git: url: https://gitlab.com/famedly/libraries/native_imaging.git ref: master - flutter_blurhash: ^0.6.0 - sentry: ^5.0.0 - scroll_to_index: ^2.0.0 - swipe_to_action: ^0.1.0 - flutter_svg: ^0.21.0+1 - flutter_cache_manager: ^3.0.1 + open_file: ^3.2.0 open_noti_settings: ^0.1.0 - emoji_picker_flutter: ^1.0.3 - future_loading_dialog: ^0.1.2 package_info: ^2.0.0 - flutter_app_lock: ^1.5.0 - flutter_screen_lock: ^4.0.3 - email_validator: ^2.0.1 + path_provider: ^2.0.1 + permission_handler: ^6.1.3 + provider: ^5.0.0 + receive_sharing_intent: ^1.4.5 + scroll_to_index: ^2.0.0 + sentry: ^5.0.0 + share: ^2.0.1 + sqflite: ^2.0.0+3 # Still used to obtain the database location + sqlite3: ^1.0.0 + swipe_to_action: ^0.1.0 + unifiedpush: + git: + url: https://github.com/UnifiedPush/flutter-connector.git + ref: main + universal_html: ^2.0.8 + url_launcher: ^6.0.3 dev_dependencies: + dapackages: ^1.6.0 flutter_test: sdk: flutter - pedantic: ^1.11.0 - dapackages: ^1.6.0 flutter: generate: true