mxc_application 1.3.0 copy "mxc_application: ^1.3.0" to clipboard
mxc_application: ^1.3.0 copied to clipboard

discontinued
outdated

Application Framework in the MVC Design Pattern using plugins and packages prior to the AndroidX migration.

example/main.dart

// https://github.com/fluttercommunity/flutter_contacts/tree/master/example
// https://pub.dartlang.org/packages/contacts_service#-readme-tab-

import 'package:flutter/material.dart' show runApp;

import 'package:mxc_application/mvc.dart' show MVC;

import 'view.dart' show ContactsExampleApp;

void main() => runApp(MVC(ContactsExampleApp()));
0
likes
30
pub points
0%
popularity

Publisher

verified publisherandrioussolutions.com

Application Framework in the MVC Design Pattern using plugins and packages prior to the AndroidX migration.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

connectivity, device_info, flutter, flutter_material_color_picker, mvc_pattern, package_info, path_provider, prefs, sqflite, url_launcher, uuid, xml

More

Packages that depend on mxc_application