sooxt98 / google_nav_bar

A modern google style nav bar for flutter.
MIT License
735 stars 114 forks source link

A new type of Bottom Nav Bar added which is a bit similar to old one but looks awsome, however the old Nav Bar is still there. #56

Closed Junaidhassan99 closed 3 years ago

Junaidhassan99 commented 3 years ago

To use the new Nav bar use a property gNavType in the GNav widget. Setting it to GNavType.defaultType renders the normal Nav bar while using GNavType.customType1 renders a new awsome Nav bar.

The new Nav Bar looks something like this:

Capture

Accepting this pull request will not affect the original functionality but it adds more features that a user can decide to have.

sooxt98 commented 3 years ago

Could you please fix the example, seems like its outdated; this line is missing https://github.com/sooxt98/google_nav_bar/blob/60b8927667293aa71e1fae66e07c66f6d16f7b27/example/lib/main.dart#L76

image