Skip to content

Commit 41b0d4f

Browse files
committed
lesson-22
1 parent 90cc840 commit 41b0d4f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+60
-130
lines changed

quotes/lib/main.dart

Lines changed: 0 additions & 48 deletions
This file was deleted.

quotes/lib/quote.dart

Lines changed: 0 additions & 25 deletions
This file was deleted.

quotes/lib/quote_card.dart

Lines changed: 0 additions & 45 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ android {
3333

3434
defaultConfig {
3535
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
36-
applicationId "uk.co.thenetninja.quotes"
36+
applicationId "uk.co.thenetninja.world_time_app"
3737
minSdkVersion 16
3838
targetSdkVersion 28
3939
versionCode flutterVersionCode.toInteger()

quotes/android/app/src/debug/AndroidManifest.xml renamed to world_time_app/android/app/src/debug/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="uk.co.thenetninja.quotes">
2+
package="uk.co.thenetninja.world_time_app">
33
<!-- Flutter needs it to communicate with the running application
44
to allow setting breakpoints, to provide hot reload, etc.
55
-->

quotes/android/app/src/main/AndroidManifest.xml renamed to world_time_app/android/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="uk.co.thenetninja.quotes">
2+
package="uk.co.thenetninja.world_time_app">
33

44
<!-- io.flutter.app.FlutterApplication is an android.app.Application that
55
calls FlutterMain.startInitialization(this); in its onCreate method.
@@ -8,7 +8,7 @@
88
FlutterApplication and put your custom class here. -->
99
<application
1010
android:name="io.flutter.app.FlutterApplication"
11-
android:label="quotes"
11+
android:label="world_time_app"
1212
android:icon="@mipmap/ic_launcher">
1313
<activity
1414
android:name=".MainActivity"

quotes/android/app/src/main/java/uk/co/thenetninja/quotes/MainActivity.java renamed to world_time_app/android/app/src/main/java/uk/co/thenetninja/world_time_app/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package uk.co.thenetninja.quotes;
1+
package uk.co.thenetninja.world_time_app;
22

33
import android.os.Bundle;
44
import io.flutter.app.FlutterActivity;

0 commit comments

Comments
 (0)