-
Notifications
You must be signed in to change notification settings - Fork 3.8k
[animations] Fix analyzer warnings #109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
b4ae57c
099a3d6
0d4fc10
652f520
c4299c3
04e3322
fbe5a14
bcc7712
773f823
7193c2c
5574ebd
31113d8
4276e69
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| 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 | ||
| compatible with Flutter's `stable` branch. | ||
|
|
||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,6 +5,7 @@ version: 0.0.1 | |
|
|
||
| environment: | ||
| sdk: ">=2.3.0 <3.0.0" | ||
| flutter: ^1.15.3 | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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: | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.