mvc_application 6.6.0 copy "mvc_application: ^6.6.0" to clipboard
mvc_application: ^6.6.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());