pocketbase_plus 0.0.2
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!
Pocketbase Plus π #
Say goodbye to manual PocketBase model generation and let Pocketbase Plus do the heavy lifting! π
How It Works #
- Create a
pocketbase.yamlin your project. - Fill it with your secret sauce like this:
hosting: domain: {{YOUR POCKETBASE URL HERE}} email: {{ADMIN EMAIL}} password: {{ADMIN PASSWORD}} - Install the package:
dart pub global activate -s git https://github.com/seifalmotaz/pocketbase_plus - Run the magic:
And boom π₯! Your models are ready to roll!pb_gen
Happy coding! β¨
Next Steps #
- Support for additional file types.
- Auto-generate CRUD functions directly within the models.
- Implement static
listfunctions for fetching multiple records from the model.
More awesome features coming soon... Stay tuned!