native_sample 0.1.1 copy "native_sample: ^0.1.1" to clipboard
native_sample: ^0.1.1 copied to clipboard

outdatedDart 1 only

Sample for using a native library

Dart Native-Library sample #

Some test around building native extensions for Dart

I started this project because of a very old and outdated documentation on the according site: https://www.dartlang.org/articles/dart-vm/native-extensions

You can find the native-part here on GH

Description #

Two ways of testing this lib:

Command line:

  • dart bin/random.dart

RPC Server:

  • dart bin/rpc.dart

RPC-API:

  • http://localhost:8080/api/random/0.1/systemRand
  • http://localhost:8080/api/random/0.1/systemRand/5
  • http://localhost:8080/api/random/0.1/systemRand/seed/555
  • http://localhost:8080/api/random/0.1/noScopeSystemRand
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Sample for using a native library

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

logging, logging_handlers, rpc, shelf, shelf_route, shelf_rpc

More

Packages that depend on native_sample