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

discontinued
outdated

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

0.1.0 #

2018-12-24: Initial Development Release

0.1.1 #

2019-01-03: export statements finalized.

0.1.2 #

2019-01-06: Introduced the class, Field

0.1.7 #

2019-01-16: _App super(con: null, key: key); controller.dart export show StateListener; fields.dart DefaultTextStyle get defaultTextStyle mvc.dart MVC(AppView view, {Key key}) View() this.add(con);

0.2.0 #

2019-01-17: class AppView extends StateMVC Highlights UI while debugging.

0.3.0 #

2019-01-17: Moved the class, Controller, into mvc.dart.

0.4.0 #

2019-01-25: factory _App({AppConMVC con, Key key}) {

0.5.0 #

2019-01-28: if (_firstCon == null) _firstCon = this; get inDebugger in class App

0.6.0 #

2019-01-28: Renamed the classes Controller and View to ConMVC and ViewMVC

0.7.1 #

2019-02-06: Removed class ConMVC, SDK Constraint to <3.0.0, keys() in class Item

0.7.2 #

2019-02-06: class FieldWidgets

0.7.3 #

2019-02-09: await Prefs.init(); get colorTheme => AppMenu.colorTheme;

0.7.4 #

2019-02-09: Color Theme Menu Popup

0.8.1 #

2019-02-10: showAboutDialog(); PackageInfo.fromPlatform(); show Prefs;

0.9.0 #

2019-02-14: static String get appName => _packageInfo.appName; await DeviceInfo.init(); Introduced DeviceInfo

0.9.1 #

2019-02-16: mvc_pattern: in pubspec.yaml

0.10.0 #

2019-02-20: class App extends AppMVC { class ViewMVC extends AppState {

0.11.0 #

2019-02-22: Rename class AppView to AppViewState; AppState to AppView

0.12.0 #

2019-02-27: delete export 'src/controller/app.dart';

0.12.1 #

2019-02-27: 'package:mvc_application/src/controller/app.dart' show App, AppController;

0.13.0 #

2019-03-01: prefs: library package

1.0.0 #

2019-03-09: version constraints prior to AndroidX included package libraries: assest, fileutils, dbutils and uxutils introduced an example

1.0.1 #

2019-03-13: Some Pub Health Suggestions Fixed Lengthened the pubspec.yaml description.

1.1.0 #

2019-03-13: Include the Ads library Introduced ads.dart and dbutils.dart