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 #68

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mockturtl
Copy link

Closes #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
Copy link

I think this package is no longer maintained.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Flutter beta channel removed constructor param Stack.overflow
2 participants