Skip to content

Commit 73217ef

Browse files
authored
This is a feature not a bug 🎉 (#241)
* Rename app * This is a feature not a bug :)
1 parent 2c9f13b commit 73217ef

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

android/app/src/main/AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
FlutterApplication and put your custom class here. -->
1010
<application
1111
android:name="io.flutter.app.FlutterApplication"
12-
android:label="Đảo thú cưng"
12+
android:label="4Pet"
1313
android:icon="@mipmap/launcher_icon"
1414
tools:ignore="GoogleAppIndexingWarning"
1515
android:usesCleartextTraffic="true">

ios/Runner/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<key>CFBundleInfoDictionaryVersion</key>
1717
<string>6.0</string>
1818
<key>CFBundleName</key>
19-
<string>Đảo thú cưng</string>
19+
<string>4Pet</string>
2020
<key>CFBundlePackageType</key>
2121
<string>APPL</string>
2222
<key>CFBundleShortVersionString</key>

lib/new_profile/screen/new_profile_screen.dart

+1
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ class _NewProfileScreenState extends TState<NewProfileScreen>
109109
void initState() {
110110
super.initState();
111111
myPostbloc.reload();
112+
favoriteBloc.reload();
112113
tabController = TabController(
113114
initialIndex: 0,
114115
vsync: this,

0 commit comments

Comments
 (0)