Skip to content

Instantly share code, notes, and snippets.

@Parassharmaa
Created June 21, 2020 03:46
Show Gist options
  • Save Parassharmaa/2fa33fe46d0d392a673c53bc7dd71d91 to your computer and use it in GitHub Desktop.
Save Parassharmaa/2fa33fe46d0d392a673c53bc7dd71d91 to your computer and use it in GitHub Desktop.
Directory structure for flutter
│   main.dart
│   theme.dart
│   util.dart
│
├───bloc
│   │   add_child_bloc.dart
│   │   bottom_nav_bloc.dart
│   │   theme_bloc.dart
│   │
│   ├───home
│   └───login
│           login_bloc.dart
│           login_event.dart
│           login_state.dart
│
├───model
├───repository
│       repository.dart
│       resources.dart
│
└───ui
    │   activities.dart
    │   add_child.dart
    │   assessment.dart
    │   home.dart
    │   launch_game.dart
    │   login.dart
    │   questionnaire.dart
    │   select_child.dart
    │
    └───widget
            assessment_card.dart
            child_select_card.dart
            home_widget.dart
            journal.dart
            profile_widget.dart
`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment