1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-12 07:48:55 +00:00

animations rebuild script (#1355)

This commit is contained in:
Brett Morgan
2022-08-02 19:39:58 +10:00
committed by GitHub
parent bc8cc85052
commit f99aa192b8
32 changed files with 218 additions and 182 deletions

View File

@@ -1,6 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="dev.flutter.animations">
<!-- Flutter needs it to communicate with the running application
<!-- The INTERNET permission is required for development. Specifically,
the Flutter tool needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->
<uses-permission android:name="android.permission.INTERNET"/>