pocketbase_plus 0.0.2 copy "pocketbase_plus: ^0.0.2" to clipboard
pocketbase_plus: ^0.0.2 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

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.2

Alternatively, your editor might support dart 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';
3
likes
0
points
6
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)
View/report issues

Topics

#pocketbase #json #models

License

unknown (license)

Dependencies

path, pocketbase, yaml

More

Packages that depend on pocketbase_plus