codenameakshay / flutter-floating-bottom-bar

https://pub.dev/packages/flutter_floating_bottom_bar
MIT License
26 stars 16 forks source link

Using correct dependency name with underscores. #9

Closed chintan100 closed 1 year ago

chintan100 commented 1 year ago

Took me 5 mins as a flutter novice to figure out why adding dependency didn't work. Figured out it was due to hyphen instead of underscores. Using correct flutter dependency name now with underscores.

Incorrect: flutter-floating-bottom-bar Correct: flutter_floating_bottom_bar