File tree 3 files changed +9
-5
lines changed
packages/cloud_firestore/cloud_firestore_platform_interface 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
- ## [ 1.1.0]
1
+ ## 1.1.1
2
+
3
+ * Fixed formatting in the CHANGELOG.
4
+
5
+ ## 1.1.0
2
6
3
7
* Updated ` FieldValueFactoryPlatform ` to use generics.
4
8
* ` FieldValuePlatform ` no longer extends ` PlatformInterface ` .
5
9
* ` MethodChannelFieldValue ` no longer extends ` FieldValuePlatform ` and supports equality comparison.
6
10
* Fixed the file name of a test.
7
11
8
- ## [ 1.0.1]
12
+ ## 1.0.1
9
13
10
14
* Make the pedantic dev_dependency explicit.
11
15
12
- ## [ 1.0.0]
16
+ ## 1.0.0
13
17
14
18
* Created Platform Interface
Original file line number Diff line number Diff line change @@ -23,4 +23,4 @@ See https://flutter.dev/go/platform-interface-breaking-changes for a discussion
23
23
on why a less-clean interface is preferable to a breaking change.
24
24
25
25
[ 1 ] : ../cloud_firestore
26
- [ 2 ] : lib/cloud_firestore_platform_interface.dart
26
+ [ 2 ] : lib/cloud_firestore_platform_interface.dart
Original file line number Diff line number Diff line change 1
1
name : cloud_firestore_platform_interface
2
2
description : A common platform interface for the cloud_firestore plugin.
3
- version : 1.1.0
3
+ version : 1.1.1
4
4
homepage : https://github.com/FirebaseExtended/flutterfire/tree/master/packages/cloud_firestore/cloud_firestore_platform_interface
5
5
6
6
dependencies :
You can’t perform that action at this time.
0 commit comments