Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

폴더 구조 출력하는 법 #4

Open
June222 opened this issue Oct 30, 2023 · 0 comments
Open

폴더 구조 출력하는 법 #4

June222 opened this issue Oct 30, 2023 · 0 comments

Comments

@June222
Copy link
Contributor

June222 commented Oct 30, 2023

폴더 구조를 텍스트로 출력하는 법 링크

원하는 폴더 위치로 이동 후

$: tree
$: tree /f
# tree /f 결과

lib
│  firebase_options.dart(ignore)
│  main.dart
│  my_app.dart
│
├─constants: __const 값__
│      color_constant.dart
│      res.dart
│      storage_constants.dart(ignore)
│
├─manager: __카테고리별 메소드__
│      camera_manager.dart
│      image_manager.dart
│
├─model: __HTTP DTO(Data Transfer Obejct)__
│      detection_image_model.dart
│      mysql_request_model.dart
│      mysql_response_model.dart
│
├─resources: __중요 기능 메소드__
│      firestore_method.dart
│      http_method.dart
│      storage_method.dart
│
├─screens: __유저에게 보이는 화면__
│      input_name_screen.dart
│      take_photo_screen.dart
│
└─setting: __부가 기능들__
        show_loading_bar.dart
        show_snack_bar.dart
        show_text_dialog.dart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant