Saransh-cpp / BookRentApp-Chapter3

An app where you can rent some books!
12 stars 27 forks source link

Deprecation of Splash Screen #139

Closed rajoriaakash closed 2 years ago

rajoriaakash commented 2 years ago

Description

The splash screen provided to flutter is deprecated We need to migrate it to a newer dependency.

Error shown while building is: W/FlutterActivityAndFragmentDelegate(11317): A splash screen was provided to Flutter, but this is deprecated. See flutter.dev/go/android-splash-migration for migration steps.

rajoriaakash commented 2 years ago

I would like to take this on