pocketbase_plus 0.0.4 copy "pocketbase_plus: ^0.0.4" to clipboard
pocketbase_plus: ^0.0.4 copied to clipboard

Pocketbase Plus is a Dart package that automates model generation for your PocketBase projects. Quick setup, less boilerplate, more time to build awesome apps!

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate pocketbase_plus

Use it

The package has the following executables:

$ pb_gen

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pocketbase_plus

With Flutter:

 $ flutter pub add pocketbase_plus

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

dependencies:
  pocketbase_plus: ^0.0.4

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:pocketbase_plus/pocketbase_plus.dart';
1
likes
140
points
38
downloads

Publisher

unverified uploader

Weekly Downloads

Pocketbase Plus is a Dart package that automates model generation for your PocketBase projects. Quick setup, less boilerplate, more time to build awesome apps!

Repository (GitHub)

Topics

#pocketbase #json #models

Documentation

API reference

License

MIT (license)

Dependencies

args, path, pocketbase, yaml

More

Packages that depend on pocketbase_plus