1
0
mirror of https://github.com/nisrulz/flutter-examples.git synced 2026-03-23 15:01:52 +00:00
Files
flutter-examples/sliver_app_bar_example/android/app/src/debug/AndroidManifest.xml
Sannidhya Dubey 5149889465 Added Sample app for SliverAppBar Widget (#117)
* Added Sample app for SliverAppBar Widget
2022-10-06 10:06:03 +02:00

9 lines
430 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="github.nisrulz.sliver_app_bar_example">
<!-- 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>