Closed Tom3652 closed 7 months ago
A similar for core, auth and analytics
was recently fixed and merged: https://github.com/FirebaseExtended/flutterfire/issues/3876#issuecomment-1024089361
Another similar from firebase_messaging
: https://github.com/FirebaseExtended/flutterfire/issues/7702
Just adding :
Note: /Users/foxtom/Desktop/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_in_app_messaging-0.6.0+10/android/src/main/java/io/flutter/plugins/firebase/inappmessaging/FirebaseInAppMessagingPlugin.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Now that i am also using it.
Tasks.call() is still present in firebase_core, cloud_firestore, firebase_analytics, firebase_crashlytics, firebase_performance
I must say that Tasks.call()
is not present in any of the packages you mentioned for me.
However they are all subject to depecrated API.
I would also add :
Note: /Users/foxtom/Desktop/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_app_check-0.0.6+11/android/src/main/java/io/flutter/plugins/firebase/appcheck/FlutterFirebaseAppCheckPlugin.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Even more weird, i have got :
Note: /Users/foxtom/Desktop/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_database-9.0.13/android/src/main/java/io/flutter/plugins/firebase/database/FirebaseDatabasePlugin.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
When i don't use firebase_database
in this project in my pubspec.yaml
:/
how can i remove this warning
Development/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-11.4.4/android/src/main/java/io/flutter/plugins/firebase/messaging/JobIntentService.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details.
I think I've nearly addressed all uses of deprecated android API.
Performance deprecations are addressed in this PR:https://github.com/firebase/flutterfire/pull/9334.
The last outstanding deprecation is the FirebaseMessaging JobIntentService which uses the deprecated AsyncTask
API.
Thanks for your work @russellwheatley !
With the latest releases from today, i have depe :
firebase_database: 10.0.1
: deprecated APIcloud_functions: 4.0.1
: deprecated APIfirebase_dynamic_links: 5.0.1
: unsafe operationsfirebase_performance: 0.9.0+1
: deprecated APIOther plugins i am using with their latest version to show they are fine :
firebase_core: ^2.0.0
firebase_crashlytics: ^3.0.0
firebase_auth: ^4.0.0
firebase_storage: ^11.0.0
firebase_in_app_messaging: ^0.7.0
firebase_app_check: ^0.1.0
firebase_ml_model_downloader: ^0.2.0
firebase_messaging: ^14.0.0
I have created PRs for performance & dynamic links that removes deprecated API and suppresses unnecessary warnings (in the case of dynamic links). It should just be firebase messaging left that needs to be tackled.
Still seeing the error
Note: /.pub-cache/hosted/pub.dev/firebase_messaging-14.2.5/android/src/main/java/io/flutter/plugins/firebase/messaging/FlutterFirebaseMessagingPlugin.java uses unchecked or unsafe operations.
same here with 14.4.0 version Note: /Users/mac/.pub-cache/hosted/pub.dev/firebase_messaging-14.4.0/android/src/main/java/io/flutter/plugins/firebase/messaging/FlutterFirebaseMessagingPlugin.java uses unchecked or unsafe operations.
I am not sure if i should add it here but i have two more to add to the list :
Note: /Users/foxtom/.pub-cache/hosted/pub.dev/cloud_firestore-4.5.0/android/src/main/java/io/flutter/plugins/firebase/firestore/FlutterFirebaseFirestoreMessageCodec.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: /Users/foxtom/.pub-cache/hosted/pub.dev/firebase_app_check-0.1.2/android/src/main/java/io/flutter/plugins/firebase/appcheck/FlutterFirebaseAppCheckPlugin.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use or override a deprecated API.
It's about cloud_firestore
and firebase_app_check
, the rest looks good now indeed except firebase_messaging
as mentionned
Thanks :)
please fix these: Note: /Users/4edoc/.pub-cache/hosted/pub.dev/firebase_messaging-14.6.2/android/src/main/java/io/flutter/plugins/firebase/messaging/FlutterFirebaseMessagingPlugin.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. Note: /Users/4edoc/.pub-cache/hosted/pub.dev/cloud_firestore-4.8.0/android/src/main/java/io/flutter/plugins/firebase/firestore/FlutterFirebaseFirestoreMessageCodec.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: /Users/4edoc/.pub-cache/hosted/pub.dev/cloud_firestore-4.8.0/android/src/main/java/io/flutter/plugins/firebase/firestore/FlutterFirebaseFirestoreMessageCodec.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details.
Still an issue: \AppData\Local\Pub\Cache\hosted\pub.dev\firebase_messaging-14.6.7\android\src\main\java\io\flutter\plugins\firebase\messaging\FlutterFirebaseMessagingPlugin.java uses unchecked or unsafe operations.
Still an issue: \AppData\Local\Pub\Cache\hosted\pub.dev\firebase_messaging-14.6.7\android\src\main\java\io\flutter\plugins\firebase\messaging\FlutterFirebaseMessagingPlugin.java uses unchecked or unsafe operations.
Same issue, no solution
This issue should be solved.
On Mon, Sep 18, 2023, 5:52 PM Shekhar1307 @.***> wrote:
Still an issue: \AppData\Local\Pub\Cache\hosted\pub.dev\firebase_messaging-14.6.7\android\src\main\java\io\flutter\plugins\firebase\messaging\FlutterFirebaseMessagingPlugin.java uses unchecked or unsafe operations.
Same issue, no solution
β Reply to this email directly, view it on GitHub https://github.com/firebase/flutterfire/issues/8073#issuecomment-1723346265, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIRXJSHZJG4MGMSTZXPDBYDX3A7Z5ANCNFSM5OFEWS4A . You are receiving this because you commented.Message ID: @.***>
This issue should be solved. β¦ On Mon, Sep 18, 2023, 5:52 PM Shekhar1307 @.> wrote: Still an issue: \AppData\Local\Pub\Cache\hosted\pub.dev\firebase_messaging-14.6.7\android\src\main\java\io\flutter\plugins\firebase\messaging\FlutterFirebaseMessagingPlugin.java uses unchecked or unsafe operations. Same issue, no solution β Reply to this email directly, view it on GitHub <#8073 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIRXJSHZJG4MGMSTZXPDBYDX3A7Z5ANCNFSM5OFEWS4A . You are receiving this because you commented.Message ID: @.>
What is the solution?
Getting the same issue...
firebase_messaging 14.6.8, I have the same issue.
Please add a thumbs up to the issue so it can be prioritized, rather than polluting the comments with "me too" and "still an issue".
Same issue for firebase_messaging-14.7.2 Testing on Android 9.
Some params from build.gradle:
minSdkVersion 28
targetSdkVersion 31
compileSdkVersion 33
jvmTarget = '1.8'
multiDexEnabled true
Same issue for cloud_firestore-4.12.2 all version android '/Users/gregspinetti/.pub-cache/hosted/pub.dev/cloud_firestore-4.12.2/android/src/main/java/io/flutter/plugins/firebase/firestore/FlutterFirebaseFirestorePlugin.java:456: warning: [deprecation] setIndexConfiguration(String) in FirebaseFirestore has been deprecated Tasks.await(firestore.setIndexConfiguration(indexConfiguration)); ^ /Users/gregspinetti/.pub-cache/hosted/pub.dev/cloud_firestore-4.12.2/android/src/main/java/io/flutter/plugins/firebase/firestore/FlutterFirebaseFirestoreMessageCodec.java:391: warning: [unchecked] unchecked cast List<Map<String, Object>> queries = (List<Map<String, Object>>) map.get("queries"); ^ required: List<Map<String,Object>> found: Object /Users/gregspinetti/.pub-cache/hosted/pub.dev/cloud_firestore-4.12.2/android/src/main/java/io/flutter/plugins/firebase/firestore/FlutterFirebaseFirestoreMessageCodec.java:431: warning: [unchecked] unchecked cast Filter filter = filterFromJson((Map<String, Object>) parameters.get("filters")); ^ required: Map<String,Object> found: Object /Users/gregspinetti/.pub-cache/hosted/pub.dev/cloud_firestore-4.12.2/android/src/main/java/io/flutter/plugins/firebase/firestore/utils/PigeonParser.java:295: warning: [unchecked] unchecked cast List<Map<String, Object>> queries = (List<Map<String, Object>>) map.get("queries"); ^ required: List<Map<String,Object>> found: Object ' flutter pub deps -- --style=compact Dart SDK 3.1.4 Flutter SDK 3.13.8 plurall 5.5.4+20230740
dependencies:
dev dependencies:
transitive dependencies:
Getting the same issue...
who will fix?
On Sat, Feb 24, 2024 at 3:40β―AM ahmed louassef @.***> wrote:
Getting the same issue... image.png (view on web) https://github.com/firebase/flutterfire/assets/110504044/7d2b1537-2bf5-49ec-9556-ae35417582b7
β Reply to this email directly, view it on GitHub https://github.com/firebase/flutterfire/issues/8073#issuecomment-1962093839, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIRXJSGSGGHZXHBDBXHKUI3YVELFTAVCNFSM5OFEWS4KU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOJWGIYDSMZYGM4Q . You are receiving this because you commented.Message ID: @.***>
Same issue with the latest flutter release
Update 2 years after my initial post regarding all of the FlutterFire products with their latest version at the moment of this comment :
firebase_core:
firebase_auth:
firebase_messaging:
firebase_analytics:
firebase_performance:
firebase_app_check:
firebase_storage:
firebase_crashlytics:
firebase_database:
firebase_remote_config:
firebase_in_app_messaging:
firebase_ml_model_downloader:
cloud_firestore:
firebase_app_installations:
cloud_functions:
firebase_dynamic_links:
And output :
Note: /Users/foxtom/.pub-cache/hosted/pub.dev/cloud_firestore-4.15.9/android/src/main/java/io/flutter/plugins/firebase/firestore/FlutterFirebaseFirestorePlugin.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: /Users/foxtom/.pub-cache/hosted/pub.dev/firebase_app_check-0.2.1+18/android/src/main/java/io/flutter/plugins/firebase/appcheck/FlutterFirebaseAppCheckPlugin.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /Users/foxtom/.pub-cache/hosted/pub.dev/firebase_app_installations-0.2.4+18/android/src/main/java/io/flutter/plugins/firebase/installations/firebase_app_installations/FirebaseInstallationsPlugin.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /Users/foxtom/.pub-cache/hosted/pub.dev/firebase_dynamic_links-5.4.18/android/src/main/java/io/flutter/plugins/firebase/dynamiclinks/Utils.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /Users/foxtom/.pub-cache/hosted/pub.dev/firebase_messaging-14.7.20/android/src/main/java/io/flutter/plugins/firebase/messaging/FlutterFirebaseMessagingPlugin.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
So the active warnings are on cloud_firestore: 4.15.9
, firebase_app_check: 0.2.1+18
, firebase_app_installations: 0.2.4+18
, firebase_dynamic_links: 5.4.18
and firebase_messaging: 14.7.20
.
what update?
On Thu, Mar 14, 2024 at 9:11β―PM Tommy @.***> wrote:
Update 2 years after my initial post regarding all of the FlutterFire products with their latest version at the moment of this comment :
firebase_core: firebase_auth: firebase_messaging: firebase_analytics: firebase_performance: firebase_app_check: firebase_storage: firebase_crashlytics: firebase_database: firebase_remote_config: firebase_in_app_messaging: firebase_ml_model_downloader: cloud_firestore: firebase_app_installations: cloud_functions: firebase_dynamic_links:
And output :
Note: /Users/foxtom/.pub-cache/hosted/pub.dev/cloud_firestore-4.15.9/android/src/main/java/io/flutter/plugins/firebase/firestore/FlutterFirebaseFirestorePlugin.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. Note: /Users/foxtom/.pub-cache/hosted/pub.dev/firebase_app_check-0.2.1+18/android/src/main/java/io/flutter/plugins/firebase/appcheck/FlutterFirebaseAppCheckPlugin.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: /Users/foxtom/.pub-cache/hosted/pub.dev/firebase_app_installations-0.2.4+18/android/src/main/java/io/flutter/plugins/firebase/installations/firebase_app_installations/FirebaseInstallationsPlugin.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: /Users/foxtom/.pub-cache/hosted/pub.dev/firebase_dynamic_links-5.4.18/android/src/main/java/io/flutter/plugins/firebase/dynamiclinks/Utils.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: /Users/foxtom/.pub-cache/hosted/pub.dev/firebase_messaging-14.7.20/android/src/main/java/io/flutter/plugins/firebase/messaging/FlutterFirebaseMessagingPlugin.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details.
So the active warnings are on cloud_firestore: 4.15.9, firebase_app_check: 0.2.1+18, firebase_app_installations: 0.2.4+18, firebase_dynamic_links: 5.4.18 and firebase_messaging: 14.7.20.
β Reply to this email directly, view it on GitHub https://github.com/firebase/flutterfire/issues/8073#issuecomment-1997818356, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIRXJSHOFEJ627A67RQ6FFTYYHD3ZAVCNFSM5OFEWS4KU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOJZG44DCOBTGU3A . You are receiving this because you commented.Message ID: @.***>
I have updated the issue with the current (14/03/2024) packages in warning / errors. 2 years back there were other warnings that are now fixed for a long time. Today it might be new warnings for the same packages or new packages with new warnings.
same here... when flutter build app bundle
Note: /Users/youngrakson/.pub-cache/hosted/pub.dev/cloud_firestore-4.15.9/android/src/main/java/io/flutter/plugins/firebase/firestore/FlutterFirebaseFirestorePlugin.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: /Users/youngrakson/.pub-cache/hosted/pub.dev/firebase_messaging-14.7.20/android/src/main/java/io/flutter/plugins/firebase/messaging/FlutterFirebaseMessagingPlugin.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. Note: /Users/youngrakson/.pub-cache/hosted/pub.dev/uni_links-0.5.1/android/src/main/java/name/avioli/unilinks/UniLinksPlugin.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details.
I don't want to see the error log during apk build....
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /Users/mj/.pub-cache/hosted/pub.dev/firebase_messaging-14.7.20/android/src/main/java/io/flutter/plugins/firebase/messaging/FlutterFirebaseMessagingPlugin.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
My flutter deps related firebase is below
β°ββ β ΅ flutter pub deps | grep 'firebase'
βββ firebase_analytics 10.8.0
β βββ firebase_analytics_platform_interface 3.9.0
β β βββ firebase_core...
β βββ firebase_analytics_web 0.5.5+12
β β βββ firebase_analytics_platform_interface...
β β βββ firebase_core...
β β βββ firebase_core_web...
β βββ firebase_core...
β βββ firebase_core_platform_interface...
βββ firebase_core 2.27.1
β βββ firebase_core_platform_interface 5.0.0
β βββ firebase_core_web...
βββ firebase_core_web 2.12.0
β βββ firebase_core_platform_interface...
βββ firebase_crashlytics 3.4.9
β βββ firebase_core...
β βββ firebase_core_platform_interface...
β βββ firebase_crashlytics_platform_interface 3.6.16
β β βββ firebase_core...
βββ firebase_messaging 14.7.20
β βββ firebase_core...
β βββ firebase_core_platform_interface...
β βββ firebase_messaging_platform_interface 4.5.28
β β β βββ firebase_core...
β β β βββ firebase_core_platform_interface...
β β βββ firebase_core...
β βββ firebase_messaging_web 3.7.0
β β βββ firebase_core...
β β βββ firebase_core_web...
β β βββ firebase_messaging_platform_interface...
βββ firebase_remote_config 4.3.18
β βββ firebase_core...
β βββ firebase_core_platform_interface...
β βββ firebase_remote_config_platform_interface 1.4.26
β β βββ firebase_core...
β βββ firebase_remote_config_web 1.4.26
β β βββ firebase_core...
β β βββ firebase_core_web...
β β βββ firebase_remote_config_platform_interface...
@minseok-jeong-gn It's a note, not an error.
But yes, it would be nice, if firebase would not use deprecated APIs.
@russellwheatley Any idea when this will be solved? :)
firebase_dynamic_links
and firebase_messaging
is still showing deprecated warning.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: X:\Pub\Cache\hosted\pub.dev\firebase_dynamic_links-5.5.1\android\src\main\java\io\flutter\plugins\firebase\dynamiclinks\Utils.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: X:\Pub\Cache\hosted\pub.dev\firebase_messaging-14.8.1\android\src\main\java\io\flutter\plugins\firebase\messaging\FlutterFirebaseMessagingPlugin.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
firebase_messaging
warning might be fixed with #12580
firebase_messaging updates have now been merged and will go out in the next release. We will not be updating firebase_dynamic_links as it is itself deprecated. If any future deprecations occur, please file a new issue as all the packages mentioned in this thread have now been updated. Thanks π
Bug report
Describe the bug
In the title but for many FlutterFire plugins, please see the list below.
My
build.gradle
file :This was fixed for
cloud_functions
in #7446 but not for all plugins.Steps to reproduce
Steps to reproduce the behavior:
Run an app on Android after flutter clean using the following plugins :
firebase_analytics
firebase_messaging
firebase_crashlytics
firebase_dynamic_links
Expected behavior
Not have these warnings despite they are not blocking anything (for now)
Additional context
Flutter doctor
Run
flutter doctor
and paste the output below:Click To Expand
``` Doctor summary (to see all details, run flutter doctor -v): [β] Flutter (Channel stable, 2.10.1, on macOS 12.2 21D49 darwin-x64, locale fr-FR) [β] Android toolchain - develop for Android devices (Android SDK version 31.0.0) [β] Xcode - develop for iOS and macOS (Xcode 13.2.1) [β] Chrome - develop for the web [β] Android Studio (version 2021.1) [β] VS Code (version 1.63.2) [β] Connected device (3 available) [β] HTTP Host Availability β’ No issues found! ```Flutter dependencies
Run
flutter pub deps -- --style=compact
and paste the output below:Click To Expand
``` Dart SDK 2.16.1 Flutter SDK 2.10.1 myappname 1.0.0+1 dependencies: - app_settings 4.1.1 [flutter] - app_tracking_transparency 2.0.2+1 [flutter] - apple_maps_flutter 1.0.3 [flutter] - audioplayers 0.20.1 [uuid path_provider http flutter flutter_web_plugins] - auto_size_text 3.0.0 [flutter] - badges 2.0.2 [flutter] - cached_network_image 3.2.0 [flutter flutter_cache_manager octo_image cached_network_image_platform_interface cached_network_image_web] - camera 0.9.4+11 [camera_platform_interface camera_web flutter pedantic quiver flutter_plugin_android_lifecycle] - clipboard 0.1.3 [flutter] - cloud_functions 3.2.7 [cloud_functions_platform_interface cloud_functions_web firebase_core firebase_core_platform_interface flutter] - confetti 0.6.0 [flutter vector_math] - connectivity_plus 2.2.0 [flutter connectivity_plus_platform_interface connectivity_plus_linux connectivity_plus_macos connectivity_plus_web connectivity_plus_windows] - country_code_picker 2.0.2 [flutter modal_bottom_sheet collection universal_platform] - crypto 3.0.1 [collection typed_data] - cupertino_back_gesture 0.1.0 [flutter] - cupertino_icons 1.0.4 - device_display_brightness 0.0.6 [flutter] - disk_space 0.2.1 [flutter] - emoji_picker_flutter 1.1.1 [flutter shared_preferences] - extended_image 6.0.1 [extended_image_library flutter meta] - extended_tabs 2.3.0 [flutter] - firebase_analytics 9.1.0 [firebase_analytics_platform_interface firebase_analytics_web firebase_core firebase_core_platform_interface flutter] - firebase_auth 3.3.7 [firebase_auth_platform_interface firebase_auth_web firebase_core firebase_core_platform_interface flutter meta] - firebase_core 1.12.0 [firebase_core_platform_interface firebase_core_web flutter meta] - firebase_crashlytics 2.5.1 [firebase_core firebase_core_platform_interface firebase_crashlytics_platform_interface flutter stack_trace] - firebase_database 9.0.6 [firebase_core firebase_core_platform_interface firebase_database_platform_interface firebase_database_web flutter] - firebase_dynamic_links 4.0.6 [firebase_core firebase_core_platform_interface firebase_dynamic_links_platform_interface flutter meta plugin_platform_interface] - firebase_messaging 11.2.6 [firebase_core firebase_core_platform_interface firebase_messaging_platform_interface firebase_messaging_web flutter meta] - firebase_performance 0.8.0+5 [firebase_core firebase_core_platform_interface firebase_performance_platform_interface firebase_performance_web flutter] - firebase_storage 10.2.7 [firebase_core firebase_core_platform_interface firebase_storage_platform_interface firebase_storage_web flutter] - flutter 0.0.0 [characters collection material_color_utilities meta typed_data vector_math sky_engine] - flutter_app_badger 1.3.0 [flutter] - flutter_arc_text 0.5.0 [characters flutter] - flutter_contacts 1.1.2 [flutter] - flutter_facebook_auth 4.0.1 [flutter flutter_facebook_auth_platform_interface flutter_facebook_auth_web] - flutter_ffmpeg 0.4.2 [flutter] - flutter_image_compress 1.1.0 [flutter] - flutter_localizations 0.0.0 [flutter intl characters clock collection material_color_utilities meta path typed_data vector_math] - flutter_native_text_input 2.1.0 [flutter] - flutter_staggered_grid_view 0.6.1 [flutter] - flutter_svg 1.0.3 [flutter meta path_drawing vector_math xml] - geocoding 2.0.2 [flutter geocoding_platform_interface] - geolocator 8.1.1 [flutter geolocator_platform_interface geolocator_android geolocator_apple geolocator_web geolocator_windows] - google_fonts 2.3.1 [flutter http path_provider crypto] - google_maps_flutter 2.1.1 [flutter flutter_plugin_android_lifecycle google_maps_flutter_platform_interface] - google_mobile_ads 1.1.0 [meta flutter] - google_sign_in 5.2.3 [flutter google_sign_in_platform_interface google_sign_in_web] - hive 2.0.5 [meta crypto] - hive_flutter 1.1.0 [flutter hive path_provider path] - http 0.13.4 [async http_parser meta path] - image_editor 1.0.2 [flutter] - in_app_purchase 2.0.1 [flutter in_app_purchase_platform_interface in_app_purchase_android in_app_purchase_storekit] - in_app_review 2.0.4 [flutter in_app_review_platform_interface] - logger 1.1.0 - package_info_plus 1.3.0 [flutter package_info_plus_platform_interface package_info_plus_linux package_info_plus_macos package_info_plus_windows package_info_plus_web] - path 1.8.0 - path_provider 2.0.9 [flutter path_provider_android path_provider_ios path_provider_linux path_provider_macos path_provider_platform_interface path_provider_windows] - percent_indicator 4.0.0 [flutter] - perfect_volume_control 1.0.5 [flutter] - permission_handler 8.3.0 [flutter meta permission_handler_platform_interface] - photo_manager 2.0.0-dev.7 [flutter] - provider 6.0.2 [collection flutter nested] - pull_to_refresh 2.0.0 [flutter] - record 3.0.2 [flutter record_platform_interface record_web] - rive 0.8.1 [collection flutter graphs http meta] - screen_capture_event 1.0.0+1 [flutter permission_handler] - scrollable_positioned_list 0.2.3 [flutter collection] - share_plus 3.0.4 [meta mime flutter share_plus_platform_interface share_plus_linux share_plus_macos share_plus_windows share_plus_web] - shared_preferences 2.0.13 [flutter shared_preferences_android shared_preferences_ios shared_preferences_linux shared_preferences_macos shared_preferences_platform_interface shared_preferences_web shared_preferences_windows] - sign_in_with_apple 3.3.0 [flutter meta sign_in_with_apple_platform_interface sign_in_with_apple_web] - sliver_tools 0.2.5 [flutter] - sqflite 2.0.2 [flutter sqflite_common path] - translator 0.1.7 [http] - url_launcher 6.0.20 [flutter url_launcher_android url_launcher_ios url_launcher_linux url_launcher_macos url_launcher_platform_interface url_launcher_web url_launcher_windows] - uuid 3.0.5 [crypto] - video_compress 3.1.1 [flutter] - video_player 2.2.18 [flutter video_player_android video_player_avfoundation video_player_platform_interface video_player_web html] - video_thumbnail 0.4.3 [flutter] - visibility_detector 0.2.2 [flutter] dev dependencies: - build_runner 2.1.7 [args async analyzer build build_config build_daemon build_resolvers build_runner_core code_builder collection crypto dart_style frontend_server_client glob graphs http_multi_server io js logging meta mime package_config path pool pub_semver pubspec_parse shelf shelf_web_socket stack_trace stream_transform timing watcher web_socket_channel yaml] - flutter_lints 1.0.4 [lints] - flutter_test 0.0.0 [flutter test_api path fake_async clock stack_trace vector_math async boolean_selector characters charcode collection matcher material_color_utilities meta source_span stream_channel string_scanner term_glyph typed_data] - hive_generator 1.1.2 [build source_gen hive analyzer source_helper] transitive dependencies: - _fe_analyzer_shared 34.0.0 [meta] - analyzer 3.2.0 [_fe_analyzer_shared cli_util collection convert crypto glob meta package_config path pub_semver source_span watcher yaml] - args 2.3.0 - async 2.8.2 [collection meta] - boolean_selector 2.1.0 [source_span string_scanner] - build 2.2.1 [analyzer async convert crypto glob logging meta path] - build_config 1.0.0 [checked_yaml json_annotation path pubspec_parse yaml] - build_daemon 3.0.1 [built_collection built_value http_multi_server logging path pool shelf shelf_web_socket stream_transform watcher web_socket_channel] - build_resolvers 2.0.6 [analyzer async build crypto graphs logging path package_config pool pub_semver stream_transform yaml] - build_runner_core 7.2.3 [async build build_config build_resolvers collection convert crypto glob graphs json_annotation logging meta path package_config pool timing watcher yaml] - built_collection 5.1.1 - built_value 8.1.4 [built_collection collection fixnum meta] - cached_network_image_platform_interface 1.0.0 [flutter flutter_cache_manager] - cached_network_image_web 1.0.1 [flutter flutter_cache_manager cached_network_image_platform_interface] - camera_platform_interface 2.1.5 [cross_file flutter plugin_platform_interface stream_transform] - camera_web 0.2.1+2 [camera_platform_interface flutter flutter_web_plugins pedantic stream_transform] - characters 1.2.0 - charcode 1.3.1 - checked_yaml 2.0.1 [json_annotation source_span yaml] - cli_util 0.3.5 [meta path] - clock 1.1.0 - cloud_functions_platform_interface 5.0.21 [firebase_core flutter meta plugin_platform_interface] - cloud_functions_web 4.2.7 [cloud_functions_platform_interface firebase_core firebase_core_web flutter flutter_web_plugins js] - code_builder 4.1.0 [built_collection built_value collection matcher meta] - collection 1.15.0 - connectivity_plus_linux 1.2.0 [flutter connectivity_plus_platform_interface meta nm] - connectivity_plus_macos 1.2.1 [connectivity_plus_platform_interface flutter] - connectivity_plus_platform_interface 1.2.0 [flutter meta plugin_platform_interface] - connectivity_plus_web 1.2.0 [connectivity_plus_platform_interface flutter_web_plugins flutter] - connectivity_plus_windows 1.2.0 [connectivity_plus_platform_interface flutter] - convert 3.0.1 [typed_data] - cross_file 0.3.2 [flutter js meta] - csslib 0.17.1 [source_span] - dart_style 2.2.1 [analyzer args path pub_semver source_span] - dbus 0.6.8 [args ffi meta xml] - extended_image_library 3.1.2 [crypto flutter http_client_helper path path_provider] - fake_async 1.2.0 [clock collection] - ffi 1.1.2 - file 6.1.2 [meta path] - firebase 9.0.2 [http http_parser js] - firebase_analytics_platform_interface 3.0.5 [firebase_core flutter meta plugin_platform_interface] - firebase_analytics_web 0.4.0+6 [firebase_analytics_platform_interface firebase_core firebase_core_web flutter flutter_web_plugins js] - firebase_auth_platform_interface 6.1.11 [firebase_core flutter meta plugin_platform_interface] - firebase_auth_web 3.3.7 [firebase_auth_platform_interface firebase_core firebase_core_web flutter flutter_web_plugins http_parser intl js meta] - firebase_core_platform_interface 4.2.4 [collection flutter meta plugin_platform_interface] - firebase_core_web 1.5.4 [firebase_core_platform_interface flutter flutter_web_plugins js meta] - firebase_crashlytics_platform_interface 3.1.13 [collection firebase_core flutter meta plugin_platform_interface] - firebase_database_platform_interface 0.2.0+5 [collection firebase_core flutter meta plugin_platform_interface] - firebase_database_web 0.2.0+5 [firebase_core firebase_core_web firebase_database_platform_interface flutter flutter_web_plugins js] - firebase_dynamic_links_platform_interface 0.2.0+5 [firebase_core flutter meta plugin_platform_interface] - firebase_messaging_platform_interface 3.1.6 [firebase_core flutter meta plugin_platform_interface] - firebase_messaging_web 2.2.7 [firebase_core firebase_core_web firebase_messaging_platform_interface flutter flutter_web_plugins js meta] - firebase_performance_platform_interface 0.1.0+5 [firebase_core flutter plugin_platform_interface] - firebase_performance_web 0.1.0+5 [firebase firebase_core firebase_core_web firebase_performance_platform_interface flutter flutter_web_plugins js] - firebase_storage_platform_interface 4.0.14 [collection firebase_core flutter meta plugin_platform_interface] - firebase_storage_web 3.2.8 [async firebase_core firebase_core_web firebase_storage_platform_interface flutter flutter_web_plugins http js meta] - fixnum 1.0.0 - flutter_blurhash 0.6.0 [flutter meta pedantic] - flutter_cache_manager 3.3.0 [clock collection file flutter http path path_provider pedantic rxdart sqflite uuid] - flutter_facebook_auth_platform_interface 3.0.1 [flutter plugin_platform_interface] - flutter_facebook_auth_web 3.0.0+1 [flutter flutter_web_plugins js flutter_facebook_auth_platform_interface] - flutter_plugin_android_lifecycle 2.0.5 [flutter] - flutter_web_plugins 0.0.0 [flutter js characters collection material_color_utilities meta typed_data vector_math] - frontend_server_client 2.1.2 [async path] - geocoding_platform_interface 2.0.1 [flutter meta plugin_platform_interface] - geolocator_android 3.0.2 [flutter geolocator_platform_interface] - geolocator_apple 2.1.0 [flutter geolocator_platform_interface] - geolocator_platform_interface 4.0.3 [flutter plugin_platform_interface vector_math meta] - geolocator_web 2.1.4 [flutter flutter_web_plugins geolocator_platform_interface] - geolocator_windows 0.1.0 [flutter geolocator_platform_interface] - glob 2.0.2 [async collection file path string_scanner] - google_maps_flutter_platform_interface 2.1.5 [collection flutter plugin_platform_interface stream_transform] - google_sign_in_platform_interface 2.1.1 [flutter quiver] - google_sign_in_web 0.10.0+4 [flutter flutter_web_plugins google_sign_in_platform_interface js pedantic] - graphs 2.1.0 [collection] - html 0.15.0 [csslib source_span] - http_client_helper 2.0.2 [http] - http_multi_server 3.2.0 [async] - http_parser 4.0.0 [charcode collection source_span string_scanner typed_data] - in_app_purchase_android 0.2.2+1 [collection flutter in_app_purchase_platform_interface json_annotation] - in_app_purchase_platform_interface 1.3.1 [flutter plugin_platform_interface] - in_app_purchase_storekit 0.2.1 [collection flutter in_app_purchase_platform_interface json_annotation meta] - in_app_review_platform_interface 2.0.3 [flutter url_launcher plugin_platform_interface platform] - intl 0.17.0 [clock path] - io 1.0.3 [meta path string_scanner] - js 0.6.3 - json_annotation 4.4.0 [meta] - lints 1.0.1 - logging 1.0.2 - matcher 0.12.11 [stack_trace] - material_color_utilities 0.1.3 - meta 1.7.0 - mime 1.0.1 - modal_bottom_sheet 2.0.0 [flutter] - nested 1.0.0 [flutter] - nm 0.4.4 [dbus] - octo_image 1.0.1 [flutter flutter_blurhash] - package_config 2.0.2 [path] - package_info_plus_linux 1.0.3 [package_info_plus_platform_interface flutter path] - package_info_plus_macos 1.3.0 [flutter] - package_info_plus_platform_interface 1.0.2 [flutter meta plugin_platform_interface] - package_info_plus_web 1.0.4 [flutter flutter_web_plugins http meta package_info_plus_platform_interface] - package_info_plus_windows 1.0.4 [package_info_plus_platform_interface ffi flutter win32] - path_drawing 1.0.0 [vector_math meta path_parsing flutter] - path_parsing 1.0.0 [vector_math meta] - path_provider_android 2.0.11 [flutter path_provider_platform_interface] - path_provider_ios 2.0.7 [flutter path_provider_platform_interface] - path_provider_linux 2.1.5 [ffi flutter path path_provider_platform_interface xdg_directories] - path_provider_macos 2.0.5 [flutter path_provider_platform_interface] - path_provider_platform_interface 2.0.3 [flutter platform plugin_platform_interface] - path_provider_windows 2.0.5 [ffi flutter path path_provider_platform_interface win32] - pedantic 1.11.1 - permission_handler_platform_interface 3.7.0 [flutter meta plugin_platform_interface] - petitparser 4.4.0 [meta] - platform 3.1.0 - plugin_platform_interface 2.1.2 [meta] - pool 1.5.0 [async stack_trace] - process 4.2.4 [file path platform] - pub_semver 2.1.0 [collection meta] - pubspec_parse 1.2.0 [checked_yaml collection json_annotation pub_semver yaml] - quiver 3.0.1+1 [matcher] - record_platform_interface 0.2.0 [flutter plugin_platform_interface] - record_web 0.2.1 [flutter flutter_web_plugins record_platform_interface] - rxdart 0.27.3 - share_plus_linux 2.0.4 [share_plus_platform_interface file flutter meta url_launcher] - share_plus_macos 2.0.2 [share_plus_platform_interface flutter] - share_plus_platform_interface 2.0.1 [flutter meta mime plugin_platform_interface] - share_plus_web 2.0.4 [share_plus_platform_interface url_launcher flutter flutter_web_plugins meta] - share_plus_windows 2.0.3 [share_plus_platform_interface flutter meta url_launcher] - shared_preferences_android 2.0.11 [flutter shared_preferences_platform_interface] - shared_preferences_ios 2.0.10 [flutter shared_preferences_platform_interface] - shared_preferences_linux 2.1.0 [file flutter path path_provider_linux path_provider_platform_interface shared_preferences_platform_interface] - shared_preferences_macos 2.0.3 [flutter shared_preferences_platform_interface] - shared_preferences_platform_interface 2.0.0 [flutter] - shared_preferences_web 2.0.3 [flutter flutter_web_plugins shared_preferences_platform_interface] - shared_preferences_windows 2.1.0 [file flutter path path_provider_platform_interface path_provider_windows shared_preferences_platform_interface] - shelf 1.2.0 [async collection http_parser path stack_trace stream_channel] - shelf_web_socket 1.0.1 [shelf stream_channel web_socket_channel] - sign_in_with_apple_platform_interface 1.0.0 [flutter plugin_platform_interface meta] - sign_in_with_apple_web 1.0.1 [flutter flutter_web_plugins sign_in_with_apple_platform_interface js] - sky_engine 0.0.99 - source_gen 1.2.1 [analyzer async build dart_style glob meta path source_span yaml] - source_helper 1.3.1 [analyzer collection source_gen] - source_span 1.8.1 [collection path term_glyph] - sqflite_common 2.2.0 [synchronized path meta] - stack_trace 1.10.0 [path] - stream_channel 2.1.0 [async] - stream_transform 2.0.0 - string_scanner 1.1.0 [charcode source_span] - synchronized 3.0.0 - term_glyph 1.2.0 - test_api 0.4.8 [async boolean_selector collection meta source_span stack_trace stream_channel string_scanner term_glyph matcher] - timing 1.0.0 [json_annotation] - typed_data 1.3.0 [collection] - universal_platform 1.0.0+1 - url_launcher_android 6.0.15 [flutter url_launcher_platform_interface] - url_launcher_ios 6.0.15 [flutter url_launcher_platform_interface] - url_launcher_linux 3.0.0 [flutter url_launcher_platform_interface] - url_launcher_macos 3.0.0 [flutter url_launcher_platform_interface] - url_launcher_platform_interface 2.0.5 [flutter plugin_platform_interface] - url_launcher_web 2.0.8 [flutter flutter_web_plugins url_launcher_platform_interface] - url_launcher_windows 3.0.0 [flutter url_launcher_platform_interface] - vector_math 2.1.1 - video_player_android 2.2.17 [flutter video_player_platform_interface] - video_player_avfoundation 2.2.18 [flutter video_player_platform_interface] - video_player_platform_interface 5.0.2 [flutter plugin_platform_interface] - video_player_web 2.0.7 [flutter flutter_web_plugins video_player_platform_interface] - watcher 1.0.1 [async path] - web_socket_channel 2.1.0 [async crypto stream_channel] - win32 2.3.11 [ffi] - xdg_directories 0.2.0+1 [meta path process] - xml 5.3.1 [collection meta petitparser] - yaml 3.1.0 [collection source_span string_scanner] ```