From 701a3377af1cc670e73d539c8e7eea3bad9141e5 Mon Sep 17 00:00:00 2001 From: Alejandro Santiago Date: Tue, 21 Nov 2023 14:02:56 +0000 Subject: [PATCH] docs: update Dart SDK version constraints (#1059) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Description It seems that the example `pubspec.yaml` Dart SDK version constraints got bumped but the documentation did not. https://github.com/flutter/news_toolkit/blob/553992b00cccd0d2e51fa9b1f71803980c1b637b/flutter_news_example/pubspec.yaml#L6 ## Type of Change - [ ] โœจ New feature (non-breaking change which adds functionality) - [ ] ๐Ÿ› ๏ธ Bug fix (non-breaking change which fixes an issue) - [ ] โŒ Breaking change (fix or feature that would cause existing functionality to change) - [ ] ๐Ÿงน Code refactor - [ ] โœ… Build configuration change - [X] ๐Ÿ“ Documentation - [ ] ๐Ÿ—‘๏ธ Chore --- 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 b459d6d63..19539f782 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 `">=2.18.0 <3.0.0"` is required. +Dart `">=3.0.0 <4.0.0"` is required. ::: **Mason**