-
-
Save Devlonoah/bdfb5b7575c2e62524c0a726356dbe0a to your computer and use it in GitHub Desktop.
Revisions
-
joukhar revised this gist
Nov 13, 2023 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 ├── modules ├── home ├── bindings -
joukhar revised this gist
Nov 13, 2023 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -30,4 +30,5 @@ └── example_view.dart └── widgets └── services └── providers └── main.dart -
joukhar renamed this gist
Oct 29, 2023 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
joukhar created this gist
Oct 29, 2023 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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