-
Notifications
You must be signed in to change notification settings - Fork 3.2k
[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
Conversation
@@ -5,6 +5,7 @@ version: 0.0.1 | |||
|
|||
environment: | |||
sdk: ">=2.3.0 <3.0.0" | |||
flutter: ^1.15.3 |
There was a problem hiding this comment.
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).
See also my comment here: #106 (comment) |
packages/animations/CHANGELOG.md
Outdated
* 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. | ||
|
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
// TODO(shihaohong): Re-implement the @override annotation once Flutter stable | ||
// contains https://github.com/flutter/flutter/pull/48274. | ||
// ignore: annotate_overrides | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: remove extra blank line.
to be compatible with Flutter's
stable
branch for the time being.until Flutter's stable branch contains Implement reverseTransitionDuration for TransitionRoute flutter#48274.