Initial commit

This commit is contained in:
Arjun Patel
2019-05-23 18:22:34 -07:00
commit 59f966b44c
59 changed files with 1569 additions and 0 deletions
@@ -0,0 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.do_everything_bar">
<!-- Flutter 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>