puremvc 2.0.3 copy "puremvc: ^2.0.3" to clipboard
puremvc: ^2.0.3 copied to clipboard

outdatedDart 1 only

PureMVC is a lightweight framework for creating applications based upon the classic Model-View-Controller design meta-pattern. It supports modular programming through the use of Multiton Core actors.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add puremvc

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  puremvc: ^2.0.3

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:puremvc/puremvc.dart';
1
likes
0
pub points
0%
popularity

Publisher

unverified uploader

PureMVC is a lightweight framework for creating applications based upon the classic Model-View-Controller design meta-pattern. It supports modular programming through the use of Multiton Core actors.

Homepage

License

unknown (LICENSE)

Dependencies

unittest

More

Packages that depend on puremvc