1
0
mirror of https://github.com/flutter/samples.git synced 2026-03-24 05:12:06 +00:00

platform_design rebuild script (#1372)

This commit is contained in:
Brett Morgan
2022-08-10 06:39:46 +10:00
committed by GitHub
parent fc0268cc9a
commit 60fa494702
22 changed files with 170 additions and 59 deletions

View File

@@ -1,6 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="dev.flutter.platform_design">
<!-- 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"/>