DPLYR-dev / SplashScreenFlutterPackage

A small splashscreen used as intro for flutter applications easily with a lot of customizations ❤️🥳
MIT License
294 stars 122 forks source link

Splash Screen is not supported with nullsafety #70

Closed Ankit-jailwal closed 3 years ago

Ankit-jailwal commented 3 years ago

When I am trying to implement splash screen in my code with null safety. Then it shows - package: splashscreen is not supported with null safety. Flutter version: 2.2.0 Framework • revision b22742018b Engine • revision a9d88a4d18 Tools • Dart 2.13.0 splash scree

brunomaffei commented 3 years ago

I'm getting the same problem.....nobody have the solution?

Ankit-jailwal commented 3 years ago

You can solve this problem by adding this in your pubspec.yaml file. splashscreen: git: url: https://github.com/DPLYR-dev/SplashScreenFlutterPackage.git ref: master

brunomaffei commented 3 years ago

But i've to remove the dependecy?

image image

Ankit-jailwal commented 3 years ago

Can you show me your complete code?

brunomaffei commented 3 years ago

I've to downgrade the version =/ to work....so any suggestion? image

calvintam236 commented 3 years ago

duplicate of #65

Ankit-jailwal commented 3 years ago

I think the solution is available at #65, so I am closing this issue.