unicorn_shelf 0.0.1
unicorn_shelf: ^0.0.1 copied to clipboard
HTTP server support (with Shelf) for Unicron.
example/unicorn_shelf_example.dart
import 'package:unicorn_shelf/unicorn_shelf.dart';
void main() {
var awesome = Awesome();
print('awesome: ${awesome.isAwesome}');
}