- Update Dart-SDK
- Improve layout on cellphones with soft navigation buttons
- Improve shadow color for dark theme.
- Reduce size of active icon circle size.
- Formatting package files as suggested on https://pub.dartlang.org
- Contributed by TheWithz, thanks. The circle can have a click event when active.
- Fixes bug where wrong icon is shown when navigating away and back
- Removed Overlay widget
- Added test
- Changes to constructor, as RouteObserver is no longer needed.
- Breaking change!! Widget now requires a RouteObserver
- Fixes bug where the active tabs circle is left on screen when navigating away
- Adds key to the Widget to enable programmatic selection.
- No longer required BuildContext to be passed.
- Moves some init code outside initState
- Beta release