1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-11 15:28:44 +00:00

jsonexample rebuild script (#1366)

This commit is contained in:
Brett Morgan
2022-08-10 06:38:39 +10:00
committed by GitHub
parent 18501cd153
commit fc0268cc9a
38 changed files with 360 additions and 253 deletions

View File

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