The Protevus Platform: Unified Full-Stack Development https://protevus.com
Find a file
2017-07-11 16:46:12 -04:00
lib 1.0.0 2017-07-11 16:46:12 -04:00
.gitignore Initial commit 2017-07-11 16:41:32 -04:00
LICENSE Initial commit 2017-07-11 16:41:32 -04:00
pubspec.yaml 1.0.0 2017-07-11 16:46:12 -04:00
README.md 1.0.0 2017-07-11 16:46:12 -04:00

angel_model

Angel's basic data model class, no longer with the added weight of the whole framework.

// Old: import 'package:angel_framework/common.dart' show Model;

// The new way!!!
import 'package:angel_model/angel_model.dart';

This package was created to prevent dependency collisions with third-party packages. framework/common will continue to export this class.