forked from tunitowen/fancy_bottom_navigation
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Stack constructor for Flutter > 2.10
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.
- Loading branch information
Showing
5 changed files
with
3 additions
and
155 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
|
||
.packages | ||
.pub/ | ||
pubspec.lock | ||
|
||
build/ | ||
ios/.generated/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.