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

Initial Commit for PlaformChannel Sample App (#453)

This commit is contained in:
Ayush Bherwani
2020-06-05 03:24:52 +05:30
committed by GitHub
parent 8fbe1d6366
commit acf700c642
67 changed files with 1805 additions and 0 deletions

View File

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