Skip to content

Instantly share code, notes, and snippets.

@Devlonoah
Forked from joukhar/folder_structure.txt
Created April 13, 2024 06:59
Show Gist options
  • Select an option

  • Save Devlonoah/bdfb5b7575c2e62524c0a726356dbe0a to your computer and use it in GitHub Desktop.

Select an option

Save Devlonoah/bdfb5b7575c2e62524c0a726356dbe0a to your computer and use it in GitHub Desktop.

Revisions

  1. @joukhar joukhar revised this gist Nov 13, 2023. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions folder_structure.txt
    Original file line number Diff line number Diff line change
    @@ -6,12 +6,12 @@
    └── themes
    ├── data
    └── categories.dart
    └── models
    └── category.dart
    ├── global
    └── widgets
    └── app_bottom_navigation_bar.dart
    ├── i18n
    ├── models
    └── category.dart
    ├── modules
    ├── home
    ├── bindings
  2. @joukhar joukhar revised this gist Nov 13, 2023. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions folder_structure.txt
    Original file line number Diff line number Diff line change
    @@ -30,4 +30,5 @@
    └── example_view.dart
    └── widgets
    └── services
    └── providers
    └── main.dart
  3. @joukhar joukhar renamed this gist Oct 29, 2023. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  4. @joukhar joukhar created this gist Oct 29, 2023.
    33 changes: 33 additions & 0 deletions folder_structure.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,33 @@
    └── lib
    ├── app
    ├── core
    ├── configs
    ├── constants
    └── themes
    ├── data
    └── categories.dart
    ├── global
    └── widgets
    └── app_bottom_navigation_bar.dart
    ├── i18n
    ├── models
    └── category.dart
    ├── modules
    ├── home
    ├── bindings
    └── home_binding.dart
    ├── controllers
    └── home_controller.dart
    └── views
    └── home_view.dart
    └── widgets
    └── starting_point
    ├── bindings
    └── example_binding.dart
    ├── controllers
    └── example_controller.dart
    ├── views
    └── example_view.dart
    └── widgets
    └── services
    └── main.dart