mirror of
https://github.com/flutter/samples.git
synced 2026-03-22 20:31:48 +00:00
An empty app to start with (#91)
This commit is contained in:
committed by
Andrew Brogdon
parent
c78b873f7d
commit
d35d88740d
@@ -0,0 +1,7 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="dev.flutter.isolate_example">
|
||||
<!-- Flutter needs it to communicate with the running application
|
||||
to allow setting breakpoints, to provide hot reload, etc.
|
||||
-->
|
||||
<uses-permission android:name="android.permission.INTERNET"/>
|
||||
</manifest>
|
||||
Reference in New Issue
Block a user