mvc_application 5.12.0 copy "mvc_application: ^5.12.0" to clipboard
mvc_application: ^5.12.0 copied to clipboard

unlistedoutdated

Flutter Framework for Applications using the MVC Design Pattern

example/lib/main.dart

///
///  Example app using the mvc_application package as the framework.
///
///
///

import 'src/view.dart' show MyApp, runApp;

void main() => runApp(MyApp());