lesnitsky / flutter_localstorage

📦 LocalStorage for Flutter
MIT License
301 stars 60 forks source link

doc: package version update #75

Closed sachin-dahal closed 2 years ago

sachin-dahal commented 3 years ago

In the installation part of the main documentation page, the package version is not updated. This PR fixes the package version issue Closes issue #74

Before

dependencies:
  ...
  localstorage: ^3.0.6

After

dependencies:
  ...
  localstorage: ^4.0.0+1
lesnitsky commented 2 years ago

thanks