flutter-styleguide icon indicating copy to clipboard operation
flutter-styleguide copied to clipboard

Use subfolders under lib

Open rapPayne opened this issue 5 years ago • 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?

rapPayne avatar Feb 11 '20 00:02 rapPayne