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

A Dart client for the Podman libpod API over Unix sockets.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add podman

With Flutter:

 $ flutter pub add podman

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

dependencies:
  podman: ^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:podman/podman.dart';
0
likes
150
points
109
downloads

Documentation

API reference

Publisher

verified publisherartificery.dev

Weekly Downloads

A Dart client for the Podman libpod API over Unix sockets.

Repository

License

MIT (license)

More

Packages that depend on podman