platform/packages/model
2024-06-16 10:13:53 +08:00
..
example Upgraded lints to 3.0.0 2023-12-24 09:52:57 +08:00
lib Updated models 2023-01-02 09:01:11 +08:00
.gitignore Publish angel3_model 2021-05-14 15:23:53 +08:00
analysis_options.yaml Updated auth, model, container and its generator 2021-09-26 14:53:42 +08:00
AUTHORS.md Publish angel3_model 2021-05-14 15:23:53 +08:00
CHANGELOG.md Updated deprecated code 2024-06-16 10:13:53 +08:00
LICENSE Updated auth, model, container and its generator 2021-09-26 14:53:42 +08:00
melos_angel3_model.iml Added melos 2022-03-19 09:37:28 +08:00
pubspec.yaml Updated deprecated code 2024-06-16 10:13:53 +08:00
README.md Updated repository links 2023-12-25 11:45:10 +08:00

Angel3 Data Model

Pub Version (including pre-releases) Null Safety Gitter License

The basic data models for Angel3 framework.

import 'package:angel3_model/angel3_model.dart';

The available data models are:

  • Model class
    • A basic data model
  • AuditableModel class
    • A basic data model with audit log feature