serverpod_endpoints_generator 0.1.4+1 copy "serverpod_endpoints_generator: ^0.1.4+1" to clipboard
serverpod_endpoints_generator: ^0.1.4+1 copied to clipboard

Generate CRUD endpoints effortlessly for ServerPod using your specified model.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add serverpod_endpoints_generator

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

dependencies:
  serverpod_endpoints_generator: ^0.1.4+1

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:serverpod_endpoints_generator/serverpod_endpoints_generator.dart';
3
likes
150
points
7
downloads

Publisher

unverified uploader

Weekly Downloads

Generate CRUD endpoints effortlessly for ServerPod using your specified model.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, build, code_builder, dart_style, meta, serverpod_endpoints_annotation, source_gen

More

Packages that depend on serverpod_endpoints_generator