stem 0.1.0-alpha.4 copy "stem: ^0.1.0-alpha.4" to clipboard
stem: ^0.1.0-alpha.4 copied to clipboard

Stem is a Dart-native background job platform with Redis Streams, retries, scheduling, observability, and security tooling.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add stem

With Flutter:

 $ flutter pub add stem

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

dependencies:
  stem: ^0.1.0-alpha.4

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:stem/stem.dart';
0
likes
160
points
286
downloads

Publisher

unverified uploader

Weekly Downloads

Stem is a Dart-native background job platform with Redis Streams, retries, scheduling, observability, and security tooling.

Repository (GitHub)
View/report issues

Topics

#background-processing #message-queue #observability

Documentation

API reference

License

MIT (license)

Dependencies

collection, contextual, crypto, cryptography, dartastic_opentelemetry, dartastic_opentelemetry_api, glob, sqlite3, timezone, yaml

More

Packages that depend on stem