mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-26 08:36:50 +08:00
Use unrelased version of flutter analytics
What's the worst that could happen! Analytics could break. It's not like I haven't had to disable it on ios already. I really really wish I had an easy alternative to use.
This commit is contained in:
@ -326,21 +326,21 @@ packages:
|
|||||||
name: firebase_analytics
|
name: firebase_analytics
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "7.1.1"
|
version: "8.0.0-dev.2"
|
||||||
firebase_analytics_platform_interface:
|
firebase_analytics_platform_interface:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: firebase_analytics_platform_interface
|
name: firebase_analytics_platform_interface
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "1.1.0"
|
version: "2.0.0-dev.0"
|
||||||
firebase_analytics_web:
|
firebase_analytics_web:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: firebase_analytics_web
|
name: firebase_analytics_web
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "0.2.0+1"
|
version: "0.3.0-dev.0"
|
||||||
firebase_core:
|
firebase_core:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
@ -39,7 +39,7 @@ dependencies:
|
|||||||
file_picker: ^3.0.1
|
file_picker: ^3.0.1
|
||||||
filesystem_picker: ^2.0.0-nullsafety.0 # for directories
|
filesystem_picker: ^2.0.0-nullsafety.0 # for directories
|
||||||
fimber: ^0.6.1
|
fimber: ^0.6.1
|
||||||
firebase_analytics: ^7.1.1
|
firebase_analytics: ^8.0.0-dev.2
|
||||||
flutter_cache_manager: ^3.0.1
|
flutter_cache_manager: ^3.0.1
|
||||||
flutter_email_sender: ^5.0.0
|
flutter_email_sender: ^5.0.0
|
||||||
flutter_emoji:
|
flutter_emoji:
|
||||||
|
Reference in New Issue
Block a user