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

Shared record caching infrastructure for Amplify streaming clients (Kinesis Data Streams, Firehose). Provides offline storage, batching, retry logic, and auto-flush scheduling. For internal use.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add amplify_record_cache_dart

With Flutter:

 $ flutter pub add amplify_record_cache_dart

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

dependencies:
  amplify_record_cache_dart: ^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:amplify_record_cache_dart/amplify_record_cache_dart.dart';
0
likes
140
points
256
downloads

Documentation

API reference

Publisher

verified publisheraws-amplify.com

Weekly Downloads

Shared record caching infrastructure for Amplify streaming clients (Kinesis Data Streams, Firehose). Provides offline storage, batching, retry logic, and auto-flush scheduling. For internal use.

Homepage
Repository (GitHub)
View/report issues
Contributing

License

Apache-2.0 (license)

Dependencies

amplify_db_common_dart, amplify_foundation_dart, aws_common, drift, meta, smithy, web

More

Packages that depend on amplify_record_cache_dart