From 5d3cbe6f38b66440929f783075f8f765587c5c08 Mon Sep 17 00:00:00 2001 From: Chris Swan <478926+cpswan@users.noreply.github.com> Date: Fri, 24 Nov 2023 16:16:10 +0000 Subject: [PATCH] docs: Bump max Dart version to make Dart 3 acceptable --- packages/at_cli/README.md | 2 +- packages/at_dump_atKeys/README.md | 2 +- packages/at_pkam/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/at_cli/README.md b/packages/at_cli/README.md index 3739e802..c65a8279 100644 --- a/packages/at_cli/README.md +++ b/packages/at_cli/README.md @@ -6,7 +6,7 @@ A command line tool to execute verbs on at platform. ### Building -__Assumption__ - you have the [Dart SDK](https://dart.dev/get-dart) installed. The version should be >= 2.12.0 and <3.0.0. +__Assumption__ - you have the [Dart SDK](https://dart.dev/get-dart) installed. The version should be >= 2.12.0 and <4.0.0. First fetch dependencies (as defined in pubspec.yaml): diff --git a/packages/at_dump_atKeys/README.md b/packages/at_dump_atKeys/README.md index 2845167a..6e88b189 100644 --- a/packages/at_dump_atKeys/README.md +++ b/packages/at_dump_atKeys/README.md @@ -6,7 +6,7 @@ A command line tool to dump keys from a .atKeys file ### Building -__Assumption__ - you have the [Dart SDK](https://dart.dev/get-dart) installed. The version should be >= 2.12.0 and <3.0.0. +__Assumption__ - you have the [Dart SDK](https://dart.dev/get-dart) installed. The version should be >= 2.12.0 and <4.0.0. First fetch dependencies (as defined in pubspec.yaml): diff --git a/packages/at_pkam/README.md b/packages/at_pkam/README.md index ae48e845..9de461ef 100644 --- a/packages/at_pkam/README.md +++ b/packages/at_pkam/README.md @@ -7,7 +7,7 @@ A command line tool to create PKAM authentication tokens. ### Building __Assumption__ - you have the [Dart SDK](https://dart.dev/get-dart) installed. -The version should be >= 2.12.0 and <3.0.0. +The version should be >= 2.12.0 and <4.0.0. First fetch dependencies (as defined in pubspec.yaml):