express_dt 1.0.5 copy "express_dt: ^1.0.5" to clipboard
express_dt: ^1.0.5 copied to clipboard

A Dart library to easily create http servers and perform requests.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add express_dt

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

dependencies:
  express_dt: ^1.0.5

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:express_dt/express_dt.dart';
7
likes
120
pub points
16%
popularity

Publisher

unverified uploader

A Dart library to easily create http servers and perform requests.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

collection, crypto, dotenv, flutter, path, pedantic, stack_trace, universal_io

More

Packages that depend on express_dt