wolt_modal_sheet 0.1.3 wolt_modal_sheet: ^0.1.3 copied to clipboard
This package provides a responsive modal with multiple pages, motion animation for page transitions, and scrollable content within each page.
0.1.3 #
- Add
melos
and cleanupgitignore
andpubspec.lock
. #73 Thanks to @TahaTesser - Allow custom top bar widget to be "not always visible". #69
- Throw a helpful error message when returning an empty list in
pageListBuilder
. #68 Thanks to @TahaTesser - Refactoring Animated Builders used in pagination animation. #65
- Added ability to use a custom widget as top bar. #64 Thanks to @robyf
- Remove extra scrollbars in the modal sheet due to nested scroll views. #58
- Fix
barrierDismissible
parameter has no effect to prevent modal dismissing. #56
0.1.0 #
- Remove unnecessary import and update example project's dependency version. #52
- Add option to dynamically enable bottom sheet drag for a single page. #45
- Add theme extensions for wolt modal sheet. #44
- Enhancing Top Bar Configuration & Scroll Motion Animation. #42
- Prevent the scroll offset from reaching beyond the bounds of the content in main scroll view. #41
- Fix linter violations. #39
- Add FlutterCon talk link to the ReadMe additional information. #36
- Add some WoltModalSheet tests. #35 Thanks to @TahaTesser
- Remove all dependencies from the example app. #34
- Automation to mark PRs and issues as stale. #32
- Refactor top bar and navigation control widgets. #31
- Add an optional gradient over the sticky action bar. #29
- Use page title text by default as source of the top bar title when top bar title is not provided. #28
- Rework the changelog to show the latest update at the top. #24 Thanks to @mkobuolys
- Added missing onModalDismissedWithDrag parameter in .show method. #22 Thanks to @canbi
0.0.4 #
- Fix repository link in pubspec file #5
- Prevent horizontal scroll in the main content causing top bar motion #13
- Make modal type builder optional by providing default breakpoint and modal type builder #14
- Add callback for on modal dismiss with drag to be utilized in Navigator 2.0 #15
- Rename page list builder notifier parameter for WoltModalSheet.show method #16
- Scale hero image from center in HeroImageFlowDelegate #17
0.0.2 #
- Fix Readme
0.0.1 #
- Initial version.