anki_connect_ios 1.0.0
anki_connect_ios: ^1.0.0 copied to clipboard
A simple and convenient Flutter package for connecting to AnkiMobile on iOS. Add cards to decks with ease using URL schemes.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add anki_connect_iosThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
anki_connect_ios: ^1.0.0Alternatively, 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:anki_connect_ios/anki_connect_ios.dart';