mvc_application 6.1.0 mvc_application: ^6.1.0 copied to clipboard
Flutter Framework for Applications using the MVC Design Pattern
///
/// Example app using the mvc_application package as the framework.
///
///
///
import 'src/view.dart' show MyApp, runApp;
void main() => runApp(MyApp());