responsive_navigation_bar 6.2.0
responsive_navigation_bar: ^6.2.0 copied to clipboard
A responsive bottom navigation bar. Very beginner friendly. Feel free to contribute.
6.2.0 #
- Add
iconSizeparameter toResponsiveNavigationBarfor independent control of icon size - The
fontSizeparameter now specifically controls text size, whileiconSizecontrols icon size - Backward compatible:
iconSizedefaults tofontSizevalue when not specified
6.1.0 #
- Add
borderparameter toResponsiveNavigationBarfor adding colored borders around the navigation bar - Add
borderparameter toNavigationBarButtonfor adding colored borders around individual buttons - Support for gradient borders via third-party packages like
gradient_borders - Add
buttonSpacingparameter toResponsiveNavigationBarfor spacing between buttons - Add
buttonBorderRadiusparameter toResponsiveNavigationBarfor separate control of button border radius - Add
showInactiveButtonTextparameter to display text on inactive buttons - Improve documentation for
NavigationBarButton.paddingto clarify it controls the button's inner padding
6.0.0 #
- BREAKING: Upgrade minimum Flutter version to 3.29 due to using Color.withValues()
- Update Android tooling
5.1.0 #
- Maintenance release
5.0.2 #
- Update sdk constraints to Flutter
3.16.0whereTextScalerbecame available
5.0.1 #
- Improve changelog
- Downgrade AGP version in example
5.0.0 #
- Breaking change due to upgrade of
flutter_lintsand introduction ofTextScaler(replacingtextScaleFactor) - Upgrade minimum Flutter version to 3.13
- Upgrade minimum Dart version to 3.1
- Upgrade Android dependencies (Gradle, AGP, Java, Kotlin) in example app
4.0.4 #
- Maintenance release
- Update
flutter_lints
4.0.3 #
- Improve spacing
4.0.2 #
- Improve spacing
4.0.1 #
- Use builder's child argument
4.0.0 #
- New transition animation for button width, background color, and icon color
- To disable the animation, set
animationDurationtoDuration.zero
3.2.8+1 #
- Update supported platforms in readme
3.2.8 #
- Add more topics to
pubspec.yaml
3.2.7 #
- Add topics to
pubspec.yaml
3.2.6 #
- Remove
pubspec.lockfrom package
3.2.5 #
- Add more GitHub Actions for checking code quality
3.2.4 #
- Minor refactoring and performance improvement
3.2.3 #
- Improve pub.dev metadata
3.2.2 #
- Improve
pub.devmetadata
3.2.1 #
- Update example app's description
3.2.0 #
- Update
flutter_lints
3.1.1 #
- Update readme
3.1.0 #
- Add
borderRadius - Small refactoring
3.0.6 #
- Add automated publishing via GitHub Actions
3.0.5 #
- Remove unused import of
flutter_web_plugins
3.0.4 #
- Update changelog
3.0.3 #
- Remove unused native code of example app
- Update packages of example app
3.0.2 #
- Remove unused native code
3.0.1 #
- Update gradle versions
- Set
compileSdkVersionandtargetSdkVersionto 31 (Android 12) - Fix build of example app for Android 12
3.0.0 #
- Breaking change: The widget was renamed from
NavigationBartoResponsiveNavigationBardue to the name overlapping in Flutter 2.8.0
(NavigationBaris also present inpackage:flutter/material.dart)
2.2.2 #
- Update name in license
2.2.1 #
- Minor updates
2.2.0 #
- Minor updates
2.1.2 #
- Minor updates
2.1.1 #
- Fix wrong naming
2.1.0 #
- Update to Dart 2.12.0 stable
2.0.3 #
- Improve pub.dev score
2.0.2 #
- Enable desktop support for Linux and Windows
2.0.1 #
- Update dependencies
2.0.0 #
- Migrate to null safety
1.8.0 #
- Improve padding
1.7.0 #
- Improve padding
- Update Gradle and Kotlin versions
1.6.0 #
- Auto-format with Dart's new formatter style (to get 10 pub points back)
1.5.0 #
- Auto-format using line length of 80 (to get 10 pub points back)
1.4.0 #
- Update dependencies, improve readme
1.3.0 #
- Update to latest gradle and kotlin version
1.2.0+1 #
- Improve readme
1.2.0 #
- Add background blur
1.1.0+4 #
- Improve readme
1.1.0+3 #
- Improve readme regarding floating
1.1.0+2 #
- Improve layout of readme
1.1.0+1 #
- Add
How to make the BottomBar floatto readme
1.1.0 #
- Remove floating (experimental feature)
1.0.0+2 #
- Improve documentation
1.0.0+1 #
- Improve description
1.0.0 #
- Release version 1.0.0
0.1.6 #
- Fixes for macOS
0.1.5 #
- Fixes for Flutter web
0.1.4 #
- Improve description
0.1.3 #
- Add macOS support
0.1.2-0.1.0 #
- Update readme
0.0.10 #
- Make text of buttons optional
0.0.9-0.0.5 #
- Pub.dev improvement
0.0.4 #
- Add web support
0.0.3 #
- Minor improvements
- Add example
0.0.2 #
- Pub.dev improvement
0.0.1 #
- Inital release