File tree Expand file tree Collapse file tree 8 files changed +41
-7
lines changed
firebase_analytics_platform_interface Expand file tree Collapse file tree 8 files changed +41
-7
lines changed Original file line number Diff line number Diff line change
1
+ ## 8.0.0-dev.0
2
+
3
+ > Note: This release has breaking changes.
4
+
5
+ - ** DOCS** : remove incorrect ARCHS in ios examples (#5450 ).
6
+ - ** CHORE** : bump min Dart SDK constraint to 2.12.0 (#5430 ).
7
+ - ** CHORE** : publish packages (#5429 ).
8
+ - ** CHORE** : publish packages.
9
+ - ** BREAKING** ** FEAT** : Migrate firebase_analytics to sound null safety (#5341 ).
10
+
1
11
## 7.1.1
2
12
3
13
- Update a dependency to the latest release.
Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ description:
3
3
Flutter plugin for Google Analytics for Firebase, an app measurement
4
4
solution that provides insight on app usage and user engagement on Android and iOS.
5
5
homepage : https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_analytics/firebase_analytics
6
- version : 7.1.1
6
+ version : 8.0.0-dev.0
7
7
8
8
environment :
9
9
sdk : ' >=2.12.0 <3.0.0'
10
10
flutter : ' >=1.12.13+hotfix.5'
11
11
12
12
dependencies :
13
- firebase_analytics_platform_interface : ^1.1 .0
14
- firebase_analytics_web : ^0.2.0+1
13
+ firebase_analytics_platform_interface : ^2.0.0-dev .0
14
+ firebase_analytics_web : ^0.3.0-dev.0
15
15
firebase_core : ^1.0.2
16
16
flutter :
17
17
sdk : flutter
Original file line number Diff line number Diff line change
1
+ ## 2.0.0-dev.0
2
+
3
+ > Note: This release has breaking changes.
4
+
5
+ - ** CHORE** : enable missing lints on firebase_analytics (#5231 ).
6
+ - ** BREAKING** ** FEAT** : Migrate firebase_analytics to sound null safety (#5341 ).
7
+
1
8
## 1.1.0
2
9
3
10
- This version is not null-safe but has been created to allow compatibility with other null-safe FlutterFire packages such as ` firebase_core ` .
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: A common platform interface for the firebase_analytics plugin.
3
3
homepage : https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_analytics/firebase_analytics_platform_interface
4
4
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
5
5
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
6
- version : 1.1 .0
6
+ version : 2.0.0-dev .0
7
7
8
8
environment :
9
9
sdk : ' >=2.12.0 <3.0.0'
Original file line number Diff line number Diff line change
1
+ ## 0.3.0-dev.0
2
+
3
+ > Note: This release has breaking changes.
4
+
5
+ - ** BREAKING** ** FEAT** : Migrate firebase_analytics to sound null safety (#5341 ).
6
+
1
7
## 0.2.0+1
2
8
3
9
- ** FIX** : upgrade ` firebase ` in firebase_analytics_web (#5276 ).
Original file line number Diff line number Diff line change 1
1
name : firebase_analytics_web
2
2
description : The web implementation of firebase_analytics
3
3
homepage : https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_analytics/firebase_analytics_web
4
- version : 0.2.0+1
4
+ version : 0.3.0-dev.0
5
5
6
6
environment :
7
7
sdk : ' >=2.12.0 <3.0.0'
8
8
flutter : ' >=1.12.13+hotfix.4'
9
9
10
10
dependencies :
11
11
firebase : ^9.0.1
12
- firebase_analytics_platform_interface : ^1.1 .0
12
+ firebase_analytics_platform_interface : ^2.0.0-dev .0
13
13
flutter :
14
14
sdk : flutter
15
15
flutter_web_plugins :
Original file line number Diff line number Diff line change
1
+ ## 2.0.0-dev.0
2
+
3
+ > Note: This release has breaking changes.
4
+
5
+ - ** DOCS** : remove incorrect ARCHS in ios examples (#5450 ).
6
+ - ** CHORE** : publish packages (#5429 ).
7
+ - ** CHORE** : merge all analysis_options.yaml into one (#5329 ).
8
+ - ** CHORE** : publish packages.
9
+ - ** CHORE** : enable lints for firebase_dynamic_links (#5256 ).
10
+ - ** BREAKING** ** FEAT** : Migrate firebase_dynamic_links to sound null safety (#5368 ).
11
+
1
12
## 0.8.0
2
13
3
14
- This version is not null-safe but has been created to allow compatibility with other null-safe FlutterFire packages such as ` firebase_core ` .
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: firebase_dynamic_links
2
2
description :
3
3
Flutter plugin for Google Dynamic Links for Firebase, an app solution for creating
4
4
and handling links across multiple platforms.
5
- version : 1.0 .0
5
+ version : 2.0.0-dev .0
6
6
homepage : https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_dynamic_links
7
7
8
8
environment :
You can’t perform that action at this time.
0 commit comments