From 0670c12c692f4a4437d023fd372f8d8a24873e5d Mon Sep 17 00:00:00 2001 From: thomashii Date: Sat, 13 Mar 2021 10:00:29 +0800 Subject: [PATCH] Updated README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 7af0dc2f..1a902774 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,26 @@ With features like the following, Angel is the all-in-one framework you should c See all the packages in the `packages/` directory. +## Important Notes +This is a port to get Angel Framework to work with Dart 2.10.x and above. Dart version below 2.10.x is not supported. + +Branch: sdk-2.10.x +- Support dart 2.10.x only. Use sdk: ">=2.10.0 <2.12.0" +- Status: Working. Not all plugin packages are tested. + +Branch: sdk-2.12.x +- Support dart 2.12.x. Use sdk: ">=2.10.0 <3.0.0" +- Do not support NNBD +- Status: Working. Not all plugin packages are migrated and tested. + +Branch: 2.12.x-nnbd +- Support dart 2.12.x. Use sdk: ">=2.12.0 <3.0.0" +- Support NNBD +- Status: To be available once all the dependency libraries support NNBD + +New features planned +- None + ## Installation & Setup Once you have [Dart](https://www.dartlang.org/) installed, bootstrapping a project is as simple as running a few shell commands: