feat: initial project setup - Komet Flutter app

This commit is contained in:
klockky
2026-03-12 18:54:09 +03:00
parent aeadc91faa
commit fc62650ec3
148 changed files with 4829 additions and 1 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>