puremvc 2.0.6
puremvc: ^2.0.6 copied to clipboard
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 puremvcThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
puremvc: ^2.0.6Alternatively, 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';