Skip to content

Commit a76fc24

Browse files
mravn-googlecollinjackson
authored andcommitted
Bump Flutter SDK requirement (flutter#456)
* Update Flutter SDK requirement * Not a breaking change * Update CHANGELOG.md * Update pubspec.yaml
1 parent 11c78c3 commit a76fc24

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

packages/cloud_firestore/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.4.0
2+
3+
* **Breaking change**. Hide Firestore codec class from public API.
4+
* Adjusted Flutter SDK constraint to match Flutter release with extensible
5+
platform message codec, required already by version 0.3.1.
6+
* Move each class into separate files
7+
18
## 0.3.2
29

310
* Support for batched writes.

packages/cloud_firestore/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Flutter plugin for Cloud Firestore, a cloud-hosted, noSQL database
33
live synchronization and offline support on Android and iOS.
44
author: Flutter Team <flutter-dev@googlegroups.com>
55
homepage: https://github.com/flutter/plugins/tree/master/packages/cloud_firestore
6-
version: 0.3.2
6+
version: 0.4.0
77

88
flutter:
99
plugin:
@@ -23,4 +23,4 @@ dev_dependencies:
2323

2424
environment:
2525
sdk: ">=2.0.0-dev.28.0 <3.0.0"
26-
flutter: ">=0.1.4 <2.0.0"
26+
flutter: ">=0.2.4 <2.0.0"

0 commit comments

Comments
 (0)