Stable.
120 (Dart's default).
Within a class, the following order should be used: Constructors > factories > fields > functions > getters > setters.
ValueNotifiersEvery ValueNotifier's name needs to end with controller, not notifier.
MFL uses Myoro Flutter Annotations to create boilerplate code for models and ThemeExtensions. When a code generation build is required, run dart run build_runner build.
STAGELOG.md to add what you did in your pull request. This will then be added to CHANGELOG.md. Here is the format (always in - format and there must be a space between the title and notes:# STAGELOG
- feature/fix/refactor/improvement/chore: Bla bla bla
Widget, add it to Widgets.md.Widget architecture patternThis idea is what I deem is the best for creating generic Widgets. It is a mix of MVVM and MVC. MVVM-C standards for (Model View View Model Controller). A Widget consists of:
Widget;Widget;