Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.04 KB

todo.md

File metadata and controls

23 lines (20 loc) · 1.04 KB

TODO

  • Make NavigationBar.notched more accurate
  • Clarify to Pass appropriate NavbarDecoration to NavbarType
  • Improve notch curve for perfect semi circle and remove workaround.
  • refactor to abstract out irrelevant properties for decoration.
  • The shape of notch on the left end has a grey bump, notice the gif in readme.
  • Add Material3 Decoration with relevant properties.
  • Update docs
  • Release material 3
  • Circular Reveal Animation should be passed through RevealAnimation Widget class to Navigate with Properties Duration, radius and child.
  • Don't expose onBackButtonPressed to outside world.

Add tests

  • Change navigation bar type in runtime
  • Tests are failing because type BottomNavigationBar not found. Fix it.
  • Ensure all the tests are passing before merging.
  • Update readme and version number.
  • test initial Index
  • Test programatically hiding and showing navbar
  • Check all properties of NavigationBar are set correctly.
  • Add tests for Material3 BottomNavigationBar.