Skip to content

Commit 9e9fe7a

Browse files
authored
docs: update docs to match new dart sdk version required (#1200)
1 parent 7e784d0 commit 9e9fe7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Depending on the number of flavors you plan to create for your project, the setu
3232
In order to generate a project using the news template, you must have the [Dart SDK][dart_installation_link] installed on your machine.
3333

3434
:::info
35-
Dart `">=3.0.0 <4.0.0"` is required.
35+
Dart `">=3.3.0 <4.0.0"` is required.
3636
:::
3737

3838
**Mason**
@@ -58,7 +58,7 @@ dart pub global activate dart_frog_cli
5858
```
5959

6060
:::info
61-
[Dart Frog][dart_frog_link] is a fast, minimalistic backend framework for Dart. It is stable as of [v0.1.0](https://github.com/VeryGoodOpenSource/dart_frog/releases/tag/dart_frog-v0.1.0).
61+
[Dart Frog][dart_frog_link] is a fast, minimalistic backend framework for Dart. It is stable as of [v1.1.0](https://github.com/VeryGoodOpenSource/dart_frog/releases/tag/dart_frog-v1.1.0).
6262

6363
You'll use Dart Frog as a [backend for frontends (BFF)](https://learn.microsoft.com/en-us/azure/architecture/patterns/backends-for-frontends), which allows you to connect your existing backend to the Flutter News Template frontend. Dart Frog reduces the barrier for entry for all publishers, despite any existing backend, and brings your app to market faster without required client modifications.
6464

0 commit comments

Comments
 (0)