Last updated:
0 purchases
fabric weaver
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);
}
copied to clipboard
See the respective libraries on how to use them.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.