- BREAKING: Remove isOpened, selectedIndex, mainActionButton fields
- BREAKING: Remove outside position
- INFO: Update examples and create new usecase example
- INFO: Update README with thanks for Nivin389
- INFO: Fix examples in example folder
- FEAT: Add mainActionButtonBuilder to build your custom main action button
- INFO: Recreate example proj
- FEAT: Add openSheet method to open sheet by controller
- FEAT: Add closeSheet method to close sheet by controller
- INFO: Add comments for controller
- INFO: Make small refactor
- FEAT: Add isVerticalItemLabel field
Thanks for coskuncay
- FIX: Fix tap zone of bar item
- FIX: Fix icon size passing from custom theme
- BREAKING: Implement BottomBarWithSheetController for working with items selection!
- BREAKING: Delete iconOpened, itemWidth, selectedItemLabelColor, itemLabelColor,selectedItemBackgroundColor fields
- FEAT: Refactor all old code base (shit code)! Now everything works faster and more convenient to upgrading
- FEAT: Now BottomBarWithSheetItem is model to create widget
- FEAT: MainActionButton now common Widget
- FIX: Update theme of widget
- FIX: Fix widgets tree scheme
- Fix analyser issues
- Refactor provider naming
- Simplify package using with default themes
- Make bottomBarTheme, mainActionButtonTheme optional
- Provide key value to super class in BottomBarWithSheet widget
- Breaking change migrated to null safety.
- Update all examples and README.md
- Add autoClose field then works to close automatically when clicked on BottomBarWithSheetItem
- Format code
- Fix pub.dev issues
- Refactor code on BottomBar and BarItem
- Add pedantic dependency
- Replace providing variables into BottomBarProvider
- Fix preview overload
- Added new usage examples
- Update documentation
- Added selectedItemIconSize field in BottomBarTheme class
- Remove ci/cd logic from travis to GithubActions
- Added ability to disable MainActionButton
- Added ability to set 0 initial height of widget
- Created example of new usage way of package
- fix example images in repository README.md
- fix support the latest published version of included packages
- Remove theme fields in own classes
- Fix bar auto closing when item pressed
- Make working with fields easier then before
- Add transform field for MainActionButton
- Add decoration field for bar theme
- etc
-
Added the ability to set own margins (content paddings). In case to solve this issue, for new ios devices.
-
Now the widget is not based on the standard BottomAppBar.
- Added ability to set center position of the main button
- Simplify example end README.md
- Fix typo in the name of the main file of usage documentation
- Add gifs with usage examples
- Fast fix immutable
- Added the curve and mainButtonPosition field
to create cool animations and the positioning of the open sheet button
- Initial functionality