Closed chintan100 closed 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
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