2021-09-26 06:53:42 +00:00
|
|
|
# Angel3 Basic Data Model
|
2021-08-02 12:20:07 +00:00
|
|
|
|
2021-09-26 06:53:42 +00:00
|
|
|
![Pub Version (including pre-releases)](https://img.shields.io/pub/v/angel3_model?include_prereleases)
|
2021-05-14 07:23:53 +00:00
|
|
|
[![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety)
|
2021-05-15 06:04:36 +00:00
|
|
|
[![Gitter](https://img.shields.io/gitter/room/angel_dart/discussion)](https://gitter.im/angel_dart/discussion)
|
2021-09-26 06:53:42 +00:00
|
|
|
[![License](https://img.shields.io/github/license/dukefirehawk/angel)](https://github.com/dukefirehawk/angel/tree/master/packages/model/LICENSE)
|
2021-05-14 07:23:53 +00:00
|
|
|
|
2021-08-02 12:20:07 +00:00
|
|
|
Angel3 basic data model class, no longer with the added weight of the whole framework.
|
2017-07-11 20:46:12 +00:00
|
|
|
|
|
|
|
```dart
|
2021-05-14 07:23:53 +00:00
|
|
|
import 'package:angel3_model/angel3_model.dart';
|
2017-07-11 20:46:12 +00:00
|
|
|
```
|
|
|
|
|
2021-08-02 12:20:07 +00:00
|
|
|
This package was created to prevent dependency collisions with third-party packages.
|