momento 0.3.0 copy "momento: ^0.3.0" to clipboard
momento: ^0.3.0 copied to clipboard

Dart client for interacting with Momento

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add momento
copied to clipboard

With Flutter:

 $ flutter pub add momento
copied to clipboard

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

dependencies:
  momento: ^0.3.0
copied to clipboard

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:momento/momento.dart';
copied to clipboard
3
likes
140
points
66
downloads

Publisher

verified publishergomomento.com

Weekly Downloads

2024.09.13 - 2025.03.28

Dart client for interacting with Momento

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

fixnum, grpc, jwt_decoder, logging, protobuf, string_validator, uuid

More

Packages that depend on momento