adaptive_sidebar 0.9.0
adaptive_sidebar: ^0.9.0 copied to clipboard
Sleak sidebar for responsive Flutter apps with automatic size change.
Changelog #
0.9.0 #
- Added support setting an initial index with
initialIndex
.
0.8.0 #
- Added support for trailing icon buttons with
DestinationTrailingIconButton
.
0.7.0 #
- Updated README with a better description.
- Removed usage of
withOpacity
and updated to usewithValues
.
0.6.3 #
- Fixed destinations not using the full sidebar width.
0.6.2 #
- Fixed some overflow issues on resize to icon only.
- Updated example project.
- Updated README with example photo.
0.6.1 #
- Added floatingShadow option for the floating sidebar style.
0.6.0 #
- Added destinationsTextStyle and selectedColor options.
0.5.1 #
- Fixes tooltip error when not on the icon only mode.
0.5.0 #
- Added destination tooltip on icon only mode (uses the label string).
0.4.1 #
- Some pubspec.yaml changes for pub.dev page.
0.4.0 #
- Added support for adding a background widget [optional].
0.3.1 #
- Updated README.md wording and package description.
0.3.0 #
- Added support for the bottomNavigationBar [optional].
- BREAKING CHANGE: Changed child field to body.
0.2.2 #
- Added example project folder.
0.2.1 #
- Added medium layout manual button.
0.2.0 #
- Added medium layout support that only shows destination icons.
0.1.0 #
- Added floating sidebar style.
- Removed
gap
package dependency.
0.0.1 #
- Initial release