flutter-styleguide
flutter-styleguide copied to clipboard
Use subfolders under lib
When you scaffold a project with 'flutter create', you get a lib folder where your widgets are created.
- Should there be a recommended structure under lib?
- If so, should it be by type? eg. lib/providers, lib/models, lib/screens, lib/widgets, lib/utils, lib/services
- If so, should we recommend standard types?