Skip to content

Commit

Permalink
Merge pull request #253 from FlutterKaigi/feat/remove_profile
Browse files Browse the repository at this point in the history
remove: Profile function
  • Loading branch information
koji-1009 committed Nov 6, 2023
2 parents 0b2c574 + 7b18ad8 commit 81350ff
Show file tree
Hide file tree
Showing 29 changed files with 34 additions and 1,362 deletions.
99 changes: 24 additions & 75 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
PODS:
- Firebase/Auth (10.16.0):
- Firebase/CoreOnly
- FirebaseAuth (~> 10.16.0)
- Firebase/CoreOnly (10.16.0):
- FirebaseCore (= 10.16.0)
- Firebase/Crashlytics (10.16.0):
Expand All @@ -13,13 +10,6 @@ PODS:
- Firebase/RemoteConfig (10.16.0):
- Firebase/CoreOnly
- FirebaseRemoteConfig (~> 10.16.0)
- Firebase/Storage (10.16.0):
- Firebase/CoreOnly
- FirebaseStorage (~> 10.16.0)
- firebase_auth (4.12.1):
- Firebase/Auth (= 10.16.0)
- firebase_core
- Flutter
- firebase_core (2.21.0):
- Firebase/CoreOnly (= 10.16.0)
- Flutter
Expand All @@ -35,28 +25,15 @@ PODS:
- Firebase/RemoteConfig (= 10.16.0)
- firebase_core
- Flutter
- firebase_storage (11.4.1):
- Firebase/Storage (= 10.16.0)
- firebase_core
- Flutter
- FirebaseABTesting (10.16.0):
- FirebaseABTesting (10.17.0):
- FirebaseCore (~> 10.0)
- FirebaseAppCheckInterop (10.16.0)
- FirebaseAuth (10.16.0):
- FirebaseAppCheckInterop (~> 10.0)
- FirebaseCore (~> 10.0)
- GoogleUtilities/AppDelegateSwizzler (~> 7.8)
- GoogleUtilities/Environment (~> 7.8)
- GTMSessionFetcher/Core (< 4.0, >= 2.1)
- RecaptchaInterop (~> 100.0)
- FirebaseAuthInterop (10.16.0)
- FirebaseCore (10.16.0):
- FirebaseCoreInternal (~> 10.0)
- GoogleUtilities/Environment (~> 7.8)
- GoogleUtilities/Logger (~> 7.8)
- FirebaseCoreExtension (10.16.0):
- FirebaseCoreExtension (10.17.0):
- FirebaseCore (~> 10.0)
- FirebaseCoreInternal (10.16.0):
- FirebaseCoreInternal (10.17.0):
- "GoogleUtilities/NSData+zlib (~> 7.8)"
- FirebaseCrashlytics (10.16.0):
- FirebaseCore (~> 10.5)
Expand All @@ -66,7 +43,7 @@ PODS:
- GoogleUtilities/Environment (~> 7.8)
- nanopb (< 2.30910.0, >= 2.30908.0)
- PromisesObjC (~> 2.1)
- FirebaseInstallations (10.16.0):
- FirebaseInstallations (10.17.0):
- FirebaseCore (~> 10.0)
- GoogleUtilities/Environment (~> 7.8)
- GoogleUtilities/UserDefaults (~> 7.8)
Expand All @@ -86,20 +63,14 @@ PODS:
- FirebaseInstallations (~> 10.0)
- GoogleUtilities/Environment (~> 7.8)
- "GoogleUtilities/NSData+zlib (~> 7.8)"
- FirebaseSessions (10.16.0):
- FirebaseSessions (10.17.0):
- FirebaseCore (~> 10.5)
- FirebaseCoreExtension (~> 10.0)
- FirebaseInstallations (~> 10.0)
- GoogleDataTransport (~> 9.2)
- GoogleUtilities/Environment (~> 7.10)
- nanopb (< 2.30910.0, >= 2.30908.0)
- PromisesSwift (~> 2.1)
- FirebaseStorage (10.16.0):
- FirebaseAppCheckInterop (~> 10.0)
- FirebaseAuthInterop (~> 10.0)
- FirebaseCore (~> 10.0)
- FirebaseCoreExtension (~> 10.0)
- GTMSessionFetcher/Core (< 4.0, >= 2.1)
- Flutter (1.0.0)
- flutter_local_notifications (0.0.1):
- Flutter
Expand All @@ -110,31 +81,30 @@ PODS:
- GoogleUtilities/Environment (~> 7.7)
- nanopb (< 2.30910.0, >= 2.30908.0)
- PromisesObjC (< 3.0, >= 1.2)
- GoogleUtilities/AppDelegateSwizzler (7.11.5):
- GoogleUtilities/AppDelegateSwizzler (7.11.6):
- GoogleUtilities/Environment
- GoogleUtilities/Logger
- GoogleUtilities/Network
- GoogleUtilities/Environment (7.11.5):
- GoogleUtilities/Environment (7.11.6):
- PromisesObjC (< 3.0, >= 1.2)
- GoogleUtilities/Logger (7.11.5):
- GoogleUtilities/Logger (7.11.6):
- GoogleUtilities/Environment
- GoogleUtilities/Network (7.11.5):
- GoogleUtilities/Network (7.11.6):
- GoogleUtilities/Logger
- "GoogleUtilities/NSData+zlib"
- GoogleUtilities/Reachability
- "GoogleUtilities/NSData+zlib (7.11.5)"
- GoogleUtilities/Reachability (7.11.5):
- "GoogleUtilities/NSData+zlib (7.11.6)"
- GoogleUtilities/Reachability (7.11.6):
- GoogleUtilities/Logger
- GoogleUtilities/UserDefaults (7.11.5):
- GoogleUtilities/UserDefaults (7.11.6):
- GoogleUtilities/Logger
- GTMSessionFetcher/Core (3.1.1)
- image_picker_ios (0.0.1):
- Flutter
- nanopb (2.30909.0):
- nanopb/decode (= 2.30909.0)
- nanopb/encode (= 2.30909.0)
- nanopb/decode (2.30909.0)
- nanopb/encode (2.30909.0)
- nanopb (2.30909.1):
- nanopb/decode (= 2.30909.1)
- nanopb/encode (= 2.30909.1)
- nanopb/decode (2.30909.1)
- nanopb/encode (2.30909.1)
- path_provider_foundation (0.0.1):
- Flutter
- FlutterMacOS
Expand All @@ -143,7 +113,6 @@ PODS:
- PromisesObjC (2.3.1)
- PromisesSwift (2.3.1):
- PromisesObjC (= 2.3.1)
- RecaptchaInterop (100.0.0)
- shared_preferences_foundation (0.0.1):
- Flutter
- FlutterMacOS
Expand All @@ -154,12 +123,10 @@ PODS:
- Flutter

DEPENDENCIES:
- firebase_auth (from `.symlinks/plugins/firebase_auth/ios`)
- firebase_core (from `.symlinks/plugins/firebase_core/ios`)
- firebase_crashlytics (from `.symlinks/plugins/firebase_crashlytics/ios`)
- firebase_messaging (from `.symlinks/plugins/firebase_messaging/ios`)
- firebase_remote_config (from `.symlinks/plugins/firebase_remote_config/ios`)
- firebase_storage (from `.symlinks/plugins/firebase_storage/ios`)
- Flutter (from `Flutter`)
- flutter_local_notifications (from `.symlinks/plugins/flutter_local_notifications/ios`)
- image_picker_ios (from `.symlinks/plugins/image_picker_ios/ios`)
Expand All @@ -173,9 +140,6 @@ SPEC REPOS:
trunk:
- Firebase
- FirebaseABTesting
- FirebaseAppCheckInterop
- FirebaseAuth
- FirebaseAuthInterop
- FirebaseCore
- FirebaseCoreExtension
- FirebaseCoreInternal
Expand All @@ -184,19 +148,14 @@ SPEC REPOS:
- FirebaseMessaging
- FirebaseRemoteConfig
- FirebaseSessions
- FirebaseStorage
- FMDB
- GoogleDataTransport
- GoogleUtilities
- GTMSessionFetcher
- nanopb
- PromisesObjC
- PromisesSwift
- RecaptchaInterop

EXTERNAL SOURCES:
firebase_auth:
:path: ".symlinks/plugins/firebase_auth/ios"
firebase_core:
:path: ".symlinks/plugins/firebase_core/ios"
firebase_crashlytics:
Expand All @@ -205,8 +164,6 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/firebase_messaging/ios"
firebase_remote_config:
:path: ".symlinks/plugins/firebase_remote_config/ios"
firebase_storage:
:path: ".symlinks/plugins/firebase_storage/ios"
Flutter:
:path: Flutter
flutter_local_notifications:
Expand All @@ -226,38 +183,30 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Firebase: 25899099b77d255a636e3579c3d9dce10ec150d5
firebase_auth: ff474dcf17bee5762106162e0791433024890ada
firebase_core: 68027ba03585e3efe1608e35d3ab2777a64eabe9
firebase_crashlytics: 8ca79ecf4713767f49730568dfc2f02ceaab52fd
firebase_messaging: e11ea61b449e6e39741b8a309ddab803ef1eb5cd
firebase_remote_config: ecd68c7a6088a755e307978180118d995e6c24fc
firebase_storage: 39292d9729a2840035c6156fcec73168c7c234d4
FirebaseABTesting: 03f0a8b88cf618350527f2c6a2234e29b9c65064
FirebaseAppCheckInterop: 82358cff9f33452dd44259e88eea5e562500b1cb
FirebaseAuth: 3862d87d4d58deff08f705d471896a2f66e8bbf0
FirebaseAuthInterop: b79fab8ce80e685145eee5f973d9ad5210e19d44
FirebaseABTesting: 609e15b57b5f1096c8feb984e8995d9e769858fe
FirebaseCore: 65a801af84cca84361ef9eac3fd868656968a53b
FirebaseCoreExtension: 2dbc745b337eb99d2026a7a309ae037bd873f45e
FirebaseCoreInternal: 26233f705cc4531236818a07ac84d20c333e505a
FirebaseCoreExtension: 47720bb330d7041047c0935a34a3a4b92f818074
FirebaseCoreInternal: 2cf9202e226e3f78d2bf6d56c472686b935bfb7f
FirebaseCrashlytics: d7fe23c5796f21104c753446b7a51d1737a88fb9
FirebaseInstallations: b822f91a61f7d1ba763e5ccc9d4f2e6f2ed3b3ee
FirebaseInstallations: 9387bf15abfc69a714f54e54f74a251264fdb79b
FirebaseMessaging: 80b4a086d20ed4fd385a702f4bfa920e14f5064d
FirebaseRemoteConfig: 17ec974c6cac5cdc6cf8297062c2219851857f06
FirebaseSessions: 96e7781e545929cde06dd91088ddbb0841391b43
FirebaseStorage: d664834746c0274d267072c6bfa100960f90654a
FirebaseSessions: 49f39e5c10e3f9fdd38d01b748329bae2a2fa8ed
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
flutter_local_notifications: 0c0b1ae97e741e1521e4c1629a459d04b9aec743
FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a
GoogleDataTransport: 54dee9d48d14580407f8f5fbf2f496e92437a2f2
GoogleUtilities: 13e2c67ede716b8741c7989e26893d151b2b2084
GTMSessionFetcher: e8647203b65cee28c5f73d0f473d096653945e72
GoogleUtilities: 202e7a9f5128accd11160fb9c19612de1911aa19
image_picker_ios: 4a8aadfbb6dc30ad5141a2ce3832af9214a705b5
nanopb: b552cce312b6c8484180ef47159bc0f65a1f0431
nanopb: d4d75c12cd1316f4a64e3c6963f879ecd4b5e0d5
path_provider_foundation: 29f094ae23ebbca9d3d0cec13889cd9060c0e943
permission_handler_apple: e76247795d700c14ea09e3a2d8855d41ee80a2e6
PromisesObjC: c50d2056b5253dadbd6c2bea79b0674bd5a52fa4
PromisesSwift: 28dca69a9c40779916ac2d6985a0192a5cb4a265
RecaptchaInterop: 7d1a4a01a6b2cb1610a47ef3f85f0c411434cb21
shared_preferences_foundation: 5b919d13b803cadd15ed2dc053125c68730e5126
sqflite: 31f7eba61e3074736dff8807a9b41581e4f7f15a
url_launcher_ios: 68d46cc9766d0c41dbdc884310529557e3cd7a86
Expand Down
1 change: 0 additions & 1 deletion ios/en.lproj/InfoPlist.strings

This file was deleted.

1 change: 0 additions & 1 deletion ios/ja.lproj/InfoPlist.strings

This file was deleted.

16 changes: 0 additions & 16 deletions lib/l10n/localization.dart
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ abstract base class Localization {

String get pageTitleLicense;

String get pageTitleProfile;

String get venueLocationMap;

String get venueLocationMapTooltip;
Expand Down Expand Up @@ -209,20 +207,6 @@ abstract base class Localization {
String get lunchMapSortAsc;

String get lunchMapSortDesc;

String get userName;

String get selfIntroductionUrl;

String get uploadImage;

String get uploadingImage;

String get uploadedImage;

String get editName;

String get editUrl;
}

/// A wrapper class of [DateFormat] for localization.
Expand Down
24 changes: 0 additions & 24 deletions lib/l10n/localization_en.dart
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ final class LocalizationEn extends Localization {
@override
String get pageTitleLicense => 'License';

@override
String get pageTitleProfile => 'Profile';

@override
String get venueLocationMap => 'Location';

Expand Down Expand Up @@ -288,25 +285,4 @@ final class LocalizationEn extends Localization {

@override
String get lunchMapSortDesc => 'DESC';

@override
String get userName => 'Name';

@override
String get selfIntroductionUrl => 'Self-introduction URL';

@override
String get uploadImage => 'Upload image';

@override
String get uploadingImage => 'Uploading image...';

@override
String get uploadedImage => 'Image uploaded';

@override
String get editName => 'Edit name';

@override
String get editUrl => 'Edit URL';
}
24 changes: 0 additions & 24 deletions lib/l10n/localization_ja.dart
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ final class LocalizationJa extends Localization {
@override
String get pageTitleLicense => 'ライセンス';

@override
String get pageTitleProfile => 'プロフィール';

@override
String get venueLocationMap => '会場';

Expand Down Expand Up @@ -283,25 +280,4 @@ final class LocalizationJa extends Localization {

@override
String get lunchMapSortDesc => '降順';

@override
String get userName => '名前';

@override
String get selfIntroductionUrl => '自己紹介用URL';

@override
String get uploadImage => '画像をアップロードする';

@override
String get uploadingImage => '画像をアップロード中...';

@override
String get uploadedImage => '画像をアップロードしました';

@override
String get editName => '名前を編集する';

@override
String get editUrl => 'URLを編集する';
}
13 changes: 0 additions & 13 deletions lib/model/firebase_auth.dart

This file was deleted.

39 changes: 0 additions & 39 deletions lib/model/firebase_auth.g.dart

This file was deleted.

Loading

0 comments on commit 81350ff

Please sign in to comment.