Installing Syncfusion® Flutter Mac Installer

18 Nov 20182 minutes to read

The Essential Studio® Flutter Mac installer provides the Syncfusion® Flutter components, samples, and utilities for use in your Flutter development environment.

Prerequisites

  • You must have already downloaded the Syncfusion® Flutter Mac installer (DMG) from the Mac installer download page.
  • A Mac running macOS Catalina (10.15) or later (see System Requirements for the latest supported versions).
  • Flutter SDK 3.0 or later installed on your development machine.
  • You must have a Syncfusion account. If you do not have one, sign up at Syncfusion Account.

Steps to resolve the warning message in Catalina OS or later

While running the Essential Studio® Flutter Mac Installer on macOS Catalina or later, the alert below may be displayed.

Alert Image

If you receive this alert, follow the steps below to resolve this.

  1. Right-click the downloaded DMG file.
  2. Select the Open With option and choose DiskImageMounter (Default). The pop-up below appears.

    pop-up Image

  3. When you click Open, the installer window opens.

Step-by-Step Installation

The steps below show how to install the Essential Studio® Flutter Mac installer.

  1. Locate the downloaded DMG file and open it by double-clicking it.

    Mounted DMG

  2. This action automatically mounts the disk image and creates a virtual drive on your desktop or in the Finder sidebar.

    Mounted disk image

  3. In the mounted disk, drag the Syncfusion Essential Studio Flutter application to the Applications folder shortcut.

    Syncfusion Essential Studio Flutter in mounted disk

    An unlock key is not required to install the Mac installer. The Syncfusion® Essential Studio Flutter Mac installer can be used for development purposes without registering the unlock key.

  4. Wait for the file copy to complete.

    Copying to Applications

  5. Open the Applications folder to explore the Syncfusion® Essential Studio Mac installer.

    Applications folder

  6. To remove the DMG file, right-click the virtual drive on your desktop or in the Finder sidebar and select Eject.

    Eject virtual drive

License key registration in samples

After installation, the license key is required to register the demo source that is included in the Mac installer. To learn about the steps for license registration for the Flutter Mac installer, refer to the licensing overview.

Register the license key in the main method of your application by importing the license package and calling SyncfusionLicenseProvider.registerLicense:

import 'package:syncfusion_flutter_core/core.dart';

void main() {
  SyncfusionLicenseProvider.registerLicense('YOUR_LICENSE_KEY');
  runApp(const MyApp());
}

If you are using Syncfusion® controls prior to version 18.3.0.x, refer to the legacy licensing guide for older registration steps.