You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feature: updated MacOS, iOS, and Windows to run v5 along with API changes and README update
* fix: lint ran in main.dart
* fix: updated for preview 4
* updated to 5.0.0-preview-r
* Updated to RC1 - fix CI/CD Issues
* updated to fix test failing with update to dotenv
* fix Android builds based on minSdkVersion
* fixing the ios tests
* Updated for RC3
* updated Flutter
* flutter version manager config
* Updated for version 5
* Updated README
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* updated pubspec to 3.24.0 flutter releawse
---------
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Copy file name to clipboardExpand all lines: flutter_app/README.md
+14-3Lines changed: 14 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,25 @@ This is a basic task application that demonstrates how to use Ditto's peer-to-pe
7
7
## Prerequisites
8
8
9
9
- Dart SDK installed
10
-
- Flutter SDK installed (tested on 3.24)
11
-
- Java Virtual Machine (JVM) 11 installed
10
+
- Flutter SDK installed (tested on 3.29/3.32)
11
+
- Java Virtual Machine (JVM) 11 or greater installed
12
12
- Git command line installed (Windows requirement)
13
13
- XCode installed (for iOS development)
14
14
- Android Studio installed (for managing the Android SDK)
15
15
- Android SDK installed
16
16
- IDE of choice (Android Studio, VS Code, etc)
17
17
18
+
### Flutter Version Manager
19
+
If you need to test on multiple versions of Flutter, it's recommended to use `fvm` (Flutter Version Manager). You can find documentation [here](https://fvm.app/documentation/getting-started/overview).
20
+
21
+
### MacOS Development
22
+
This has been tested with XCode 26.2 on MacOS 26.6 with Flutter 3.29.3 && 3.32.8.
23
+
24
+
### Windows Development
25
+
To build the Windows version of this Flutter app requires Visual Studio 2022 specifically be
26
+
installed and configured with C++ and CMake installed from the Visual Studio Installer. This has
27
+
been tested with Flutter version 3.29.3 on Windows.
28
+
18
29
## Getting Started
19
30
20
31
### 1. Clone the Repository
@@ -78,7 +89,7 @@ Please choose one (or "q" to quit):
78
89
> If you are going to use a physical iPhone, you will need to update the Team under Signing & Capabilities in XCode. You can open the ios/Runner.xcodeproj file in XCode and then set your team from the Runner Target -> Signing & Capabilities tab.
79
90
>
80
91
81
-
- Ensure that cocoapods is up to date
92
+
- Ensure that cocoapods is up to date (or you can use Homebrew with `brew install cocoapods`)
0 commit comments