From fce784cbec40917f468bb5d1863d8e8136ce5519 Mon Sep 17 00:00:00 2001 From: misakajimmy Date: Thu, 23 Feb 2023 14:21:27 +0800 Subject: [PATCH] #15 Change all name to EOEFANS --- README.md | 2 +- android/app/build.gradle | 2 +- android/app/src/debug/AndroidManifest.xml | 2 +- android/app/src/main/AndroidManifest.xml | 6 +- .../com/example/eoe_fans/MainActivity.kt | 2 +- android/app/src/profile/AndroidManifest.xml | 2 +- ios/Runner.xcodeproj/project.pbxproj | 6 +- ios/Runner/Info.plist | 4 +- lib/common/Api.dart | 12 +- lib/common/Global.dart | 4 +- lib/main.dart | 12 +- lib/routes/mainPage.dart | 10 +- lib/routes/picture/pictureList.dart | 12 +- lib/routes/picture/pictureMemberFilter.dart | 4 +- lib/routes/picture/picturePage.dart | 6 +- lib/routes/picture/pictureSwiper.dart | 2 +- lib/routes/setting/settingPage.dart | 8 +- lib/routes/setting/settingTheme.dart | 6 +- lib/routes/video/videoList.dart | 20 +- lib/routes/video/videoListItem.dart | 4 +- lib/routes/video/videoMemberFilter.dart | 4 +- lib/routes/video/videoNewYear.dart | 16 +- lib/routes/video/videoPage.dart | 4 +- lib/routes/video/videoSearchItem.dart | 4 +- lib/routes/video/videoSearchPage.dart | 12 +- lib/states/ProfileChangeNotifier.dart | 2 +- linux/CMakeLists.txt | 4 +- linux/my_application.cc | 4 +- macos/Runner.xcodeproj/project.pbxproj | 6 +- .../xcshareddata/xcschemes/Runner.xcscheme | 8 +- macos/Runner/Configs/AppInfo.xcconfig | 4 +- pubspec.lock | 362 +++++++++--------- pubspec.yaml | 4 +- test/widget_test.dart | 2 +- web/index.html | 4 +- web/manifest.json | 4 +- windows/CMakeLists.txt | 4 +- windows/runner/Runner.rc | 8 +- windows/runner/main.cpp | 2 +- 39 files changed, 292 insertions(+), 292 deletions(-) diff --git a/README.md b/README.md index a00151b..77834a9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# eoeFans +# EOEFANS A new Flutter project. diff --git a/android/app/build.gradle b/android/app/build.gradle index 3a9af2e..6f57872 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -49,7 +49,7 @@ android { defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). - applicationId "com.vlink.eoeFans" + applicationId "com.vlink.EOEFANS" // You can update the following values to match your application needs. // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration. minSdkVersion flutter.minSdkVersion diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml index 29c6cfe..c02e46b 100644 --- a/android/app/src/debug/AndroidManifest.xml +++ b/android/app/src/debug/AndroidManifest.xml @@ -1,5 +1,5 @@ + package="com.vlink.EOEFANS"> - + - eoeFans + EOEFANS