File tree 7 files changed +12
-36
lines changed
.ci/legacy_project/all_packages/android/app/src/main
example/android/app/src/main
example/android/app/src/main
shared_preferences_android
example/android/app/src/main 7 files changed +12
-36
lines changed Original file line number Diff line number Diff line change 18
18
android : name =" io.flutter.embedding.android.NormalTheme"
19
19
android : resource =" @style/NormalTheme"
20
20
/>
21
- <!-- Displays an Android View that continues showing the launch screen
22
- Drawable until Flutter paints its first frame, then this splash
23
- screen fades out. A splash screen is useful to avoid any visual
24
- gap between the end of Android's launch screen and the painting of
25
- Flutter's first frame. -->
26
- <meta-data
27
- android : name =" io.flutter.embedding.android.SplashScreenDrawable"
28
- android : resource =" @drawable/launch_background"
29
- />
30
21
<intent-filter >
31
22
<action android : name =" android.intent.action.MAIN" />
32
23
<category android : name =" android.intent.category.LAUNCHER" />
Original file line number Diff line number Diff line change
1
+ ## NEXT
2
+
3
+ * Deletes deprecated splash screen meta-data element.
4
+
1
5
## 0.6.17
2
6
3
7
* Introduces a new ` MarkdownElementBuilder.visitElementAfterWithContext() ` method passing the widget ` BuildContext ` and
Original file line number Diff line number Diff line change 18
18
android : name =" io.flutter.embedding.android.NormalTheme"
19
19
android : resource =" @style/NormalTheme"
20
20
/>
21
- <!-- Displays an Android View that continues showing the launch screen
22
- Drawable until Flutter paints its first frame, then this splash
23
- screen fades out. A splash screen is useful to avoid any visual
24
- gap between the end of Android's launch screen and the painting of
25
- Flutter's first frame. -->
26
- <meta-data
27
- android : name =" io.flutter.embedding.android.SplashScreenDrawable"
28
- android : resource =" @drawable/launch_background"
29
- />
30
21
<intent-filter >
31
22
<action android : name =" android.intent.action.MAIN" />
32
23
<category android : name =" android.intent.category.LAUNCHER" />
Original file line number Diff line number Diff line change
1
+ ## NEXT
2
+
3
+ * Deletes deprecated splash screen meta-data element.
4
+
1
5
## 2.2.0
2
6
3
7
* Adds ` allowList ` option to setPrefix.
Original file line number Diff line number Diff line change 18
18
android : name =" io.flutter.embedding.android.NormalTheme"
19
19
android : resource =" @style/NormalTheme"
20
20
/>
21
- <!-- Displays an Android View that continues showing the launch screen
22
- Drawable until Flutter paints its first frame, then this splash
23
- screen fades out. A splash screen is useful to avoid any visual
24
- gap between the end of Android's launch screen and the painting of
25
- Flutter's first frame. -->
26
- <meta-data
27
- android : name =" io.flutter.embedding.android.SplashScreenDrawable"
28
- android : resource =" @drawable/launch_background"
29
- />
30
21
<intent-filter >
31
22
<action android : name =" android.intent.action.MAIN" />
32
23
<category android : name =" android.intent.category.LAUNCHER" />
Original file line number Diff line number Diff line change
1
+ ## NEXT
2
+
3
+ * Deletes deprecated splash screen meta-data element.
4
+
1
5
## 2.2.0
2
6
3
7
* Adds ` clearWithParameters ` and ` getAllWithParameters ` methods.
Original file line number Diff line number Diff line change 18
18
android : name =" io.flutter.embedding.android.NormalTheme"
19
19
android : resource =" @style/NormalTheme"
20
20
/>
21
- <!-- Displays an Android View that continues showing the launch screen
22
- Drawable until Flutter paints its first frame, then this splash
23
- screen fades out. A splash screen is useful to avoid any visual
24
- gap between the end of Android's launch screen and the painting of
25
- Flutter's first frame. -->
26
- <meta-data
27
- android : name =" io.flutter.embedding.android.SplashScreenDrawable"
28
- android : resource =" @drawable/launch_background"
29
- />
30
21
<intent-filter >
31
22
<action android : name =" android.intent.action.MAIN" />
32
23
<category android : name =" android.intent.category.LAUNCHER" />
You can’t perform that action at this time.
0 commit comments