flutter_native_splash icon indicating copy to clipboard operation
flutter_native_splash copied to clipboard

Update dependencies

Open mihiron opened this issue 2 years ago • 2 comments

path 1.8.1 depend on over Flutter 3.0.0. Flutter 3.0.0 depend on over Dart SDK 2.17.0.

mihiron avatar Jul 18 '22 12:07 mihiron

@mihiron can you please explain why updating these dependencies is desirable? It seems that this would cause a problem for some of the users of this package who have not yet upgraded.

jonbhanson avatar Jul 24 '22 13:07 jonbhanson

@jonbhanson Due to this commit, versions below Flutter 3 are no longer available. https://github.com/jonbhanson/flutter_native_splash/commit/766fd6ef79ab56b65b0afc96918f9ee1eee77351 The cause is that you have upgraded the path version to 1.8.1. If you want to be able to use it even if it is less than Flutter 3, you need to lower the version of path.

mihiron avatar Jul 26 '22 06:07 mihiron

Closing as this PR no longer applies.

jonbhanson avatar Sep 25 '22 14:09 jonbhanson