lesnitsky / flutter_localstorage

📦 LocalStorage for Flutter
MIT License
299 stars 65 forks source link

Update dependencies #69

Closed nohli closed 3 years ago

nohli commented 3 years ago

Since many packages depend on path_provider >= 2.0.0 and localstorage depends on <2, users have to put

dependency_overrides:
  path_provider: ^2.0.1

in pubspec.yaml. This PR solves that workaround.

Works with the latest flutter stable.

(the other updates are just a bonus)

Oh, just saw there is already a PR, sorry. Maybe you can merge the other one, and this one only for the other updated files.

lesnitsky commented 3 years ago

70