mirror of
https://github.com/flutter/samples.git
synced 2026-03-25 05:41:41 +00:00
* add web_dashboard sample * add docs * address code review comments * restructure web_dashboard * set up provider and mock service * add copyright headers, use relative imports * add API class, add tests * fmt * rename services -> API, remove data library * use new API in app * add stream to items api * convert from StreamBuilder to StreamProvider * add subscription to Entry API * rename API classes * address comments * Update README.md * update README * remove routing_demo
8 lines
333 B
XML
8 lines
333 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="dev.flutter.web_dashboard">
|
|
<!-- 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>
|