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