We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 700efd6 commit 319de08Copy full SHA for 319de08
android/app/src/main/AndroidManifest.xml
@@ -12,8 +12,8 @@
12
13
<application
14
android:name="io.flutter.app.FlutterApplication"
15
- android:label="timefly"
16
- android:icon="@mipmap/ic_launcher">
+ android:label="Checkio"
+ android:icon="@mipmap/temp">
17
<activity
18
android:name=".MainActivity"
19
android:launchMode="singleTop"
android/app/src/main/res/mipmap-xxhdpi/store_1024pt.png
15.5 KB
android/app/src/main/res/mipmap-xxhdpi/temp.png
18.2 KB
lib/main.dart
@@ -47,7 +47,7 @@ class MyApp extends StatelessWidget {
47
SessionUtils.sharedInstance()
48
.setBloc(BlocProvider.of<HabitsBloc>(context));
49
return MaterialApp(
50
- title: 'Time Fly',
+ title: 'Checkio',
51
debugShowCheckedModeBanner: false,
52
theme: AppTheme.appTheme
53
.themeData()
0 commit comments