Basic templat for SDK 2.12.x

This commit is contained in:
thomashii 2021-03-07 20:42:48 +08:00
parent a8dc7ef515
commit 4f1913d517

View file

@ -2,7 +2,7 @@ name: angel
description: An app that's going to be amazing pretty soon. description: An app that's going to be amazing pretty soon.
publish_to: none # Ensure we don't accidentally publish our private code! ;) publish_to: none # Ensure we don't accidentally publish our private code! ;)
environment: environment:
sdk: '>=2.10.0 <2.12.0' sdk: '>=2.10.0 <3.0.0'
homepage: https://github.com/angel-dart/angel homepage: https://github.com/angel-dart/angel
dependencies: dependencies:
angel_auth: ^2.0.0 # Supports stateless authentication via JWT angel_auth: ^2.0.0 # Supports stateless authentication via JWT
@ -17,26 +17,53 @@ dev_dependencies:
angel_test: ^2.0.0 # Utilities for testing Angel servers. angel_test: ^2.0.0 # Utilities for testing Angel servers.
io: ^0.3.2 # For pretty printing. io: ^0.3.2 # For pretty printing.
pedantic: ^1.0.0 # Enforces Dart style conventions. pedantic: ^1.0.0 # Enforces Dart style conventions.
test: ^1.0.0 # For unit testing. test: ^1.15.7 # For unit testing.
dependency_overrides: dependency_overrides:
angel_auth: angel_auth:
path: ../angel/packages/auth git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/auth
angel_configuration: angel_configuration:
path: ../angel/packages/configuration git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/configuration
angel_framework: angel_framework:
path: ../angel/packages/framework git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/framework
angel_jael: angel_jael:
path: ../angel/packages/jael/angel_jael git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/jael/angel_jael
angel_production: angel_production:
path: ../angel/packages/production git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/production
angel_static: angel_static:
path: ../angel/packages/static git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/static
angel_validate: angel_validate:
path: ../angel/packages/validate git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/validate
angel_hot: angel_hot:
path: ../angel/packages/hot git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/hot
angel_test: angel_test:
path: ../angel/packages/test git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/test