From 4e2058a9d85305c368dd3b1385435253e7000a3d Mon Sep 17 00:00:00 2001 From: matiasleyba Date: Tue, 17 Sep 2024 14:07:53 -0300 Subject: [PATCH] docs: update docs to match new dart sdk version required --- docs/docs/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/overview.md b/docs/docs/overview.md index 431e70a4c..dd69bd2bb 100644 --- a/docs/docs/overview.md +++ b/docs/docs/overview.md @@ -32,7 +32,7 @@ Depending on the number of flavors you plan to create for your project, the setu In order to generate a project using the news template, you must have the [Dart SDK][dart_installation_link] installed on your machine. :::info -Dart `">=3.4.0 <4.0.0"` is required. +Dart `">=3.5.0 <4.0.0"` is required. ::: **Mason**