Closed amake closed 3 years ago
Well.. I guess it's time to migrate the package to null safety :-) just bumping the version restrictions won't do much good
@amake i've migrated now and published a preview version https://pub.dev/packages/file_picker_writable/versions/2.0.0-nullsafety.2 as 2.0.0-nullsafety.2
- maybe you can give it a try 😅️ i've only given it a very short try with the example app yet so be cautious.
Thanks! I haven't tested the behavior yet, but I was able to get all my dependencies bumped now.
I'll give it a proper test and let you know.
I tested my app on iOS and Android and everything seemed to be working fine.
i've now also upgraded to 2.0.0
in AuthPass and everything looks fine, so I assume this should be resolved 😅️
Yes, thanks! It's working great.
Recently the google_fonts package released version 2.0.0, which depends on path_provider 2.0.0.
file_picker_writable specifies
path_provider: ">=1.6.0 <2.0.0"
so currently it can't be used withgoogle_fonts: ^2.0.0
:(In fact despite long since having updated to 1.2.0, my pubspec.yaml still specified
file_picker_writable: ^1.1.1
so initially whatflutter pub
did was resolve back down to 1.1.1, which apparently didn't prevent path_provider 2.0.0. Of course this downgrade failed due to API changes since then. I was quite confused for a while.)It would be nice if you could bump the version.