dart_native 0.1.9 copy "dart_native: ^0.1.9" to clipboard
dart_native: ^0.1.9 copied to clipboard

outdated

Write native code using Dart. This package liberates you from native code and low performance channel.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dart_native

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  dart_native: ^0.1.9

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:dart_native/dart_native.dart';
21
likes
0
pub points
78%
popularity

Publisher

unverified uploader

Write native code using Dart. This package liberates you from native code and low performance channel.

Homepage

License

unknown (LICENSE)

Dependencies

ffi, flutter

More

Packages that depend on dart_native