genkit_google_cloud 0.1.4
genkit_google_cloud: ^0.1.4 copied to clipboard
Google Cloud integration for Genkit Dart (Firestore session store).
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add genkit_google_cloudWith Flutter:
$ flutter pub add genkit_google_cloudThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
genkit_google_cloud: ^0.1.4Alternatively, 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:genkit_google_cloud/firestore_session_store.dart';