add skeleton

This commit is contained in:
Sai Naw Wun
2020-05-28 21:50:32 +06:30
parent 2e19baa0d1
commit 4c851d9971
62 changed files with 1634 additions and 13 deletions

View File

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