Initial commit

This commit is contained in:
Juan Felipe Duarte
2023-03-24 18:39:59 -05:00
commit 203912d362
129 changed files with 4599 additions and 0 deletions
@@ -0,0 +1,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.prosappco">
<!-- 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>