flutter_conscent_plugin 0.4.2 flutter_conscent_plugin: ^0.4.2 copied to clipboard
This is a step by step guide for managing Conscent Plugin and its related subclasses.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_conscent_plugin
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
flutter_conscent_plugin: ^0.4.2
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:flutter_conscent_plugin/flutter_conscent_plugin.dart';