File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
packages/plugins/plugin_firebase Expand file tree Collapse file tree 2 files changed +7
-7
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 @@ -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