m3_carousel 2.1.2
m3_carousel: ^2.1.2 copied to clipboard
A flutter implementation of the Material Design 3 carousel (https://m3.material.io/components/carousel/overview).
1.0.0 #
- Initial release.
1.0.1 #
- Updated
README.md.
1.0.2 #
- Updated
README.md.
2.0.0 #
- Added support for hero, contained and uncontained carousels.
- Optimized carousel animations.
2.0.1 #
- Updated listing constraints
2.0.2 #
- Added
singleSwipeGestureSensitivityRange. - Fixed unequal outer padding for
uncontainedcarousels. - Added the appropriate splash effect to carousel items.
2.1.0 #
- Updated to use enums
- Resolved some lint issues
2.1.1 #
- Updated Flutter version to 3.44.0 and migrated Viewport cache extent.
2.1.2 #
- Refactored the package into a modular
lib/src/layout (carousel view, controller, theme, scroll physics, and weighted/fixed-extent slivers). - Added
axissupport for horizontal and vertical scrolling. - Added
fixedPulseDeltaand centralized defaults viaCarouselTheme. - Raised environment constraints to Dart
^3.12.0and Flutter>=3.38.0. - Updated the example Android Gradle / AGP setup for AGP 9 compatibility.