- Added support for trailing icon buttons with
DestinationTrailingIconButton
.
- Updated README with a better description.
- Removed usage of
withOpacity
and updated to usewithValues
.
- Fixed destinations not using the full sidebar width.
- Fixed some overflow issues on resize to icon only.
- Updated example project.
- Updated README with example photo.
- Added floatingShadow option for the floating sidebar style.
- Added destinationsTextStyle and selectedColor options.
- Fixes tooltip error when not on the icon only mode.
- Added destination tooltip on icon only mode (uses the label string).
- Some pubspec.yaml changes for pub.dev page.
- Added support for adding a background widget [optional].
- Updated README.md wording and package description.
- Added support for the bottomNavigationBar [optional].
- BREAKING CHANGE: Changed child field to body.
- Added example project folder.
- Added medium layout manual button.
- Added medium layout support that only shows destination icons.
- Added floating sidebar style.
- Removed
gap
package dependency.
- Initial release