dartapi_core 0.0.5 copy "dartapi_core: ^0.0.5" to clipboard
dartapi_core: ^0.0.5 copied to clipboard

Core utilities for building typed, structured REST APIs in Dart, including routing, validation, and middleware support.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dartapi_core

With Flutter:

 $ flutter pub add dartapi_core

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

dependencies:
  dartapi_core: ^0.0.5

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:dartapi_core/dartapi_core.dart';
1
likes
160
points
40
downloads

Documentation

API reference

Publisher

verified publisherakashgk.com

Weekly Downloads

Core utilities for building typed, structured REST APIs in Dart, including routing, validation, and middleware support.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

shelf

More

Packages that depend on dartapi_core