fabric_weaver 0.0.5+1 copy "fabric_weaver: ^0.0.5+1" to clipboard
fabric_weaver: ^0.0.5+1 copied to clipboard

Application bootstrapper

An application bootstrapper that combines fabric_manager with the power of box, controller and retrofit.

Features #

Wires your web application with a database and all required dependencies.

Getting started #

Create file bin/server.dart with contents:

import '../lib/weaver_application.g.dart';

main(List<String> arguments) async {
  application = startApplication(arguments: arguments);
}

See the respective libraries on how to use them.

1
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Application bootstrapper

License

unknown (LICENSE)

Dependencies

args, box, controller, dio, fabric_manager, fabric_metadata, intl, json_annotation, logging, retrofit, shelf, yaml

More

Packages that depend on fabric_weaver