- Contributed by rkishan516, thanks. Updates the lib for null safety
- 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