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

Add extra info about macOS, min Flutter versions for macOS and Windows #331

Merged
merged 1 commit into from
Jan 27, 2025
Merged
Show file tree
Hide file tree
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: 4 additions & 0 deletions src/content/docs/flutter-version.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ change the Flutter version used by Shorebird CLI.

**iOS** requires Flutter 3.24.0 or later.

**macOS** requires Flutter 3.27.3 or later.

**windows** requires Flutter 3.27.2 or later.

Shorebird recommends using the latest stable version of Flutter whenever
possible. When we make changes to Shorebird we do not currently backport those
changes to previous release of Flutter.
Expand Down
8 changes: 5 additions & 3 deletions src/content/docs/guides/flavors/ios.mdx
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
---
title: iOS Flavors
description: Push patches to multiple flavors on iOS
title: iOS / macOS Flavors
description: Push patches to multiple flavors on iOS and macOS
sidebar:
label: iOS
label: iOS / macOS
order: 2
---

This guide will walk through how to setup an app in which there are 2 flavors: `internal` and `stable`. It will cover how to validate a patch on the internal flavor and then promote the patch to the stable flavor on iOS.

This guide was originally written for iOS, but the same steps can be applied to macOS.

## Prerequisites

This guide assumes the Shorebird command-line is installed on your machine and that you are logged into an account. Refer to the [getting started](/) instructions for more information.
Expand Down
Loading