Skip to content
Open
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
71 changes: 47 additions & 24 deletions Flutter/system-requirements.md
Original file line number Diff line number Diff line change
@@ -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<sup>&reg;</sup> 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.

<table>
<tr>
<th style="text-align:center">Flutter SDK Stable Version</th>
<th style="text-align:center">Syncfusion<sup>&reg;</sup> Compatible Package Version</th>
</tr>
<tr>
<td style="text-align:center">
<a href="https://storage.googleapis.com/flutter_infra_release/releases/stable/windows/flutter_windows_3.44.0-stable.zip">3.44.0</a>
</td>
<td style="text-align:center">>=<a href="https://pub.dev/packages/syncfusion_flutter_charts/versions/33.2.13">33.2.13</a> <34.1.xx(<a href="https://pub.dev/packages?q=publisher%3Asyncfusion.com&page=2">latest</a>)
</td>
</tr>
<tr>
<td style="text-align:center">
<a href="https://storage.googleapis.com/flutter_infra_release/releases/stable/windows/flutter_windows_3.41.0-stable.zip">3.41.0</a>
</td>
<td style="text-align:center">>=<a href="https://pub.dev/packages/syncfusion_flutter_charts/versions/31.2.15">31.2.15</a> <33.1.xx(<a href="https://pub.dev/packages?q=publisher%3Asyncfusion.com&page=2">latest</a>)
<td style="text-align:center">>=<a href="https://pub.dev/packages/syncfusion_flutter_charts/versions/31.2.15">31.2.15</a> <<a href="https://pub.dev/packages/syncfusion_flutter_charts/versions/33.2.12">33.2.12</a>
</td>
</tr>
<tr>
<td style="text-align:center">
<a href="https://storage.googleapis.com/flutter_infra_release/releases/stable/windows/flutter_windows_3.38.1-stable.zip">3.38.1</a>
</td>
<td style="text-align:center">>=<a href="https://pub.dev/packages/syncfusion_flutter_charts/versions/31.2.15">31.2.15</a> <33.1.xx(<a href="https://pub.dev/packages?q=publisher%3Asyncfusion.com&page=2">latest</a>)
<td style="text-align:center">>=<a href="https://pub.dev/packages/syncfusion_flutter_charts/versions/31.2.15">31.2.15</a> <<a href="https://pub.dev/packages/syncfusion_flutter_charts/versions/33.2.12">33.2.12</a>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -141,7 +168,3 @@ See the links below for the recommended Flutter development environments:
</td>
</tr>
</table>

### 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).