Skip to content

Commit

Permalink
Merge pull request #5 from aengzu/refactoring
Browse files Browse the repository at this point in the history
리팩토링: 클린 아키텍처 적용
  • Loading branch information
aengzu authored Aug 9, 2024
2 parents c06badb + f175cfa commit f391a93
Show file tree
Hide file tree
Showing 158 changed files with 4,012 additions and 1,595 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ build/


# Asset config
assets/config
lib/config
Binary file added assets/images/default_profile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ PODS:
- shared_preferences_foundation (0.0.1):
- Flutter
- FlutterMacOS
- sqflite (0.0.3):
- Flutter
- FlutterMacOS
- url_launcher_ios (0.0.1):
- Flutter
- vibration (1.7.5):
Expand All @@ -18,6 +21,7 @@ DEPENDENCIES:
- Flutter (from `Flutter`)
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`)
- shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/darwin`)
- sqflite (from `.symlinks/plugins/sqflite/darwin`)
- url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`)
- vibration (from `.symlinks/plugins/vibration/ios`)

Expand All @@ -30,6 +34,8 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/path_provider_foundation/darwin"
shared_preferences_foundation:
:path: ".symlinks/plugins/shared_preferences_foundation/darwin"
sqflite:
:path: ".symlinks/plugins/sqflite/darwin"
url_launcher_ios:
:path: ".symlinks/plugins/url_launcher_ios/ios"
vibration:
Expand All @@ -40,6 +46,7 @@ SPEC CHECKSUMS:
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
shared_preferences_foundation: fcdcbc04712aee1108ac7fda236f363274528f78
sqflite: 673a0e54cc04b7d6dba8d24fb8095b31c3a99eec
url_launcher_ios: 5334b05cef931de560670eeae103fd3e431ac3fe
vibration: 7d883d141656a1c1a6d8d238616b2042a51a1241

Expand Down
59 changes: 0 additions & 59 deletions lib/controllers/auth/login_controller.dart

This file was deleted.

50 changes: 0 additions & 50 deletions lib/controllers/auth/signup_controller.dart

This file was deleted.

50 changes: 0 additions & 50 deletions lib/controllers/character_controller.dart

This file was deleted.

59 changes: 0 additions & 59 deletions lib/controllers/character_loading_controller.dart

This file was deleted.

Loading

0 comments on commit f391a93

Please sign in to comment.