Skip to content

Commit

Permalink
docs: update docs to match new dart sdk version required (#1200)
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasleyba authored Jun 3, 2024
1 parent 7e784d0 commit 9e9fe7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0 <4.0.0"` is required.
Dart `">=3.3.0 <4.0.0"` is required.
:::

**Mason**
Expand All @@ -58,7 +58,7 @@ dart pub global activate dart_frog_cli
```

:::info
[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).
[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).

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.

Expand Down

0 comments on commit 9e9fe7a

Please sign in to comment.