Dart2
This commit is contained in:
parent
980e0408a0
commit
7658217d05
2 changed files with 6 additions and 2 deletions
2
CHANGELOG.md
Normal file
2
CHANGELOG.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
# 1.0.0+1
|
||||
* Update constraint to work with Dart 2.
|
|
@ -1,5 +1,7 @@
|
|||
name: angel_model
|
||||
version: 1.0.0
|
||||
version: 1.0.0+1
|
||||
description: Angel's basic data model class, no longer with the added weight of the whole framework.
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
homepage: https://github.com/angel-dart/model
|
||||
homepage: https://github.com/angel-dart/model
|
||||
environment:
|
||||
sdk: ">=1.8.0 <3.0.0"
|
||||
|
|
Loading…
Reference in a new issue