flint_hardware 0.1.0 copy "flint_hardware: ^0.1.0" to clipboard
flint_hardware: ^0.1.0 copied to clipboard

A Dart-first hardware abstraction, simulation, and firmware tooling framework.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate flint_hardware

Use it

The package has the following executables:

$ flint_hardware

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flint_hardware

With Flutter:

 $ flutter pub add flint_hardware

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

dependencies:
  flint_hardware: ^0.1.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:flint_hardware/flint_hardware.dart';
1
likes
130
points
138
downloads

Documentation

API reference

Publisher

verified publisherflintdart.eulogia.net

Weekly Downloads

A Dart-first hardware abstraction, simulation, and firmware tooling framework.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

More

Packages that depend on flint_hardware