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

DartMetal — Low-level system programming for Dart. Touch the metal. Allocate memory. Talk to syscalls. No guardrails.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dartmetal

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

dependencies:
  dartmetal: ^0.1.0

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

Import it

Now in your Dart code, you can use:

import 'package:dartmetal/dartmetal.dart';
0
likes
0
points
29
downloads

Publisher

unverified uploader

Weekly Downloads

DartMetal — Low-level system programming for Dart. Touch the metal. Allocate memory. Talk to syscalls. No guardrails.

Homepage
Repository

License

unknown (license)

Dependencies

ffi, path

More

Packages that depend on dartmetal