You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
# **Need a great Flutter developer? [I'm available](https://www.linkedin.com/in/hansonjon/)!**
2
+
1
3
When your app is opened, there is a brief time while the native app loads Flutter. By default, during this time, the native app displays a white splash screen. This package automatically generates iOS, Android, and Web-native code for customizing this native splash screen background color and splash image. Supports dark mode, full screen, and platform-specific options.
2
4
3
5
<palign='center'>
@@ -19,7 +21,7 @@ First, add `flutter_native_splash` as a dependency in your pubspec.yaml file.
19
21
20
22
```yaml
21
23
dependencies:
22
-
flutter_native_splash: ^2.3.2
24
+
flutter_native_splash: ^2.3.3
23
25
```
24
26
25
27
Don't forget to `flutter pub get`.
@@ -37,6 +39,10 @@ flutter_native_splash:
37
39
# To restore Flutter's default white splash screen, run the following command in the terminal:
38
40
# dart run flutter_native_splash:remove
39
41
42
+
# IMPORTANT NOTE: These parameter do not affect the configuration of Android 12 and later, which
43
+
# handle splash screens differently that prior versions of Android. Android 12 and later must be
44
+
# configured specifically in the android_12 section below.
45
+
40
46
# color or background_image is the only required parameter. Use color to set the background
41
47
# of your splash screen to a solid color. Use background_image to set the background of your
42
48
# splash screen to a png image. This is useful for gradients. The image will be stretch to the
0 commit comments