mirror of
https://github.com/nisrulz/flutter-examples.git
synced 2026-03-22 06:28:48 +00:00
firebase crash reporting (#67)
* Created app * Setup firebase for android * Added crashlytics plugin * Setup crashlytics for android * Setup crashlytics for iOS * Initialized Firebase and crashlytics * Update README.md
This commit is contained in:
11
firebase_crash_reporting/android/.gitignore
vendored
Normal file
11
firebase_crash_reporting/android/.gitignore
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
gradle-wrapper.jar
|
||||
/.gradle
|
||||
/captures/
|
||||
/gradlew
|
||||
/gradlew.bat
|
||||
/local.properties
|
||||
GeneratedPluginRegistrant.java
|
||||
|
||||
# Remember to never publicly share your keystore.
|
||||
# See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app
|
||||
key.properties
|
||||
Reference in New Issue
Block a user