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

Dart 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.6

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
10
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

BSD-3-Clause (LICENSE)

Dependencies

analyzer, browser

More

Packages that depend on puremvc