fastyle_core 0.0.52 copy "fastyle_core: ^0.0.52" to clipboard
fastyle_core: ^0.0.52 copied to clipboard

PlatformiOS

The core package for the fastyle libraries.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fastyle_core

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

dependencies:
  fastyle_core: ^0.0.52

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:fastyle_core/fastyle_core.dart';