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

outdated

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

dart_native #

pub package Build Status

Description #

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

Requirements #

Flutter 1.20.2 (Dart 2.9.1)

Usage #

  1. Generate Dart wrapper code using @dartnative/codegen or write Dart code by yourself.

  2. Generate code for automatic type conversion using dart_native_gen

  3. Enjoy it!

Installation #

Add packages to dependencies in your pubspec.yaml

example:

dependencies:
  dart_native: any
21
likes
0
pub points
77%
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

License

unknown (LICENSE)

Dependencies

dart_native_gen, ffi, flutter

More

Packages that depend on dart_native