Publish serialize
This commit is contained in:
parent
61bae79233
commit
203f99f2f6
4 changed files with 12 additions and 11 deletions
|
@ -1,4 +1,10 @@
|
|||
# angel_serialize
|
||||
# angel3_serialize
|
||||
[![version](https://img.shields.io/badge/pub-v4.0.0-brightgreen)](https://pub.dartlang.org/packages/angel3_serialize)
|
||||
[![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety)
|
||||
[![Gitter](https://img.shields.io/gitter/room/angel_dart/discussion)](https://gitter.im/angel_dart/discussion)
|
||||
|
||||
[![License](https://img.shields.io/github/license/dukefirehawk/angel)](https://github.com/dukefirehawk/angel/tree/angel3/packages/serialize/angel_serialize/LICENSE)
|
||||
|
||||
The frontend for Angel model serialization.
|
||||
See documentation in the main project repo:
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// ignore_for_file: unused_element
|
||||
import 'package:angel_serialize/angel_serialize.dart';
|
||||
import 'package:angel3_serialize/angel3_serialize.dart';
|
||||
|
||||
@serializable
|
||||
class _Todo {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
export 'dart:convert' show json, Codec, Converter;
|
||||
export 'package:angel_model/angel_model.dart';
|
||||
export 'package:angel3_model/angel3_model.dart';
|
||||
export 'package:collection/collection.dart';
|
||||
export 'package:meta/meta.dart' show required, Required;
|
||||
export 'package:quiver/core.dart' show hashObjects;
|
|
@ -1,16 +1,11 @@
|
|||
name: angel_serialize
|
||||
name: angel3_serialize
|
||||
version: 4.0.0
|
||||
description: Static annotations powering Angel model serialization. Combine with angel_serialize_generator for flexible modeling.
|
||||
homepage: https://github.com/dukefirehawk/angel
|
||||
publish_to: none
|
||||
homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/serialize/angel_serialize
|
||||
environment:
|
||||
sdk: '>=2.12.0 <3.0.0'
|
||||
dependencies:
|
||||
angel_model:
|
||||
git:
|
||||
url: https://github.com/dukefirehawk/angel.git
|
||||
ref: sdk-2.12.x_nnbd
|
||||
path: packages/model
|
||||
angel3_model: ^3.0.0
|
||||
collection: ^1.15.0
|
||||
meta: ^1.3.0
|
||||
pedantic: ^1.11.0
|
||||
|
|
Loading…
Reference in a new issue