Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions packages/animations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.0+4] - February 21, 2020

* Fix a typo in the changelog dates
* Add a note to the README that the `animations` package is not currently
Comment thread
shihaohong marked this conversation as resolved.
Outdated
compatible with Flutter's `stable` branch.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Include that the example app has been switched back to the old style material stuff to be compatible with stable for now.


## [1.0.0+3] - February 18, 2020

* Update README.md to better describe Material motion
Expand Down
2 changes: 2 additions & 0 deletions packages/animations/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# High quality pre-built Animations for Flutter

***Note (Feb 21, 2020): The `animations` package is not yet compatible with Flutter's `stable` branch. At the moment, it can only be used with Flutter's `master`, `dev`, and `beta` branches.***
Comment thread
shihaohong marked this conversation as resolved.
Outdated

This package contains pre-canned animations for commonly-desired effects. The animations can be customized with your content and dropped into your application to delight your users.

To see examples of the following animations on a device or simulator:
Expand Down
1 change: 1 addition & 0 deletions packages/animations/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version: 0.0.1

environment:
sdk: ">=2.3.0 <3.0.0"
flutter: ^1.15.3

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will make pub mad because that version doesn't exist yet (from pub's point of view).


dependencies:
flutter:
Expand Down
3 changes: 2 additions & 1 deletion packages/animations/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: animations
description: Fancy pre-built animations that can easily be integrated into any Flutter application.
version: 1.0.0+3
version: 1.0.0+4
homepage: https://github.com/flutter/packages/tree/master/packages/animations

environment:
sdk: ">=2.2.2 <3.0.0"
flutter: ^1.15.3

dependencies:
flutter:
Expand Down