dartmetal 0.1.1 copy "dartmetal: ^0.1.1" to clipboard
dartmetal: ^0.1.1 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

With Flutter:

 $ flutter 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.1

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:dartmetal/dartmetal.dart';
0
likes
140
points
29
downloads

Documentation

API reference

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

MIT (license)

Dependencies

ffi, path

More

Packages that depend on dartmetal