sooxt98 / google_nav_bar

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

wrong version # in your docs #7

Closed ajonno closed 4 years ago

ajonno commented 4 years ago

you show this in the docs:

dependencies:
  google_nav_bar: ^2.1.0

it should be this:

dependencies:
  google_nav_bar: ^2.0.1
sooxt98 commented 4 years ago

Thanks for the note 🎉

sooxt98 commented 4 years ago

@ajonno where did you found that error, i can't find it tho

adrianvintu commented 4 years ago

What is the version that has the margin added?

The comments here https://github.com/sooxt98/google_nav_bar say 2.1.0

but I get

Because YOURPROJ depends on google_nav_bar ^2.1.0 which doesn't match any versions, version solving failed.
pub get failed (1; Because the_wind_method depends on google_nav_bar ^2.1.0 which doesn't match any versions, version solving failed.)
exit code 1
SogoGolf commented 4 years ago

Use google_nav_bar: ^2.0.1

SogoGolf commented 4 years ago

@ajonno where did you found that error, i can't find it tho

Its at the bottom of the README.md

sooxt98 commented 4 years ago

i forgot to release 2.1.0 which include the margin property 😂

sooxt98 commented 4 years ago

image Here you go~

adrianvintu commented 4 years ago

Thank you!