PureMVC is a lightweight framework for creating applications based upon the classic Model-View-Controller design meta-pattern. This is a Dart port of the AS3 reference implementation of the MultiCore Version. It supports modular programming through the use of Multiton Core actors.
Unit Tests are included in this repository.
To use in your app, you can simply add it to your project's pubspec.yaml as a dependency.
Production - Version 2.0.4
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Add this to your package's pubspec.yaml file:
dependencies: puremvc: ">=2.0.4 <3.0.0"
If your package is an
application package you should use any
as the
version constraint.
If you're using the Dart Editor, choose:
Menu > Tools > Pub Install
Or if you want to install from the command line, run:
$ pub install
Now in your Dart code, you can use:
import 'package:puremvc/ puremvc.dart';
| Version | Uploaded | Archive |
|---|---|---|
| 2.0.4 | Jan 15, 2013 | Download puremvc 2.0.4 archive |
| 2.0.3 | Jan 09, 2013 | Download puremvc 2.0.3 archive |
| 2.0.1 | Nov 08, 2012 | Download puremvc 2.0.1 archive |
| 2.0.0 | Oct 09, 2012 | Download puremvc 2.0.0 archive |