proto ready

This commit is contained in:
2023-08-21 08:24:26 +05:30
parent 6f26885c20
commit 7613adbdeb
8 changed files with 333 additions and 44 deletions

View File

@@ -1,4 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.INTERNET"/>
<application
android:label="queue_mgr"
android:name="${applicationName}"
@@ -30,4 +32,5 @@
android:name="flutterEmbedding"
android:value="2" />
</application>
</manifest>