route_provider 4.5.3 copy "route_provider: ^4.5.3" to clipboard
route_provider: ^4.5.3 copied to clipboard

Provides backend routing for http-servers. Split routes into separates parts: authentification, controller for data processing and response for outputting the results.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add route_provider

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

dependencies:
  route_provider: ^4.5.3

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:route_provider/route_provider.dart';
1
likes
40
pub points
21%
popularity

Publisher

unverified uploader

Provides backend routing for http-servers. Split routes into separates parts: authentification, controller for data processing and response for outputting the results.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

mime_type

More

Packages that depend on route_provider