Skip to content

[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

Merged
merged 13 commits into from
Feb 21, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update pubspec yaml
  • Loading branch information
Shi Hao Hong committed Feb 21, 2020
commit 099a3d65ca5a9705e388c282a268014385d32511
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
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