diff --git a/android/app/build.gradle b/android/app/build.gradle index a6962bdca..9a9942287 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -32,7 +32,7 @@ if (keystorePropertiesFile.exists()) { } android { - compileSdkVersion 31 + compileSdkVersion 32 sourceSets { main.java.srcDirs += 'src/main/kotlin' diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 6688d9564..71c9521bd 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,10 +1,5 @@ - - + diff --git a/lib/ui/create_collection_page.dart b/lib/ui/create_collection_page.dart index 4d7c00b30..85c01c5dd 100644 --- a/lib/ui/create_collection_page.dart +++ b/lib/ui/create_collection_page.dart @@ -77,9 +77,16 @@ class _CreateCollectionPageState extends State { child: Padding( padding: const EdgeInsets.only( top: 30, bottom: 12, left: 40, right: 40), - child: OutlineButton.icon( - padding: EdgeInsets.all(20), - icon: Icon(Icons.create_new_folder_outlined), + child: OutlinedButton.icon( + style: ButtonStyle( + padding: MaterialStateProperty.all( + EdgeInsets.all(20), + ), + ), + icon: Icon( + Icons.create_new_folder_outlined, + color: Theme.of(context).buttonColor, + ), label: Text( "to a new album", style: Theme.of(context).textTheme.bodyText1, diff --git a/lib/ui/share_collection_widget.dart b/lib/ui/share_collection_widget.dart index 4e4f0d149..59995143d 100644 --- a/lib/ui/share_collection_widget.dart +++ b/lib/ui/share_collection_widget.dart @@ -59,9 +59,10 @@ class _SharingDialogState extends State { if (!_showEntryField) { children.add(SizedBox( width: 220, - child: OutlineButton( + child: OutlinedButton( child: Icon( Icons.add, + color: Theme.of(context).buttonColor, ), onPressed: () { setState(() { diff --git a/pubspec.lock b/pubspec.lock index 9a1174b01..3a03767b3 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -7,21 +7,21 @@ packages: name: alice url: "https://pub.dartlang.org" source: hosted - version: "0.2.4" + version: "0.2.5" animate_do: dependency: "direct main" description: name: animate_do url: "https://pub.dartlang.org" source: hosted - version: "2.0.0" + version: "2.1.0" archive: dependency: "direct main" description: name: archive url: "https://pub.dartlang.org" source: hosted - version: "3.1.2" + version: "3.3.0" args: dependency: transitive description: @@ -42,14 +42,14 @@ packages: name: background_fetch url: "https://pub.dartlang.org" source: hosted - version: "1.0.1" + version: "1.1.0" better_player: dependency: transitive description: name: better_player url: "https://pub.dartlang.org" source: hosted - version: "0.0.73" + version: "0.0.81" bip39: dependency: "direct main" description: @@ -70,7 +70,21 @@ packages: name: cached_network_image url: "https://pub.dartlang.org" source: hosted - version: "3.0.0" + version: "3.2.1" + cached_network_image_platform_interface: + dependency: transitive + description: + name: cached_network_image_platform_interface + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.0" + cached_network_image_web: + dependency: transitive + description: + name: cached_network_image_web + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.1" characters: dependency: transitive description: @@ -98,7 +112,7 @@ packages: name: chopper url: "https://pub.dartlang.org" source: hosted - version: "4.0.1" + version: "4.0.5" clock: dependency: transitive description: @@ -112,7 +126,7 @@ packages: name: collection url: "https://pub.dartlang.org" source: hosted - version: "1.15.0" + version: "1.16.0" computer: dependency: "direct main" description: @@ -140,14 +154,14 @@ packages: name: connectivity_for_web url: "https://pub.dartlang.org" source: hosted - version: "0.4.0" + version: "0.4.0+1" connectivity_macos: dependency: transitive description: name: connectivity_macos url: "https://pub.dartlang.org" source: hosted - version: "0.2.0" + version: "0.2.1+2" connectivity_platform_interface: dependency: transitive description: @@ -161,14 +175,14 @@ packages: name: contact_picker_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "4.4.0" + version: "4.7.0" contact_picker_web: dependency: transitive description: name: contact_picker_web url: "https://pub.dartlang.org" source: hosted - version: "4.4.0" + version: "4.7.0" convert: dependency: transitive description: @@ -182,7 +196,7 @@ packages: name: crypto url: "https://pub.dartlang.org" source: hosted - version: "3.0.1" + version: "3.0.2" csslib: dependency: transitive description: @@ -196,14 +210,14 @@ packages: name: cupertino_icons url: "https://pub.dartlang.org" source: hosted - version: "1.0.3" + version: "1.0.4" device_info: dependency: "direct main" description: name: device_info url: "https://pub.dartlang.org" source: hosted - version: "2.0.2" + version: "2.0.3" device_info_platform_interface: dependency: transitive description: @@ -217,14 +231,14 @@ packages: name: dio url: "https://pub.dartlang.org" source: hosted - version: "4.0.0" + version: "4.0.6" dots_indicator: dependency: "direct main" description: name: dots_indicator url: "https://pub.dartlang.org" source: hosted - version: "2.0.0" + version: "2.1.0" email_validator: dependency: "direct main" description: @@ -245,7 +259,7 @@ packages: name: exif url: "https://pub.dartlang.org" source: hosted - version: "3.0.0" + version: "3.1.1" expansion_tile_card: dependency: "direct main" description: @@ -259,21 +273,21 @@ packages: name: extended_image url: "https://pub.dartlang.org" source: hosted - version: "6.0.1" + version: "6.2.1" extended_image_library: dependency: transitive description: name: extended_image_library url: "https://pub.dartlang.org" source: hosted - version: "3.1.0" + version: "3.3.0" fake_async: dependency: transitive description: name: fake_async url: "https://pub.dartlang.org" source: hosted - version: "1.2.0" + version: "1.3.0" fast_base58: dependency: "direct main" description: @@ -287,63 +301,63 @@ packages: name: ffi url: "https://pub.dartlang.org" source: hosted - version: "1.1.1" + version: "1.2.1" file: dependency: transitive description: name: file url: "https://pub.dartlang.org" source: hosted - version: "6.1.1" + version: "6.1.2" firebase_core: dependency: "direct main" description: name: firebase_core url: "https://pub.dartlang.org" source: hosted - version: "1.10.0" + version: "1.17.0" firebase_core_platform_interface: dependency: transitive description: name: firebase_core_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "4.1.0" + version: "4.4.0" firebase_core_web: dependency: transitive description: name: firebase_core_web url: "https://pub.dartlang.org" source: hosted - version: "1.2.0" + version: "1.6.4" firebase_messaging: dependency: "direct main" description: name: firebase_messaging url: "https://pub.dartlang.org" source: hosted - version: "11.1.0" + version: "11.4.0" firebase_messaging_platform_interface: dependency: transitive description: name: firebase_messaging_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "3.0.9" + version: "3.5.0" firebase_messaging_web: dependency: transitive description: name: firebase_messaging_web url: "https://pub.dartlang.org" source: hosted - version: "2.1.0" + version: "2.4.0" fk_user_agent: dependency: "direct main" description: name: fk_user_agent url: "https://pub.dartlang.org" source: hosted - version: "2.0.1" + version: "2.1.0" flutter: dependency: "direct main" description: flutter @@ -355,7 +369,7 @@ packages: name: flutter_blurhash url: "https://pub.dartlang.org" source: hosted - version: "0.6.0" + version: "0.7.0" flutter_cache_manager: dependency: "direct main" description: @@ -376,7 +390,7 @@ packages: name: flutter_easyloading url: "https://pub.dartlang.org" source: hosted - version: "3.0.0" + version: "3.0.3" flutter_email_sender: dependency: "direct main" description: @@ -397,14 +411,14 @@ packages: name: flutter_inappwebview url: "https://pub.dartlang.org" source: hosted - version: "5.3.2" + version: "5.4.3+7" flutter_keyboard_visibility: dependency: transitive description: name: flutter_keyboard_visibility url: "https://pub.dartlang.org" source: hosted - version: "5.0.3" + version: "5.2.0" flutter_keyboard_visibility_platform_interface: dependency: transitive description: @@ -465,14 +479,14 @@ packages: name: flutter_plugin_android_lifecycle url: "https://pub.dartlang.org" source: hosted - version: "2.0.2" + version: "2.0.6" flutter_secure_storage: dependency: "direct main" description: name: flutter_secure_storage url: "https://pub.dartlang.org" source: hosted - version: "4.2.0" + version: "4.2.1" flutter_sodium: dependency: "direct main" description: @@ -486,7 +500,7 @@ packages: name: flutter_spinkit url: "https://pub.dartlang.org" source: hosted - version: "5.0.0" + version: "5.1.0" flutter_test: dependency: "direct dev" description: flutter @@ -498,7 +512,7 @@ packages: name: flutter_typeahead url: "https://pub.dartlang.org" source: hosted - version: "3.2.1" + version: "4.0.0" flutter_web_plugins: dependency: transitive description: flutter @@ -510,7 +524,7 @@ packages: name: flutter_widget_from_html_core url: "https://pub.dartlang.org" source: hosted - version: "0.6.2" + version: "0.8.5+3" flutter_windowmanager: dependency: "direct main" description: @@ -524,21 +538,28 @@ packages: name: fluttercontactpicker url: "https://pub.dartlang.org" source: hosted - version: "4.4.0" + version: "4.7.0" fluttertoast: dependency: "direct main" description: name: fluttertoast url: "https://pub.dartlang.org" source: hosted - version: "8.0.7" + version: "8.0.9" + fwfh_text_style: + dependency: transitive + description: + name: fwfh_text_style + url: "https://pub.dartlang.org" + source: hosted + version: "2.7.3+2" google_nav_bar: dependency: "direct main" description: name: google_nav_bar url: "https://pub.dartlang.org" source: hosted - version: "5.0.5" + version: "5.0.6" hex: dependency: transitive description: @@ -559,7 +580,7 @@ packages: name: http url: "https://pub.dartlang.org" source: hosted - version: "0.13.3" + version: "0.13.4" http_client_helper: dependency: transitive description: @@ -580,21 +601,21 @@ packages: name: image url: "https://pub.dartlang.org" source: hosted - version: "3.0.2" + version: "3.1.3" image_editor: dependency: "direct main" description: name: image_editor url: "https://pub.dartlang.org" source: hosted - version: "1.0.1" + version: "1.0.2" implicitly_animated_reorderable_list: dependency: "direct main" description: name: implicitly_animated_reorderable_list url: "https://pub.dartlang.org" source: hosted - version: "0.4.0" + version: "0.4.2" in_app_purchase: dependency: "direct main" description: @@ -615,21 +636,21 @@ packages: name: js url: "https://pub.dartlang.org" source: hosted - version: "0.6.3" + version: "0.6.4" json_annotation: dependency: transitive description: name: json_annotation url: "https://pub.dartlang.org" source: hosted - version: "4.1.0" + version: "4.5.0" like_button: dependency: "direct main" description: name: like_button url: "https://pub.dartlang.org" source: hosted - version: "2.0.2" + version: "2.0.4" lints: dependency: "direct dev" description: @@ -650,14 +671,21 @@ packages: name: local_auth url: "https://pub.dartlang.org" source: hosted - version: "1.1.6" + version: "1.1.11" logging: dependency: "direct main" description: name: logging url: "https://pub.dartlang.org" source: hosted - version: "1.0.1" + version: "1.0.2" + lottie: + dependency: "direct main" + description: + name: lottie + url: "https://pub.dartlang.org" + source: hosted + version: "1.3.0" matcher: dependency: transitive description: @@ -665,6 +693,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.12.11" + material_color_utilities: + dependency: transitive + description: + name: material_color_utilities + url: "https://pub.dartlang.org" + source: hosted + version: "0.1.4" meta: dependency: transitive description: @@ -678,7 +713,7 @@ packages: name: mime url: "https://pub.dartlang.org" source: hosted - version: "1.0.0" + version: "1.0.2" motionphoto: dependency: "direct main" description: @@ -708,7 +743,7 @@ packages: name: octo_image url: "https://pub.dartlang.org" source: hosted - version: "1.0.0+1" + version: "1.0.2" open_file: dependency: "direct main" description: @@ -722,21 +757,21 @@ packages: name: package_info_plus url: "https://pub.dartlang.org" source: hosted - version: "1.3.0" + version: "1.4.2" package_info_plus_linux: dependency: transitive description: name: package_info_plus_linux url: "https://pub.dartlang.org" source: hosted - version: "1.0.3" + version: "1.0.5" package_info_plus_macos: dependency: transitive description: name: package_info_plus_macos url: "https://pub.dartlang.org" source: hosted - version: "1.2.0" + version: "1.3.0" package_info_plus_platform_interface: dependency: transitive description: @@ -750,63 +785,77 @@ packages: name: package_info_plus_web url: "https://pub.dartlang.org" source: hosted - version: "1.0.4" + version: "1.0.5" package_info_plus_windows: dependency: transitive description: name: package_info_plus_windows url: "https://pub.dartlang.org" source: hosted - version: "1.0.4" + version: "1.0.5" page_transition: dependency: "direct main" description: name: page_transition url: "https://pub.dartlang.org" source: hosted - version: "2.0.2" + version: "2.0.5" path: dependency: transitive description: name: path url: "https://pub.dartlang.org" source: hosted - version: "1.8.0" + version: "1.8.1" path_provider: dependency: "direct main" description: name: path_provider url: "https://pub.dartlang.org" source: hosted - version: "2.0.2" + version: "2.0.10" + path_provider_android: + dependency: transitive + description: + name: path_provider_android + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.14" + path_provider_ios: + dependency: transitive + description: + name: path_provider_ios + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.9" path_provider_linux: dependency: transitive description: name: path_provider_linux url: "https://pub.dartlang.org" source: hosted - version: "2.0.0" + version: "2.1.6" path_provider_macos: dependency: transitive description: name: path_provider_macos url: "https://pub.dartlang.org" source: hosted - version: "2.0.0" + version: "2.0.6" path_provider_platform_interface: dependency: transitive description: name: path_provider_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "2.0.1" + version: "2.0.4" path_provider_windows: dependency: transitive description: name: path_provider_windows url: "https://pub.dartlang.org" source: hosted - version: "2.0.1" + version: "2.0.6" pedantic: dependency: "direct main" description: @@ -820,7 +869,7 @@ packages: name: permission_handler url: "https://pub.dartlang.org" source: hosted - version: "8.2.2" + version: "8.3.0" permission_handler_platform_interface: dependency: transitive description: @@ -834,14 +883,14 @@ packages: name: petitparser url: "https://pub.dartlang.org" source: hosted - version: "4.3.0" + version: "5.0.0" photo_manager: dependency: "direct main" description: name: photo_manager url: "https://pub.dartlang.org" source: hosted - version: "2.0.8" + version: "2.1.1" photo_view: dependency: "direct main" description: @@ -854,10 +903,10 @@ packages: description: path: "." ref: HEAD - resolved-ref: b4711f50a9e6143f44274184e5a088274fb0e5ce + resolved-ref: "0c21c6098c201dca2e017f0d117f281adb0920c0" url: "https://github.com/apgapg/pie_chart.git" source: git - version: "5.0.0" + version: "5.3.0" pinput: dependency: "direct main" description: @@ -871,42 +920,42 @@ packages: name: platform url: "https://pub.dartlang.org" source: hosted - version: "3.0.0" + version: "3.1.0" plugin_platform_interface: dependency: transitive description: name: plugin_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "2.0.0" + version: "2.1.2" pointycastle: dependency: transitive description: name: pointycastle url: "https://pub.dartlang.org" source: hosted - version: "3.4.0" + version: "3.6.0" process: dependency: transitive description: name: process url: "https://pub.dartlang.org" source: hosted - version: "4.2.1" + version: "4.2.4" provider: dependency: "direct main" description: name: provider url: "https://pub.dartlang.org" source: hosted - version: "6.0.1" + version: "6.0.2" quiver: dependency: "direct main" description: name: quiver url: "https://pub.dartlang.org" source: hosted - version: "3.0.1" + version: "3.1.0" receive_sharing_intent: dependency: "direct main" description: @@ -920,14 +969,14 @@ packages: name: rxdart url: "https://pub.dartlang.org" source: hosted - version: "0.27.2" + version: "0.27.3" scrollable_positioned_list: dependency: "direct main" description: name: scrollable_positioned_list url: "https://pub.dartlang.org" source: hosted - version: "0.2.2" + version: "0.2.3" sensors: dependency: transitive description: @@ -941,14 +990,14 @@ packages: name: sentry url: "https://pub.dartlang.org" source: hosted - version: "5.1.0" + version: "6.5.1" sentry_flutter: dependency: transitive description: name: sentry_flutter url: "https://pub.dartlang.org" source: hosted - version: "5.1.0" + version: "6.5.1" share: dependency: transitive description: @@ -1004,21 +1053,35 @@ packages: name: shared_preferences url: "https://pub.dartlang.org" source: hosted - version: "2.0.6" + version: "2.0.15" + shared_preferences_android: + dependency: transitive + description: + name: shared_preferences_android + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.12" + shared_preferences_ios: + dependency: transitive + description: + name: shared_preferences_ios + url: "https://pub.dartlang.org" + source: hosted + version: "2.1.1" shared_preferences_linux: dependency: transitive description: name: shared_preferences_linux url: "https://pub.dartlang.org" source: hosted - version: "2.0.0" + version: "2.1.1" shared_preferences_macos: dependency: transitive description: name: shared_preferences_macos url: "https://pub.dartlang.org" source: hosted - version: "2.0.0" + version: "2.0.4" shared_preferences_platform_interface: dependency: transitive description: @@ -1032,14 +1095,14 @@ packages: name: shared_preferences_web url: "https://pub.dartlang.org" source: hosted - version: "2.0.0" + version: "2.0.4" shared_preferences_windows: dependency: transitive description: name: shared_preferences_windows url: "https://pub.dartlang.org" source: hosted - version: "2.0.0" + version: "2.1.1" sky_engine: dependency: transitive description: flutter @@ -1051,7 +1114,7 @@ packages: name: source_span url: "https://pub.dartlang.org" source: hosted - version: "1.8.1" + version: "1.8.2" sprintf: dependency: transitive description: @@ -1065,14 +1128,14 @@ packages: name: sqflite url: "https://pub.dartlang.org" source: hosted - version: "2.0.0+3" + version: "2.0.2+1" sqflite_common: dependency: transitive description: name: sqflite_common url: "https://pub.dartlang.org" source: hosted - version: "2.0.0+2" + version: "2.2.1+1" sqflite_migration: dependency: "direct main" description: @@ -1087,6 +1150,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.10.0" + step_progress_indicator: + dependency: "direct main" + description: + name: step_progress_indicator + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.2" stream_channel: dependency: transitive description: @@ -1114,21 +1184,21 @@ packages: name: syncfusion_flutter_core url: "https://pub.dartlang.org" source: hosted - version: "19.2.49" + version: "19.4.56" syncfusion_flutter_sliders: dependency: "direct main" description: name: syncfusion_flutter_sliders url: "https://pub.dartlang.org" source: hosted - version: "19.2.49" + version: "19.4.56" synchronized: dependency: transitive description: name: synchronized url: "https://pub.dartlang.org" source: hosted - version: "3.0.0" + version: "3.0.0+2" term_glyph: dependency: transitive description: @@ -1142,7 +1212,7 @@ packages: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.4.3" + version: "0.4.9" timezone: dependency: transitive description: @@ -1163,7 +1233,7 @@ packages: name: typed_data url: "https://pub.dartlang.org" source: hosted - version: "1.3.0" + version: "1.3.1" uni_links: dependency: "direct main" description: @@ -1198,56 +1268,70 @@ packages: name: url_launcher url: "https://pub.dartlang.org" source: hosted - version: "6.0.4" + version: "6.1.2" + url_launcher_android: + dependency: transitive + description: + name: url_launcher_android + url: "https://pub.dartlang.org" + source: hosted + version: "6.0.17" + url_launcher_ios: + dependency: transitive + description: + name: url_launcher_ios + url: "https://pub.dartlang.org" + source: hosted + version: "6.0.16" url_launcher_linux: dependency: transitive description: name: url_launcher_linux url: "https://pub.dartlang.org" source: hosted - version: "2.0.0" + version: "3.0.1" url_launcher_macos: dependency: transitive description: name: url_launcher_macos url: "https://pub.dartlang.org" source: hosted - version: "2.0.0" + version: "3.0.1" url_launcher_platform_interface: dependency: transitive description: name: url_launcher_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "2.0.3" + version: "2.0.5" url_launcher_web: dependency: transitive description: name: url_launcher_web url: "https://pub.dartlang.org" source: hosted - version: "2.0.0" + version: "2.0.11" url_launcher_windows: dependency: transitive description: name: url_launcher_windows url: "https://pub.dartlang.org" source: hosted - version: "2.0.0" + version: "3.0.1" uuid: dependency: "direct main" description: name: uuid url: "https://pub.dartlang.org" source: hosted - version: "3.0.4" + version: "3.0.6" vector_math: dependency: transitive description: name: vector_math url: "https://pub.dartlang.org" source: hosted - version: "2.1.1" + version: "2.1.2" video_player: dependency: "direct main" description: @@ -1275,7 +1359,7 @@ packages: name: video_thumbnail url: "https://pub.dartlang.org" source: hosted - version: "0.4.3" + version: "0.4.6" visibility_detector: dependency: "direct main" description: @@ -1331,28 +1415,28 @@ packages: name: win32 url: "https://pub.dartlang.org" source: hosted - version: "2.0.5" + version: "2.6.1" xdg_directories: dependency: transitive description: name: xdg_directories url: "https://pub.dartlang.org" source: hosted - version: "0.2.0" + version: "0.2.0+1" xml: dependency: transitive description: name: xml url: "https://pub.dartlang.org" source: hosted - version: "5.3.0" + version: "5.4.1" yaml: dependency: transitive description: name: yaml url: "https://pub.dartlang.org" source: hosted - version: "3.1.0" + version: "3.1.1" sdks: - dart: ">=2.14.0 <3.0.0" - flutter: ">=2.8.0" + dart: ">=2.17.0 <3.0.0" + flutter: ">=3.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index 083fa89a6..2f018e3b6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -17,7 +17,7 @@ environment: sdk: ">=2.10.0 <3.0.0" dependencies: - alice: ^0.2.4 + alice: ^0.2.5 animate_do: ^2.0.0 archive: ^3.1.2 background_fetch: ^1.0.1 @@ -36,7 +36,7 @@ dependencies: event_bus: ^2.0.0 exif: ^3.0.0 expansion_tile_card: ^2.0.0 - extended_image: ^6.0.1 + extended_image: ^6.2.1 fast_base58: ^0.2.1 firebase_core: ^1.10.0 firebase_messaging: ^11.1.0 @@ -54,7 +54,7 @@ dependencies: flutter_password_strength: ^0.1.6 flutter_secure_storage: ^4.2.0 flutter_sodium: ^0.2.0 - flutter_typeahead: ^3.2.0 + flutter_typeahead: ^4.0.0 fk_user_agent: ^2.0.1 flutter_windowmanager: ^0.2.0 fluttercontactpicker: ^4.4.0 @@ -69,6 +69,7 @@ dependencies: loading_animations: ^2.1.0 local_auth: ^1.1.5 logging: ^1.0.1 + lottie: ^1.2.2 motionphoto: git: "https://github.com/ente-io/motionphoto.git" move_to_background: ^1.0.2 @@ -86,11 +87,12 @@ dependencies: quiver: ^3.0.1 receive_sharing_intent: ^1.4.5 scrollable_positioned_list: ^0.2.2 - sentry: ^5.0.0 + sentry: ^6.5.1 share_plus: ^4.0.4 shared_preferences: ^2.0.5 sqflite: ^2.0.0+3 sqflite_migration: ^0.3.0 + step_progress_indicator: ^1.0.2 super_logging: path: thirdparty/super_logging syncfusion_flutter_core: ^19.2.49 @@ -107,7 +109,7 @@ dependencies: dependency_overrides: provider: ^6.0.1 # for chewie 1.2.2 https://github.com/brianegan/chewie/issues/530 - flutter_local_notifications: ^8.1.1 + flutter_local_notifications: ^8.2.0 dev_dependencies: flutter_launcher_icons: "0.9.0" diff --git a/thirdparty/super_logging/pubspec.yaml b/thirdparty/super_logging/pubspec.yaml index 459ca1d49..2bc89cc16 100644 --- a/thirdparty/super_logging/pubspec.yaml +++ b/thirdparty/super_logging/pubspec.yaml @@ -17,7 +17,7 @@ dependencies: intl: ^0.17.0 path: ^1.6.4 path_provider: ^2.0.1 - sentry_flutter: ^5.1.0 + sentry_flutter: ^6.5.1 dev_dependencies: flutter_test: