diff --git a/Flutter/system-requirements.md b/Flutter/system-requirements.md index 2c63f67b7..c7d4920aa 100644 --- a/Flutter/system-requirements.md +++ b/Flutter/system-requirements.md @@ -1,59 +1,86 @@ --- layout: post -title: Installation and Deployment process for Syncfusion Flutter widgets +title: System Requirements for Syncfusion Flutter Widgets description: Describes the supported platforms and the system requirements to install the Syncfusion Flutter widgets. platform: flutter control: Installation and Deployment documentation: ug - --- # System Requirements for Flutter The system requirements for using our Syncfusion® Flutter platform are as follows: -### Operating Systems +## Operating Systems + +Syncfusion Flutter widgets can be developed on Windows, macOS, or Linux and deployed to mobile, desktop, and web targets. The supported deployment platforms and versions follow the [Flutter supported platforms](https://docs.flutter.dev/reference/supported-platforms) matrix. + +**Mobile deployment targets** + +* Android: API level 24 to 36 (API 23 and earlier unsupported) +* iOS: 13 to 26 (iOS 12 and earlier unsupported) + +**Desktop deployment targets** + +* Windows: 10, 11 (Windows 8 and earlier unsupported) +* macOS: Catalina (10.15) to Tahoe (26) (Mojave 10.14 and earlier unsupported) +* Linux: Ubuntu 20.04 LTS to 24.04 LTS + +**Web deployment targets** + +* Chrome (latest 2 stable releases) +* Edge (latest 2 stable releases) +* Firefox (latest 2 stable releases) +* Safari 15.6 and newer + +## Hardware Environment -* Windows 7 SP1 -* Windows 8, 8.1 -* Windows 10 -* Windows 11 -* Android API level 20 & later -* iOS 8 & later +* Processor: x64 or Arm64 +* RAM: 8 GB (minimum), 16 GB (recommended) +* Hard disk: up to 3 GB of free space required. -### Hardware Environment +See the links below for the recommended Flutter SDK installation guides: -* Processor: x86 or x64 -* RAM: 512 MB (minimum), 1 GB (recommended) -* Hard disk: up to 3 GB of free space will be required. +* Windows - [`https://docs.flutter.dev/get-started/install/windows`](https://docs.flutter.dev/get-started/install/windows) +* macOS - [`https://docs.flutter.dev/get-started/install/macos`](https://docs.flutter.dev/get-started/install/macos) +* Linux - [`https://docs.flutter.dev/get-started/install/linux`](https://docs.flutter.dev/get-started/install/linux) -### Development Environment +To verify your installed Flutter SDK version after setup, run the following command: -See the links below for the recommended Flutter development environments: +{% highlight dart %} -* Windows - [`https://flutter.dev/docs/get-started/install/windows`](https://docs.flutter.dev/get-started/install/windows) -* MacOS - [`https://flutter.dev/docs/get-started/install/macos`](https://docs.flutter.dev/get-started/install/macos) -* Linux - [`https://flutter.dev/docs/get-started/install/linux`](https://docs.flutter.dev/get-started/install/linux) + $ flutter --version + +{% endhighlight %} ### SDK Version Compatibility +N> All Syncfusion Flutter packages share the same version number. The version links below point to the `syncfusion_flutter_charts` package as a reference; the same version range applies to every Syncfusion Flutter package. + + + + + - - @@ -141,7 +168,3 @@ See the links below for the recommended Flutter development environments:
Flutter SDK Stable Version Syncfusion® Compatible Package Version
+ 3.44.0 + >=33.2.13 <34.1.xx(latest) +
3.41.0 >=31.2.15 <33.1.xx(latest) + >=31.2.15 <33.2.12
3.38.1 >=31.2.15 <33.1.xx(latest) + >=31.2.15 <33.2.12
- -### Supported Platforms - -Our Flutter packages are compatible with iOS, Android, Web, Windows, macOS, and Linux. You can find the supported version at the link ['here'](https://docs.flutter.dev/reference/supported-platforms#supported-platforms).