mraa 3.0.0 copy "mraa: ^3.0.0" to clipboard
mraa: ^3.0.0 copied to clipboard

A Dart FFI wrapper implementation of the Intel linux MRAA device library

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mraa

With Flutter:

 $ flutter pub add mraa

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  mraa: ^3.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:mraa/mraa.dart';
7
likes
130
pub points
12%
popularity

Publisher

verified publisherdarticulate.com

A Dart FFI wrapper implementation of the Intel linux MRAA device library

Repository (GitHub)
View/report issues

Documentation

API reference

Funding

Consider supporting this project:

www.darticulate.com

License

MIT (LICENSE)

Dependencies

ffi, path

More

Packages that depend on mraa