fabric_weaver 0.0.18+1 copy "fabric_weaver: ^0.0.18+1" to clipboard
fabric_weaver: ^0.0.18+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 {
  startApplication(arguments: arguments);
}

See the respective libraries on how to use them.