From 091e8c5334ab4459f1efef067bfc78beaa2fae6d Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Wed, 3 Jun 2020 00:24:43 +0530 Subject: Application name changes --- .flutter-plugins-dependencies | 2 +- android/app/build.gradle | 2 +- android/app/src/debug/AndroidManifest.xml | 2 +- android/app/src/main/AndroidManifest.xml | 8 ++++---- android/app/src/main/kotlin/com/example/owyn/MainActivity.kt | 6 ------ android/app/src/main/kotlin/io/github/phenax/owyn/MainActivity.kt | 6 ++++++ android/app/src/profile/AndroidManifest.xml | 2 +- ios/Runner.xcodeproj/project.pbxproj | 6 +++--- pubspec.lock | 7 ------- pubspec.yaml | 8 +------- 10 files changed, 18 insertions(+), 31 deletions(-) delete mode 100644 android/app/src/main/kotlin/com/example/owyn/MainActivity.kt create mode 100644 android/app/src/main/kotlin/io/github/phenax/owyn/MainActivity.kt diff --git a/.flutter-plugins-dependencies b/.flutter-plugins-dependencies index 4e3c929..fff38d9 100644 --- a/.flutter-plugins-dependencies +++ b/.flutter-plugins-dependencies @@ -1 +1 @@ -{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[],"android":[{"name":"android_intent","path":"/home/akshayn/.pub-cache/hosted/pub.dartlang.org/android_intent-0.3.7+2/","dependencies":[]},{"name":"device_apps","path":"/home/akshayn/.pub-cache/hosted/pub.dartlang.org/device_apps-1.0.9/","dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[]},"dependencyGraph":[{"name":"android_intent","dependencies":[]},{"name":"device_apps","dependencies":[]}],"date_created":"2020-06-02 23:56:41.767586","version":"1.19.0-2.0.pre.214"} \ No newline at end of file +{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[],"android":[{"name":"android_intent","path":"/home/akshayn/.pub-cache/hosted/pub.dartlang.org/android_intent-0.3.7+2/","dependencies":[]},{"name":"device_apps","path":"/home/akshayn/.pub-cache/hosted/pub.dartlang.org/device_apps-1.0.9/","dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[]},"dependencyGraph":[{"name":"android_intent","dependencies":[]},{"name":"device_apps","dependencies":[]}],"date_created":"2020-06-03 00:24:24.078832","version":"1.19.0-2.0.pre.214"} \ No newline at end of file diff --git a/android/app/build.gradle b/android/app/build.gradle index 9876c3f..89cc94c 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -38,7 +38,7 @@ android { defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). - applicationId "com.example.owyn" + applicationId "io.github.phenax.owyn" minSdkVersion 16 targetSdkVersion 28 versionCode flutterVersionCode.toInteger() diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml index ec5cd1d..bc5c886 100644 --- a/android/app/src/debug/AndroidManifest.xml +++ b/android/app/src/debug/AndroidManifest.xml @@ -1,5 +1,5 @@ + package="io.github.phenax.owyn"> diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 3d9998a..cb0d355 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,11 +1,11 @@ + package="io.github.phenax.owyn"> - + - - + + diff --git a/android/app/src/main/kotlin/com/example/owyn/MainActivity.kt b/android/app/src/main/kotlin/com/example/owyn/MainActivity.kt deleted file mode 100644 index 44b98f2..0000000 --- a/android/app/src/main/kotlin/com/example/owyn/MainActivity.kt +++ /dev/null @@ -1,6 +0,0 @@ -package com.example.owyn - -import io.flutter.embedding.android.FlutterActivity - -class MainActivity: FlutterActivity() { -} diff --git a/android/app/src/main/kotlin/io/github/phenax/owyn/MainActivity.kt b/android/app/src/main/kotlin/io/github/phenax/owyn/MainActivity.kt new file mode 100644 index 0000000..c7c2676 --- /dev/null +++ b/android/app/src/main/kotlin/io/github/phenax/owyn/MainActivity.kt @@ -0,0 +1,6 @@ +package io.github.phenax.owyn + +import io.flutter.embedding.android.FlutterActivity + +class MainActivity: FlutterActivity() { +} diff --git a/android/app/src/profile/AndroidManifest.xml b/android/app/src/profile/AndroidManifest.xml index ec5cd1d..bc5c886 100644 --- a/android/app/src/profile/AndroidManifest.xml +++ b/android/app/src/profile/AndroidManifest.xml @@ -1,5 +1,5 @@ + package="io.github.phenax.owyn"> diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index b707316..ca7791c 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -299,7 +299,7 @@ "$(inherited)", "$(PROJECT_DIR)/Flutter", ); - PRODUCT_BUNDLE_IDENTIFIER = com.example.owyn; + PRODUCT_BUNDLE_IDENTIFIER = io.github.phenax.owyn; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_VERSION = 5.0; @@ -431,7 +431,7 @@ "$(inherited)", "$(PROJECT_DIR)/Flutter", ); - PRODUCT_BUNDLE_IDENTIFIER = com.example.owyn; + PRODUCT_BUNDLE_IDENTIFIER = io.github.phenax.owyn; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; @@ -458,7 +458,7 @@ "$(inherited)", "$(PROJECT_DIR)/Flutter", ); - PRODUCT_BUNDLE_IDENTIFIER = com.example.owyn; + PRODUCT_BUNDLE_IDENTIFIER = io.github.phenax.owyn; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_VERSION = 5.0; diff --git a/pubspec.lock b/pubspec.lock index abf58a0..17d71db 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -43,13 +43,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.14.12" - cupertino_icons: - dependency: "direct main" - description: - name: cupertino_icons - url: "https://pub.dartlang.org" - source: hosted - version: "0.1.3" device_apps: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 3577670..2228d29 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -27,12 +27,6 @@ dependencies: device_apps: ^1.0.9 android_intent: ^0.3.7 - - - # The following adds the Cupertino Icons font to your application. - # Use with the CupertinoIcons class for iOS style icons. - cupertino_icons: ^0.1.3 - dev_dependencies: flutter_test: sdk: flutter @@ -46,7 +40,7 @@ flutter: # The following line ensures that the Material Icons font is # included with your application, so that you can use the icons in # the material Icons class. - uses-material-design: true + uses-material-design: false # To add assets to your application, add an assets section, like this: # assets: -- cgit v1.3.1