feat(ui_layout): add new package for app compenant and start implementing layouts

This commit is contained in:
AN12345
2022-12-07 02:38:14 +00:00
committed by Gitea
parent 7fcb9e8ac3
commit 771f600eb7
93 changed files with 3055 additions and 0 deletions
@@ -0,0 +1,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.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>