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 {
100
100
creativeName: properties["creativeName" ]? .toString (),
101
101
creativeSlot: properties["creativeSlot" ]? .toString (),
102
102
items: properties["items" ] as List <AnalyticsEventItemJson >,
103
- locationId: properties["locationdId " ]? .toString (),
103
+ locationId: properties["locationId " ]? .toString (),
104
104
promotionId: properties["promotionId" ]? .toString (),
105
105
promotionName: properties["promotionName" ]? .toString ());
106
106
break ;
Original file line number Diff line number Diff line change 1
1
name : segment_analytics_plugin_firebase
2
2
description : The hassle-free way to add Segment analytics to your Flutter app.
3
- version : 1.0.1
3
+ version : 1.1.0
4
4
homepage : https://github.com/segmentio/analytics_flutter#readme
5
5
repository : https://github.com/segmentio/analytics_flutter/tree/main/packages/plugins/plugin_firebase#readme
6
6
issue_tracker : https://github.com/segmentio/analytics_flutter/issues
@@ -10,15 +10,15 @@ environment:
10
10
flutter : " >=3.16.0"
11
11
12
12
dependencies :
13
- firebase_analytics : ^11.3.3
14
- firebase_core : ^3.6 .0
13
+ firebase_analytics : ^12.0.0
14
+ firebase_core : ^4.0 .0
15
15
flutter :
16
16
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
19
19
20
20
dev_dependencies :
21
- build_runner : ^2.3.3
21
+ build_runner : ^2.6.0
22
22
flutter_test :
23
23
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