[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update docs to match new dart sdk version required #1200

Merged
merged 2 commits into from
Jun 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading