platform/packages/model/README.md
thomashii@dukefirehawk.com 82c6c9866e Publish angel3_model
2021-05-14 15:23:53 +08:00

13 lines
No EOL
605 B
Markdown

# angel3_model
[![version](https://img.shields.io/badge/pub-v2.12.4-brightgreen)](https://pub.dartlang.org/packages/angel3_model)
[![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety)
[![License](https://img.shields.io/github/license/dukefirehawk/angel)](https://github.com/dukefirehawk/angel/tree/angel3/packages/model)
Angel's basic data model class, no longer with the added weight of the whole framework.
```dart
import 'package:angel3_model/angel3_model.dart';
```
This package was created to prevent dependency collisions with third-party packages.