hyttahub_pocketbase 0.1.8
hyttahub_pocketbase: ^0.1.8 copied to clipboard
PocketBase implementations for hyttahub base functionality.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add hyttahub_pocketbaseThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
hyttahub_pocketbase: ^0.1.8Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:hyttahub_pocketbase/pocketbase_hyttahub_auth.dart';
import 'package:hyttahub_pocketbase/pocketbase_hyttahub_storage.dart';