kernel_dart 1.0.0 copy "kernel_dart: ^1.0.0" to clipboard
kernel_dart: ^1.0.0 copied to clipboard

Ultra-lightweight bare-metal kernel enabling Dart AOT apps to run directly on embedded ARM/x86 hardware without a traditional operating system.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate kernel_dart

Use it

The package has the following executables:

$ kdart
$ kernel_dart

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add kernel_dart

With Flutter:

 $ flutter pub add kernel_dart

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

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

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Ultra-lightweight bare-metal kernel enabling Dart AOT apps to run directly on embedded ARM/x86 hardware without a traditional operating system.

Repository (GitHub)
View/report issues

Topics

#dart #kernel #embedded #bare-metal #aot

License

MIT (license)

Dependencies

archive, args, collection, crypto, ffi, logging, meta, path, process, yaml

More

Packages that depend on kernel_dart