Skip to content

Instantly share code, notes, and snippets.

@AlenaNicolay
Created July 14, 2023 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlenaNicolay/5ae79c06cae70387808eac27cd4f6a84 to your computer and use it in GitHub Desktop.
Save AlenaNicolay/5ae79c06cae70387808eac27cd4f6a84 to your computer and use it in GitHub Desktop.
Directories
// single app
flutter_app
└─── lib
| └─── feature.dart
│ └─── main.dart
│ └─── main.widgetbook.dart
└─── pubspec.yaml
// separate app
flutter_app
└─── feature_1
└─── app
| └───lib
| | └─── main.dart
| └─── pubspec.yaml
└─── widgetbook_app
| └─── lib
| | └─── main.widgetbook.dart
| └─── pubspec.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment