Update to SDK 2.16

This commit is contained in:
thomashii 2022-04-26 09:29:35 +08:00
parent 18ea483330
commit 9141e0c735
3 changed files with 11 additions and 7 deletions

View file

@ -1,10 +1,14 @@
# Change Log # Change Log
## 5.0.0
* Updated SDK to 2.16.x
## 4.0.0 ## 4.0.0
* Changed `pub` to `dart pub` * Changed `pub` to `dart pub`
* Changed `pub build` to `dart build` * Changed `pub build` to `dart build`
* Updated min SDK to 2.14.0 * Updated SDK to 2.14.0
## 3.2.0 ## 3.2.0

View file

@ -84,10 +84,10 @@ class InitCommand extends Command {
..writeln('Find more documentation about Angel3:') ..writeln('Find more documentation about Angel3:')
..writeln(' * https://angel3-framework.web.app') ..writeln(' * https://angel3-framework.web.app')
..writeln(' * https://angel3-docs.dukefirehawk.com') ..writeln(' * https://angel3-docs.dukefirehawk.com')
..writeln( // ..writeln(
' * https://www.youtube.com/playlist?list=PLl3P3tmiT-frEV50VdH_cIrA2YqIyHkkY') // ' * https://www.youtube.com/playlist?list=PLl3P3tmiT-frEV50VdH_cIrA2YqIyHkkY')
..writeln(' * https://medium.com/the-angel-framework') // ..writeln(' * https://medium.com/the-angel-framework')
..writeln(' * https://dart.academy/tag/angel') // ..writeln(' * https://dart.academy/tag/angel')
..writeln() ..writeln()
..writeln('Happy coding!'); ..writeln('Happy coding!');
} }

View file

@ -1,10 +1,10 @@
name: angel3_cli name: angel3_cli
version: 4.0.0 version: 6.0.0
description: Command line tools for the Angel3 framework, including scaffolding. description: Command line tools for the Angel3 framework, including scaffolding.
homepage: https://angel3-framework.web.app/ homepage: https://angel3-framework.web.app/
repository: https://github.com/dukefirehawk/angel3-cli repository: https://github.com/dukefirehawk/angel3-cli
environment: environment:
sdk: '>=2.14.0 <3.0.0' sdk: '>=2.16.0 <3.0.0'
dependencies: dependencies:
analyzer: ^3.0.0 analyzer: ^3.0.0
args: ^2.1.1 args: ^2.1.1