flutter_swiper icon indicating copy to clipboard operation
flutter_swiper copied to clipboard

The lower bound of "sdk: '>=2.0.0-dev.68.0 <3.0.0'" must be 2.12.0 or higher to enable null safety.

Open phpmac opened this issue 1 year ago • 4 comments

^C%
➜ juzi_flutter git:(main) ✗ flutter pub add install_plugin
The current Dart SDK version is 3.0.2.

Because orange depends on install_plugin any which doesn't support null safety, version solving failed.

The lower bound of "sdk: '>=2.0.0-dev.68.0 <3.0.0'" must be 2.12.0 or higher to enable null safety. For details, see https://dart.dev/null-safety

phpmac avatar Jun 03 '23 14:06 phpmac

I faced the same issue, it does not support version 3.0.0 dart.

MuhamadHaydar avatar Jun 04 '23 09:06 MuhamadHaydar

Yeah, the same issue happened to me.

Twechy avatar Jul 10 '23 19:07 Twechy

Yeah, the same issue happened to me.

edcedc avatar Oct 17 '23 09:10 edcedc