yasukotelin / ext_storage

ext_storage is minimal flutter plugin that provides external storage path and external public storage path.
MIT License
29 stars 61 forks source link

Migrate to null-safety #11

Open balthier82 opened 3 years ago

balthier82 commented 3 years ago

Any planning to migrate to null-safety?

Amir-P commented 3 years ago

It was pretty easy and I opened a pull request to add null-safety support. I hope the author have some time to check it. @balthier82

chitgoks commented 3 years ago

hope this gets updated

viktor-savchik-idf commented 3 years ago

are there any updates? @yasukotelin

lavahasif commented 3 years ago

flutter clean for null safety

dependencies:
  ext_storage:
    git:
      url: git://github.com/GitJournal/ext_storage.git
kosiara commented 3 years ago

Thanks @Amir-P for providing an update and @lavahasif for forking it on github 🎁 You guys saved others time

billysmt commented 3 years ago

@lavahasif Any chance you could update your repo to be flutter 2.5 compatible?

lavahasif commented 3 years ago

@billysmt Currently you can above git dependency it also work in 2.5 dependency . if you feel any difficulty you can use this in 2.5 . i build this plugin using 2.5 you can use this.

dependencies:
  ext_storage:
    git:
      url: git://github.com/lavahasif/ext_storage_ups.git
rsree1210 commented 2 years ago

Any idea on when will the official release of this plugin with null-safety and 2.5 compatibility be released?