feat(auth)!: use form_bloc package
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.example.example">
|
||||
package="com.example.authentication_bloc_example">
|
||||
<application
|
||||
android:label="example"
|
||||
android:label="authentication_bloc_example"
|
||||
android:name="${applicationName}"
|
||||
android:icon="@mipmap/ic_launcher">
|
||||
<activity
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package com.example.example
|
||||
package com.example.authentication_bloc_example
|
||||
|
||||
import io.flutter.embedding.android.FlutterActivity
|
||||
|
||||
Reference in New Issue
Block a user