dartapi_core 0.4.0 copy "dartapi_core: ^0.4.0" to clipboard
dartapi_core: ^0.4.0 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.4.0

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
114
downloads

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

dart_jsonwebtoken, mime, shelf, shelf_cors_headers, shelf_router, shelf_static, shelf_web_socket, web_socket_channel

More

Packages that depend on dartapi_core