mirror of
https://github.com/nisrulz/flutter-examples.git
synced 2025-11-08 12:39:17 +00:00
* Created app * Setup firebase for android * Added crashlytics plugin * Setup crashlytics for android * Setup crashlytics for iOS * Initialized Firebase and crashlytics * Update README.md
8 lines
347 B
XML
8 lines
347 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="github.nisrulz.firebase_crash_reporting">
|
|
<!-- 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>
|