wailuku 0.2.1 copy "wailuku: ^0.2.1" to clipboard
wailuku: ^0.2.1 copied to clipboard

A minimalist Dart backend framework inspired by Express.js.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add wailuku

With Flutter:

 $ flutter pub add wailuku

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

dependencies:
  wailuku: ^0.2.1

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:wailuku/wailuku.dart';
2
likes
140
points
33
downloads

Publisher

verified publisheraminedakhli.info

Weekly Downloads

A minimalist Dart backend framework inspired by Express.js.

Repository (GitHub)
Contributing

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

mime

More

Packages that depend on wailuku