-
Notifications
You must be signed in to change notification settings - Fork 187
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
Flutter beta channel removed constructor param Stack.overflow
#67
Flutter beta channel removed constructor param Stack.overflow
#67
Comments
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.
Apparently this is still not fixed for Flutter 3.0. A deal breaker for me at the moment. Any idea when the PR will be merged? |
Dont worry, its easy to fix, until they upload the fixed version, go to the Package and most probably around line 109 there will be a Stack Widget where overflow is not accepted anymore . kindly change it as below |
This package is broken in Flutter's beta channel. Apps using it will not compile.
See flutter/flutter#98583.
Offending line is here:
https://github.com/tunitowen/fancy_bottom_navigation/blob/master/lib/fancy_bottom_navigation.dart#L111
PR incoming.
The text was updated successfully, but these errors were encountered: