mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-24 14:32:37 +01:00
refactor: Sort dependencies
This commit is contained in:
parent
34b29e3e64
commit
f2295f7fe6
@ -7,10 +7,11 @@ linter:
|
|||||||
- constant_identifier_names
|
- constant_identifier_names
|
||||||
- prefer_final_locals
|
- prefer_final_locals
|
||||||
- prefer_final_in_for_each
|
- prefer_final_in_for_each
|
||||||
|
- sort_pub_dependencies
|
||||||
|
|
||||||
analyzer:
|
analyzer:
|
||||||
errors:
|
errors:
|
||||||
todo: ignore
|
todo: ignore
|
||||||
exclude:
|
exclude:
|
||||||
- lib/generated_plugin_registrant.dart
|
- lib/generated_plugin_registrant.dart
|
||||||
- lib/l10n/*.dart
|
- lib/l10n/*.dart
|
||||||
|
96
pubspec.yaml
96
pubspec.yaml
@ -7,78 +7,76 @@ environment:
|
|||||||
sdk: ">=2.6.0 <3.0.0"
|
sdk: ">=2.6.0 <3.0.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
adaptive_dialog: ^0.10.0+5
|
||||||
sdk: flutter
|
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:
|
famedlysdk:
|
||||||
git:
|
git:
|
||||||
url: https://gitlab.com/famedly/famedlysdk.git
|
url: https://gitlab.com/famedly/famedlysdk.git
|
||||||
ref: main
|
ref: main
|
||||||
unifiedpush:
|
|
||||||
git:
|
|
||||||
url: https://github.com/UnifiedPush/flutter-connector.git
|
|
||||||
ref: main
|
|
||||||
fcm_shared_isolate:
|
fcm_shared_isolate:
|
||||||
git:
|
git:
|
||||||
url: https://gitlab.com/famedly/libraries/fcm_shared_isolate.git
|
url: https://gitlab.com/famedly/libraries/fcm_shared_isolate.git
|
||||||
ref: main
|
ref: main
|
||||||
cupertino_icons: any
|
|
||||||
localstorage: ^4.0.0+1
|
|
||||||
file_picker_cross: ^4.3.2
|
file_picker_cross: ^4.3.2
|
||||||
image_picker: ^0.7.4
|
flutter:
|
||||||
url_launcher: ^6.0.3
|
sdk: flutter
|
||||||
cached_network_image: ^3.0.0
|
flutter_app_lock: ^1.5.0
|
||||||
|
flutter_blurhash: ^0.6.0
|
||||||
|
flutter_cache_manager: ^3.0.1
|
||||||
flutter_local_notifications: ^5.0.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:
|
flutter_localizations:
|
||||||
sdk: flutter
|
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:
|
native_imaging:
|
||||||
git:
|
git:
|
||||||
url: https://gitlab.com/famedly/libraries/native_imaging.git
|
url: https://gitlab.com/famedly/libraries/native_imaging.git
|
||||||
ref: master
|
ref: master
|
||||||
flutter_blurhash: ^0.6.0
|
open_file: ^3.2.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_noti_settings: ^0.1.0
|
open_noti_settings: ^0.1.0
|
||||||
emoji_picker_flutter: ^1.0.3
|
|
||||||
future_loading_dialog: ^0.1.2
|
|
||||||
package_info: ^2.0.0
|
package_info: ^2.0.0
|
||||||
flutter_app_lock: ^1.5.0
|
path_provider: ^2.0.1
|
||||||
flutter_screen_lock: ^4.0.3
|
permission_handler: ^6.1.3
|
||||||
email_validator: ^2.0.1
|
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:
|
dev_dependencies:
|
||||||
|
dapackages: ^1.6.0
|
||||||
flutter_test:
|
flutter_test:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
|
|
||||||
pedantic: ^1.11.0
|
pedantic: ^1.11.0
|
||||||
dapackages: ^1.6.0
|
|
||||||
|
|
||||||
flutter:
|
flutter:
|
||||||
generate: true
|
generate: true
|
||||||
|
Loading…
Reference in New Issue
Block a user