1
0
mirror of https://github.com/nisrulz/flutter-examples.git synced 2025-11-09 13:09:03 +00:00

Fixed the package name to conform to standard in the repo

- replaced com.example with github.nisrulz
This commit is contained in:
Nishant Srivastava
2019-10-13 02:46:54 +02:00
parent 9e7a62b80a
commit adf717c1ce
12 changed files with 16 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.using_firebase_db">
package="github.nisrulz.using_firebase_db">
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->