Skip to content

Commit de567af

Browse files
committed
lesson-17
1 parent 4e71165 commit de567af

Some content is hidden

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

59 files changed

+82
-141
lines changed

ninja_id/assets/thumb.jpg

-11.1 KB
Binary file not shown.

ninja_id/lib/main.dart

Lines changed: 0 additions & 127 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
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.ninja_id"
36+
applicationId "uk.co.thenetninja.quotes"
3737
minSdkVersion 16
3838
targetSdkVersion 28
3939
versionCode flutterVersionCode.toInteger()

ninja_id/android/app/src/debug/AndroidManifest.xml renamed to quotes/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.ninja_id">
2+
package="uk.co.thenetninja.quotes">
33
<!-- Flutter needs it to communicate with the running application
44
to allow setting breakpoints, to provide hot reload, etc.
55
-->

ninja_id/android/app/src/main/AndroidManifest.xml renamed to quotes/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.ninja_id">
2+
package="uk.co.thenetninja.quotes">
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="ninja_id"
11+
android:label="quotes"
1212
android:icon="@mipmap/ic_launcher">
1313
<activity
1414
android:name=".MainActivity"

ninja_id/android/app/src/main/java/uk/co/thenetninja/ninja_id/MainActivity.java renamed to quotes/android/app/src/main/java/uk/co/thenetninja/quotes/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.ninja_id;
1+
package uk.co.thenetninja.quotes;
22

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

ninja_id/android/app/src/main/res/drawable/launch_background.xml renamed to quotes/android/app/src/main/res/drawable/launch_background.xml

File renamed without changes.

0 commit comments

Comments
 (0)