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!

Pocketbase Plus πŸš€ #

Say goodbye to manual PocketBase model generation and let Pocketbase Plus do the heavy lifting! 😎

How It Works #

  1. Create a pocketbase.yaml in your project.
  2. Fill it with your secret sauce like this:
    hosting:
      domain: {{YOUR POCKETBASE URL HERE}}
      email: {{ADMIN EMAIL}}
      password: {{ADMIN PASSWORD}}
    
  3. Install the package:
    dart pub global activate -s git https://github.com/seifalmotaz/pocketbase_plus
    
  4. Run the magic:
    pb_gen
    
    And boom πŸ’₯! Your models are ready to roll!

Happy coding! ✨

Next Steps #

  • Support for additional file types.
  • Auto-generate CRUD functions directly within the models.
  • Implement static list functions for fetching multiple records from the model.

More awesome features coming soon... Stay tuned!

3
likes
0
points
7
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