invictus_darwin 1.0.0-dev.1
invictus_darwin: ^1.0.0-dev.1 copied to clipboard
iOS and macOS implementation of the invictus plugin.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add invictus_darwinThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
invictus_darwin: ^1.0.0-dev.1Alternatively, 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:invictus_darwin/invictus_darwin.dart';