Skip to content

fix: Stack constructor for Flutter > 2.10#68

Open
mockturtl wants to merge 1 commit intotunitowen:masterfrom
mockturtl:fix-flutter-2.13
Open

fix: Stack constructor for Flutter > 2.10#68
mockturtl wants to merge 1 commit intotunitowen:masterfrom
mockturtl:fix-flutter-2.13

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