From 0cb7aace44fdff6da44cd2423a2cd64f51ea19b5 Mon Sep 17 00:00:00 2001 From: YoloMao Date: Fri, 26 Jan 2024 14:29:57 +0800 Subject: [PATCH] docs(flutter): update snapshot support version list --- docs/framework/flutter/Flutter Aspect.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/framework/flutter/Flutter Aspect.md b/docs/framework/flutter/Flutter Aspect.md index be53147e7..3b17a61b7 100644 --- a/docs/framework/flutter/Flutter Aspect.md +++ b/docs/framework/flutter/Flutter Aspect.md @@ -11,7 +11,7 @@ title: Flutter Aspect 集成 然后再根据你开发使用的 Flutter 版本,切换到相应的 tag 分支上。 :::info -目前支持 Flutter SDK 版本为 [v3.3.0](https://github.com/growingio/growingio-dart-frontend/tree/3.3.0),[v3.3.9](https://github.com/growingio/growingio-dart-frontend/tree/3.3.9),[v3.7.0](https://github.com/growingio/growingio-dart-frontend/tree/3.7.0),[v3.7.2](https://github.com/growingio/growingio-dart-frontend/tree/3.7.2),[v3.7.8](https://github.com/growingio/growingio-dart-frontend/tree/3.7.8),[v3.7.9](https://github.com/growingio/growingio-dart-frontend/tree/3.7.9),[v3.10.4](https://github.com/growingio/growingio-dart-frontend/tree/3.10.4),[v3.10.5](https://github.com/growingio/growingio-dart-frontend/tree/3.10.5),[v3.13.2](https://github.com/growingio/growingio-dart-frontend/tree/3.13.2). +目前支持 Flutter SDK 版本为 [v3.10.5](https://github.com/growingio/growingio-dart-frontend/tree/3.10.5),[v3.10.6](https://github.com/growingio/growingio-dart-frontend/tree/3.10.6),[v3.13.2](https://github.com/growingio/growingio-dart-frontend/tree/3.13.2),[v3.13.9](https://github.com/growingio/growingio-dart-frontend/tree/3.13.9),[v3.16.0](https://github.com/growingio/growingio-dart-frontend/tree/3.16.0),[v3.16.8](https://github.com/growingio/growingio-dart-frontend/tree/3.16.8),[v3.16.9](https://github.com/growingio/growingio-dart-frontend/tree/3.16.9). 后续将随着Flutter SDK 的更新会持续推出新的版本,若需要支持特定的 Flutter 版本,请在 [Github Issues](https://github.com/growingio/growingio-dart-frontend/issues) 中提交请求或者向客户成功经理咨询方案。 :::