fluttercommunity/flutter-styleguide

Use subfolders under lib

Opened this issue · 0 comments

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?