cupertino_ffi 0.1.0 cupertino_ffi: ^0.1.0 copied to clipboard
Provides C bindings ('dart:ffi') for various APIs by Apple. These include Core Foundation (CFDictionary, etc.), Security (cryptography, biometrics, etc.), and Objective-C runtime.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add cupertino_ffi
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
cupertino_ffi: ^0.1.0
Alternatively, your editor might support dart pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:cupertino_ffi/core_foundation.dart';
import 'package:cupertino_ffi/objective_c.dart';
import 'package:cupertino_ffi/objective_c_helpers.dart';
import 'package:cupertino_ffi/security.dart';