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
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
21
likes
135
points
255
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.13 - 2025.03.28

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