dartvel_shelf 0.4.1
dartvel_shelf: ^0.4.1 copied to clipboard
WinterCG-first (Fetch-like) Shelf-style Dart API powered by Actix Web via ffigen-generated FFI. No IPC.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add dartvel_shelfWith Flutter:
$ flutter pub add dartvel_shelfThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
dartvel_shelf: ^0.4.1Alternatively, 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:dartvel_shelf/dartvel_shelf.dart';