fluxy_platform 1.1.0 copy "fluxy_platform: ^1.1.0" to clipboard
fluxy_platform: ^1.1.0 copied to clipboard

A meta-package for the Fluxy framework that includes the core engine and all official plugins.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fluxy_platform

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  fluxy_platform: ^1.1.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:fluxy_platform/fluxy_platform.dart';