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

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.7.11

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
115
pub points
79%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

dart_native_gen, ffi, flutter

More

Packages that depend on dart_native