Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
modal_bottom_sheet
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Jaime Blasco
2020-09-20 11:21:13 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f476709183626c2745c377b68aee91ad52da5af4
f4767091
1 parent
41d66fdc
Reverse CHANGELOG
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
15 deletions
CHANGELOG.md
CHANGELOG.md
View file @
f476709
## [0.0.1] - Pre Release.
## [0.2.1+1-dev] - Fix Flutter 22 breaking change
-
https://github.com/jamesblasco/modal_bottom_sheet/issues/69
## [0.1.0] - Package Release.
## [0.2.0+1] - ScrollView bug fix
-
Fix bug when scrollview was not used
## [0.1.4] - Clean code and fix small bugs
## [0.2.0] - New Cool Features
-
Added support for scroll-to-top by tapping the status bar on iOS devices.
-
Use
`curveAnimation`
to define a custom curve animation for the modal transition
-
Bug fixes releated to horizontal scroll, clamping physics and othes.
## [0.1.5] - Scroll improvements and bug fixes
-
Support for closing a modal with a scroll view by dragging down fast.
-
Fix assertion in CupertinoBottomSheet and BottomSheetRoute when using the CupetinoApp or WidgetsApp as root
-
Fix assertion when scrollController isn't used by the builder
## [0.1.6] - New custom params
-
Use
`duration`
to define the opening duration of the modal
-
Change the top radius of the cupertino bottom sheet
Thanks to @bierbaumtim @troyanskiy @rodineijf for the contributions
## [0.1.5] - Scroll improvements and bug fixes
-
Support for closing a modal with a scroll view by dragging down fast.
-
Fix assertion in CupertinoBottomSheet and BottomSheetRoute when using the CupetinoApp or WidgetsApp as root
-
Fix assertion when scrollController isn't used by the builder
## [0.2.0] - New Cool Features
-
Added support for scroll-to-top by tapping the status bar on iOS devices.
-
Use
`curveAnimation`
to define a custom curve animation for the modal transition
-
Bug fixes releated to horizontal scroll, clamping physics and othes.
## [0.1.4] - Clean code and fix small bugs
## [0.2.0+1] - ScrollView bug fix
-
Fix bug when scrollview was not used
## [0.1.0] - Package Release.
## [0.0.1] - Pre Release.
## [0.2.1-dev] - Fix Flutter 22 breaking change
-
https://github.com/jamesblasco/modal_bottom_sheet/issues/69
\ No newline at end of file
...
...
Please
register
or
login
to post a comment