Skip to content
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

fix: Stack constructor for Flutter > 2.10 #3

Merged
merged 1 commit into from
Jun 6, 2022

Conversation

romitkarmakar
Copy link
Owner

Closes tunitowen#67.

  • Replaces overflow: Overflow.visible with clipBehavior: Clip.none,
    per migration guide
  • Bumps mockito version for compatibility with flutter_test.
  • Renames test file to follow *_test.dart convention.
  • Removes and gitignores pubspec.lock, since this is a library package.

Closes tunitowen#67.

- Replaces `overflow: Overflow.visible` with `clipBehavior: Clip.none`,
  per [migration guide](https://docs.flutter.dev/release/breaking-changes/clip-behavior#migration-guide)
- Bumps `mockito` version for compatibility with `flutter_test`.
- Renames test file to follow `*_test.dart` convention.
- Removes and gitignores `pubspec.lock`, since this is a library package.
@romitkarmakar romitkarmakar merged commit addd2b3 into romitkarmakar:master Jun 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants