cv_native_client 1.0.1
cv_native_client: ^1.0.1 copied to clipboard
Native client to access platform specific features like clipboard, platform version, etc.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add cv_native_client
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
cv_native_client: ^1.0.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:cv_native_client/cv_native_client.dart';