create flutter project

This commit is contained in:
fbachus
2026-05-08 12:25:48 +02:00
parent e7410cd3f3
commit b8d226fd38
44 changed files with 1385 additions and 0 deletions
@@ -0,0 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<!-- 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>