criação do projeto

This commit is contained in:
Reginaldo
2023-05-26 11:12:14 -03:00
parent 17436d9d54
commit dcfdbb4b29
125 changed files with 4464 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.rkm.educaapp.rkm_educa_app">
<!-- 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>