craiglabenz / flutter_rolling_nav_bar

Playful and customizable bottom navigation bar for Flutter
MIT License
122 stars 18 forks source link

Fixed null error when icon text isn't specified #1

Closed mjohnsullivan closed 4 years ago

mjohnsullivan commented 4 years ago

Not specifying iconText causes null errors. Tiny fix to prevent this.

craiglabenz commented 4 years ago

This is what I get for publishing before adding tests! Added one second-pass feature and it broke the default functionality :sob:

Thanks for the PR!