From 7e5feb45008d284e4fa2d8666c7034f38ee64bae Mon Sep 17 00:00:00 2001 From: "thomashii@dukefirehawk.com" Date: Sat, 1 May 2021 12:23:02 +0800 Subject: [PATCH] Migration status update --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ddb4380f..9a55f798 100644 --- a/README.md +++ b/README.md @@ -31,14 +31,14 @@ Branch: master Branch: sdk-2.12.x - Required Dart SDK: ">=2.10.0 <3.0.0" - NNBD Support: No -- Status: Production -- Notes: Not all packages are fully tested. Refer to WIKI page for details. The Basic and ORM boilerplates are working and can be found at https://github.com/dukefirehawk/boilerplates under "basic-sdk-2.12.x" and "orm-sdk-2.12.x" branch respectively. +- Status: Beta release +- Notes: Not all packages are fully tested. Refer to WIKI page for details. The basic and ORM templates can be found at https://github.com/dukefirehawk/boilerplates under "basic-sdk-2.12.x" and "orm-sdk-2.12.x" branch respectively. Branch: sdk-2.12.x_nnbd - Required Dart SDK: ">=2.12.0 <3.0.0" - NNBD Support: Yes -- Status: Development -- Notes: Migration and code refactoring in progress. Refer to WIKI page for details. +- Status: Alpha release +- Notes: Heavy migration and code refactoring in progress. Refer to WIKI page for details. The basic template can be found at https://github.com/dukefirehawk/boilerplates under "basic-sdk-2.12.x_nnbd". Branch: sdk-2.10.x - Required Dart SDK: ">=2.10.0 <2.12.0"