Initial commit

This commit is contained in:
Lucas Oskorep
2022-06-07 11:17:19 -04:00
commit 41dcc2cb24
73 changed files with 2012 additions and 0 deletions
@@ -0,0 +1,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.chaoticdevelopment.tensordex_mobile">
<!-- 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>