contentsquare 0.3.0
contentsquare: ^0.3.0 copied to clipboard
Contentsquare Flutter plugin. This plugin implements the [contentsquare_platform_interface](https://pub.dev/packages/contentsquare_platform_interface)
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add contentsquare
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
contentsquare: ^0.3.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:contentsquare/contentsquare.dart';