Skip to content

Commit

Permalink
Bump Flutter SDK requirement (flutter#456)
Browse files Browse the repository at this point in the history
* Update Flutter SDK requirement

* Not a breaking change

* Update CHANGELOG.md

* Update pubspec.yaml
  • Loading branch information
mravn-google authored and slightfoot committed Jun 5, 2018
1 parent cf126c3 commit 477693c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/cloud_firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.4.0

* **Breaking change**. Hide Firestore codec class from public API.
* Adjusted Flutter SDK constraint to match Flutter release with extensible
platform message codec, required already by version 0.3.1.
* Move each class into separate files

## 0.3.2

* Support for batched writes.
Expand Down
4 changes: 2 additions & 2 deletions packages/cloud_firestore/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Flutter plugin for Cloud Firestore, a cloud-hosted, noSQL database
live synchronization and offline support on Android and iOS.
author: Flutter Team <[email protected]>
homepage: https://github.com/flutter/plugins/tree/master/packages/cloud_firestore
version: 0.3.2
version: 0.4.0

flutter:
plugin:
Expand All @@ -23,4 +23,4 @@ dev_dependencies:

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

0 comments on commit 477693c

Please sign in to comment.