Flutter Installation

Installation

To use this plugin, add glassfy_flutter to the dependencies of your pubspec.yaml file:

dependencies:
    glassfy_flutter: ^1.3.8

Or install automatically the command below:

flutter pub add glassfy_flutter`

Import

After installing the SDK, import Glassfy with the following code:

import 'package:glassfy_flutter/glassfy_flutter.dart';

What’s Next