dart_native 0.7.10 copy "dart_native: ^0.7.10" to clipboard
dart_native: ^0.7.10 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.7.10

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
135
points
120
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

dart_native_gen, ffi, flutter

More

Packages that depend on dart_native