wailuku 0.2.0 copy "wailuku: ^0.2.0" to clipboard
wailuku: ^0.2.0 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

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

dependencies:
  wailuku: ^0.2.0

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:wailuku/wailuku.dart';
4
likes
40
points
20
downloads

Publisher

verified publisheraminedakhli.info

Weekly Downloads

A minimalist Dart backend framework inspired by Express.js.

Repository (GitHub)
View/report issues
Contributing

License

BSD-3-Clause (license)

More

Packages that depend on wailuku