/flutter-modules

Flutter Multi-modules Support

Primary LanguageDart

flutter_modules

A Flutter multi-modules project.

Getting Started

Please look into the blog post Flutter Multi-modules Support for more information.

Flutter Navigation: flutter_modular or stacked?

Please look into the following blog post of the same title for more information: http://limcheekin.blogspot.com/2021/03/flutter-navigation-fluttermodular-or.html

Simple code metrics generated by VS Code Counter extension:

flutter_modular

Total : 2 files, 66 codes, 2 comments, 10 blanks, all 78 lines

Files

filename language code comment blank total
lib/main.dart Dart 55 1 6 62
lib/string.dart Dart 11 1 4 16

stacked

Total : 5 files, 163 codes, 17 comments, 27 blanks, all 207 lines

Files

filename language code comment blank total
lib/app.dart Dart 28 1 3 32
lib/app.locator.dart Dart 6 5 6 17
lib/app.router.dart Dart 70 10 10 90
lib/main.dart Dart 48 0 4 52
lib/string.dart Dart 11 1 4 16