hypi_tink_api 0.1.1 hypi_tink_api: ^0.1.1 copied to clipboard
A package containing public API definitions for building Hypi Tink Editor extensions
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add hypi_tink_api
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
hypi_tink_api: ^0.1.1
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:hypi_tink_api/hypi_tink_api.dart';