amplify_record_cache_dart 0.1.0
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_dartWith Flutter:
$ flutter pub add amplify_record_cache_dartThis 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.0Alternatively, 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';