sarus 0.0.1-alpha.15 copy "sarus: ^0.0.1-alpha.15" to clipboard
sarus: ^0.0.1-alpha.15 copied to clipboard

Sarus is a fast, minimalistic backend framework for Dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sarus

With Flutter:

 $ flutter pub add sarus

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

dependencies:
  sarus: ^0.0.1-alpha.15

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:sarus/sarus.dart';
3
likes
145
points
216
downloads

Publisher

unverified uploader

Weekly Downloads

Sarus is a fast, minimalistic backend framework for Dart.

Repository (GitHub)
View/report issues

Topics

#server #backend #shelf #sarus #cli

Documentation

API reference

License

MIT (license)

Dependencies

http_methods, meta, shelf

More

Packages that depend on sarus