File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
packages/plugins/plugin_firebase Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ class FirebaseDestination extends DestinationPlugin {
100100 creativeName: properties["creativeName" ]? .toString (),
101101 creativeSlot: properties["creativeSlot" ]? .toString (),
102102 items: properties["items" ] as List <AnalyticsEventItemJson >,
103- locationId: properties["locationdId " ]? .toString (),
103+ locationId: properties["locationId " ]? .toString (),
104104 promotionId: properties["promotionId" ]? .toString (),
105105 promotionName: properties["promotionName" ]? .toString ());
106106 break ;
Original file line number Diff line number Diff line change 11name : segment_analytics_plugin_firebase
22description : The hassle-free way to add Segment analytics to your Flutter app.
3- version : 1.0.1
3+ version : 1.1.0
44homepage : https://github.com/segmentio/analytics_flutter#readme
55repository : https://github.com/segmentio/analytics_flutter/tree/main/packages/plugins/plugin_firebase#readme
66issue_tracker : https://github.com/segmentio/analytics_flutter/issues
@@ -10,15 +10,15 @@ environment:
1010 flutter : " >=3.16.0"
1111
1212dependencies :
13- firebase_analytics : ^11.3.3
14- firebase_core : ^3.6 .0
13+ firebase_analytics : ^12.0.0
14+ firebase_core : ^4.0 .0
1515 flutter :
1616 sdk : flutter
17- json_annotation : ^4.8 .0
18- segment_analytics : ^1.1.1
17+ json_annotation : ^4.9 .0
18+ segment_analytics : ^1.1.8
1919
2020dev_dependencies :
21- build_runner : ^2.3.3
21+ build_runner : ^2.6.0
2222 flutter_test :
2323 sdk : flutter
24- flutter_lints : ^4 .0.0
24+ flutter_lints : ^6 .0.0
You can’t perform that action at this time.
0 commit comments