diff --git a/add_to_app/fullscreen/android_fullscreen/app/src/debug/AndroidManifest.xml b/add_to_app/fullscreen/android_fullscreen/app/src/debug/AndroidManifest.xml
index 12dc6f24d..a9e3aab8b 100644
--- a/add_to_app/fullscreen/android_fullscreen/app/src/debug/AndroidManifest.xml
+++ b/add_to_app/fullscreen/android_fullscreen/app/src/debug/AndroidManifest.xml
@@ -1,8 +1,10 @@
-
-
-
-
-
+
+
+
+
diff --git a/add_to_app/fullscreen/android_fullscreen/app/src/debug/res/xml/network_security_config.xml b/add_to_app/fullscreen/android_fullscreen/app/src/debug/res/xml/network_security_config.xml
new file mode 100644
index 000000000..3032fe019
--- /dev/null
+++ b/add_to_app/fullscreen/android_fullscreen/app/src/debug/res/xml/network_security_config.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
diff --git a/animations/lib/src/misc/animated_list.dart b/animations/lib/src/misc/animated_list.dart
index 6e774d990..0144e6f71 100644
--- a/animations/lib/src/misc/animated_list.dart
+++ b/animations/lib/src/misc/animated_list.dart
@@ -49,6 +49,7 @@ class _AnimatedListDemoState extends State {
parent: animation,
curve: const Interval(0.0, 1.0),
),
+ // ignore: deprecated_member_use
axisAlignment: 0.0,
child: _buildItem(user),
),