Closed LincolnFerreira closed 7 months ago
When I try to put the image_background in the pubspec and recreate the splash, my image does not appear on my screen, is there a size limit or something else? because I want to use gradient in my initial background
Configuration
pubspec: flutter_native_splash: android: true ios: true background_image: "assets/gradient.jpg" android_12: background_image: "assets/gradient.jpg"
flutter_native_splash: android: true ios: true background_image: "assets/gradient.jpg" android_12: background_image: "assets/gradient.jpg"
As stated in the readme, Android 12 (and later) does not support a background image.
When I try to put the image_background in the pubspec and recreate the splash, my image does not appear on my screen, is there a size limit or something else? because I want to use gradient in my initial background
Configuration
pubspec:
flutter_native_splash: android: true ios: true background_image: "assets/gradient.jpg" android_12: background_image: "assets/gradient.jpg"