Initial Support

This commit is contained in:
Kingkor Roy Tirtho
2022-05-27 12:51:13 +06:00
parent b5a73f8cae
commit 64c852fddc
162 changed files with 4691 additions and 5236 deletions
@@ -0,0 +1,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.github.KRTirtho.example">
<!-- 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"/>
</manifest>