commit
3375d50e68
465 changed files with 3588 additions and 1631 deletions
4
.github/workflows/dart.yml
vendored
4
.github/workflows/dart.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
|
||||
- uses: dart-lang/setup-dart@v1
|
||||
with:
|
||||
sdk: "2.15.1"
|
||||
sdk: "2.16.2"
|
||||
|
||||
- id: angel3_container_upgrade
|
||||
name: angel3_container; Upgrade depedencies
|
||||
|
@ -87,7 +87,7 @@ jobs:
|
|||
|
||||
- uses: dart-lang/setup-dart@v1
|
||||
with:
|
||||
sdk: "2.15.1"
|
||||
sdk: "2.16.2"
|
||||
|
||||
# Angel3 ORM
|
||||
- id: angel3_orm_upgrade
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
[![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety)
|
||||
[![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/angel_dart/discussion)
|
||||
[![License](https://img.shields.io/github/license/dukefirehawk/angel)](https://github.com/dukefirehawk/angel/LICENSE)
|
||||
[![melos](https://img.shields.io/badge/maintained%20with-melos-f700ff.svg?style=flat-square)](https://github.com/invertase/melos)
|
||||
|
||||
**A polished, production-ready backend framework in Dart with NNBD support.**
|
||||
|
||||
|
|
|
@ -6,8 +6,8 @@ publish_to: none
|
|||
environment:
|
||||
sdk: ">=2.10.0 <3.0.0"
|
||||
dependencies:
|
||||
angel_auth:
|
||||
angel_framework:
|
||||
angel_auth: ^2.0.0
|
||||
angel_framework: ^2.0.0
|
||||
http: ^0.13.0
|
||||
path: ^1.0.0
|
||||
twitter:
|
0
packages/orm/angel_migration_runner/mono_pkg.yaml → archived_packages/orm/angel_orm_sqlite/mono_pkg.yaml
Executable file → Normal file
0
packages/orm/angel_migration_runner/mono_pkg.yaml → archived_packages/orm/angel_orm_sqlite/mono_pkg.yaml
Executable file → Normal file
0
packages/orm/angel_orm_sqlite/pubspec.yaml → archived_packages/orm/angel_orm_sqlite/pubspec.yaml
Executable file → Normal file
0
packages/orm/angel_orm_sqlite/pubspec.yaml → archived_packages/orm/angel_orm_sqlite/pubspec.yaml
Executable file → Normal file
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue