Skip to content

Commit

Permalink
Rename android app to: Ueno Aesthetic
Browse files Browse the repository at this point in the history
  • Loading branch information
kitallis committed Nov 8, 2024
1 parent b945b55 commit 9a32cca
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 12 deletions.
22 changes: 11 additions & 11 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.tramline.ueno">
<application
android:label="ueno"

<application
android:name="${applicationName}"
android:icon="@mipmap/launcher_icon">
android:icon="@mipmap/launcher_icon"
android:label="Ueno Aesthetic">
<activity
android:name=".MainActivity"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
android:exported="true"
android:hardwareAccelerated="true"
android:launchMode="singleTop"
android:theme="@style/LaunchTheme"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
android:hardwareAccelerated="true"
android:windowSoftInputMode="adjustResize">
<!-- Specifies an Android theme to apply to this Activity as soon as
the Android process has started. This theme is visible to the user
while the Flutter UI initializes. After that, this theme continues
to determine the Window background behind the Flutter UI. -->
<meta-data
android:name="io.flutter.embedding.android.NormalTheme"
android:resource="@style/NormalTheme"
android:value="true"
/>
android:name="io.flutter.embedding.android.NormalTheme"
android:resource="@style/NormalTheme"
android:value="true" />
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<!-- Don't delete the meta-data below.
Expand Down
8 changes: 8 additions & 0 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "3.7.4"
rename_app:
dependency: "direct main"
description:
name: rename_app
sha256: "0267b7507ca70ede47b1e5a0b391e547d0e0854956a00fad2585fb6c5968dc24"
url: "https://pub.dev"
source: hosted
version: "1.6.1"
rxdart:
dependency: transitive
description:
Expand Down
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Ueno
description: ueno aesthetic
description: An aural experience of the very excellent Yamanote Line

# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
Expand Down Expand Up @@ -40,6 +40,7 @@ dependencies:
firebase_core: ^2.27.0
firebase_crashlytics: ^3.5.5
firebase_analytics: ^10.10.5
rename_app: ^1.6.1

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 9a32cca

Please sign in to comment.