pocketbase_helpers 0.5.1 copy "pocketbase_helpers: ^0.5.1" to clipboard
pocketbase_helpers: ^0.5.1 copied to clipboard

Utilities for using typed data together with pocketbase.

example/lib/example.dart

import 'package:example/models/generated.dart';
import 'package:pocketbase/pocketbase.dart';

final pb = PocketBase('localhost:8090');

Future<List<User>> fetch() => Users.helper(pb).getFullList();
3
likes
0
points
576
downloads

Publisher

verified publishervanzwolsoftware.nl

Weekly Downloads

Utilities for using typed data together with pocketbase.

Repository (GitHub)
View/report issues

Topics

#pocketbase #models

License

unknown (license)

Dependencies

http, pocketbase

More

Packages that depend on pocketbase_helpers