Project template

This commit is contained in:
Ryan Heise 2019-11-26 01:50:21 +11:00
commit 64dcdc8e9c
84 changed files with 2057 additions and 0 deletions

View file

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