Skip to content
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
27 changes: 27 additions & 0 deletions Flutter/demos.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
layout: post
title: Installation of Flutter Sample Browser App | Syncfusion®
description: Describes how to access and install the Syncfusion® Flutter Sample Browser App on supported platforms and view source code samples.
platform: flutter
control: Demo
documentation: UG
---

# How to Get and Install the Flutter Sample Browser App

The Flutter Sample Browser App is now available for Android, Web, Windows, iOS, and Linux platforms. You can also explore the source code samples through the [Syncfusion Flutter Examples repository on GitHub](https://github.com/syncfusion/flutter-examples).

> **Note:** The Flutter Sample Browser App is fully compatible with macOS. However, as App Center has been deprecated, new macOS builds are no longer released. You can still [build the app from source](https://github.com/syncfusion/flutter-examples) to run it on macOS.

<div class="table-responsive">

| Platform | Install From | Details | Supported OS Version | Notes |
|----------|-------------|---------|-------|-------|
| **Android** | <a href="https://play.google.com/store/apps/details?id=com.syncfusion.flutter.examples" target="_blank" rel="noopener noreferrer">Google Play Store</a> | Flutter demos for Android are available through the Google Play Store. | Android 7.0 (API 24)+ | — |
| **Web** | <a href="https://flutter.syncfusion.com" target="_blank" rel="noopener noreferrer">Live Demo</a> | Explore Flutter widget demos directly in your web browser without installation. | Latest Chrome, Firefox, Edge, and Safari (15.6 or later) | — |
| **Windows** | <a href="https://www.microsoft.com/en-us/p/syncfusion-flutter-gallery/9nhnbwcsf85d?activetab=pivot:overviewtab" target="_blank" rel="noopener noreferrer">Microsoft Store</a> | Flutter demos for Windows are available through the Microsoft Store. | Windows 10+ | — |
| **iOS** | <a href="https://testflight.apple.com/join/EEOtwVNN" target="_blank" rel="noopener noreferrer">TestFlight</a> | According to <a href="https://developer.apple.com/app-store/review/guidelines/#performance" target="_blank" rel="noopener noreferrer">Apple's App Store Review Guidelines</a> (section 2.2 on beta testing), we are unable to publish the Syncfusion® Flutter Sample Browser App on the App Store. However, you can still explore the demos and evaluate the controls using the TestFlight build available through the provided invitation link. | iOS 13.0+ | Ensure that you have the <a href="https://apps.apple.com/in/app/testflight/id899247664" target="_blank" rel="noopener noreferrer">TestFlight</a> app installed on your device before opening the invitation link and installing the Flutter Sample Browser App. |
| **Linux** | <a href="https://snapcraft.io/syncfusion-flutter-gallery" target="_blank" rel="noopener noreferrer">Snapcraft</a> | Flutter demos for Linux are available through the Syncfusion Flutter Gallery snap package on Snapcraft. | Ubuntu 20.04 LTS to 24.04 LTS | Ensure that <a href="https://snapcraft.io/docs/installing-snapd" target="_blank" rel="noopener noreferrer">snapd</a> is installed before installing the Flutter Sample Browser App. |

</div>

3 changes: 3 additions & 0 deletions flutter-toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
<ul class="treeview">
<li>
<a href="/Flutter/introduction/overview">Overview</a>
</li>
<li>
<a href="/Flutter/demos">Demos</a>
</li>
<li><a href="/Flutter/system-requirements">System Requirements</a></li>
<li>Licensing
Expand Down