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

Widget file names

Open rapPayne opened this issue 5 years ago • 0 comments

Files with custom widgets should contain no more than one public class. The file name should be the same as the public class it contains.

What about libraries that contain widgets?

rapPayne avatar Feb 04 '20 17:02 rapPayne