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

null_safety rebuild script (#1369)

This commit is contained in:
Brett Morgan
2022-08-09 08:50:50 +10:00
committed by GitHub
parent 3c1d3a4976
commit fa72a85887
67 changed files with 1335 additions and 212 deletions

View File

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