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 our version docs for 3.22.3 #274

Merged
merged 1 commit into from
Jul 24, 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
28 changes: 6 additions & 22 deletions src/content/docs/flutter-version.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,30 +16,20 @@ changes to previous release of Flutter.
:::

Shorebird supports creating a release with older versions of Flutter (back to
3.10.0 for Android or 3.22.2 for iOS), a release created with one of these
3.10.0 for Android or 3.22.3 for iOS), a release created with one of these
versions may not contain all of the most recent Shorebird features. Because of
this, we recommend using the latest stable version of Flutter whenever possible.

:::danger
We found and fixed a bug in the Dart runtime, whereby sometimes "catch" blocks
would be ignored after applying a Shorebird patch. This bug has been present in
all versions of Shorebird Flutter for iOS prior to 3.22.2. This bug did not
affect Android.

After careful evaluation we decided this try/catch issue was severe enough that
we would be remiss to allow continued use of older versions of Flutter for iOS
releases. We have therefore decided to only support Flutter 3.22.2 and later
for iOS releases at this time.
:::

## List Flutter Versions

To list all Flutter versions Shorebird has published, use the
`shorebird flutter versions list` command:

```
$ shorebird flutter versions list
✓ 3.22.2
📦 Flutter Versions
✓ 3.22.3
3.22.2
3.22.1
3.22.0
3.19.6
Expand Down Expand Up @@ -75,7 +65,7 @@ $ shorebird flutter versions list
```

:::note
The current Flutter version used by your Shorebird CLI installation will be marked with a `✓`.
The Flutter version used by `shorebird release` by default is marked with a `✓`.
:::

:::tip
Expand Down Expand Up @@ -108,13 +98,7 @@ Android requires Flutter 3.10.0 or later.

`package:shorebird_code_push` requires Flutter 3.10.6 or later.

iOS requires Flutter 3.22.2 or later.

:::note
We would like Shorebird to support to as many Flutter versions as possible. If
there are older versions of Flutter which you need Shorebird to support, please
[let us know](https://github.com/shorebirdtech/shorebird/issues/1100).
:::
iOS requires Flutter 3.22.3 or later.

### Disabled Flutter Versions

Expand Down