File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 9
9
FlutterApplication and put your custom class here. -->
10
10
<application
11
11
android : name =" io.flutter.app.FlutterApplication"
12
- android : label =" Đảo thú cưng "
12
+ android : label =" 4Pet "
13
13
android : icon =" @mipmap/launcher_icon"
14
14
tools : ignore =" GoogleAppIndexingWarning"
15
15
android : usesCleartextTraffic =" true" >
Original file line number Diff line number Diff line change 16
16
<key >CFBundleInfoDictionaryVersion </key >
17
17
<string >6.0 </string >
18
18
<key >CFBundleName </key >
19
- <string >Đảo thú cưng </string >
19
+ <string >4Pet </string >
20
20
<key >CFBundlePackageType </key >
21
21
<string >APPL </string >
22
22
<key >CFBundleShortVersionString </key >
Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ class _NewProfileScreenState extends TState<NewProfileScreen>
109
109
void initState () {
110
110
super .initState ();
111
111
myPostbloc.reload ();
112
+ favoriteBloc.reload ();
112
113
tabController = TabController (
113
114
initialIndex: 0 ,
114
115
vsync: this ,
You can’t perform that action at this time.
0 commit comments