weaver 0.9.4 copy "weaver: ^0.9.4" to clipboard
weaver: ^0.9.4 copied to clipboard

Best dependency injection library for Flutter, Rethought and redesigned specifically for flutter

example/lib/main.dart

import 'package:example/app/app.dart';
import 'package:example/app/di/setup_di.dart';
import 'package:flutter/material.dart';

Future<void> main() async {
  await bootstrapDependencies();
  runApp(App());
}
3
likes
160
points
254
downloads

Documentation

API reference

Publisher

verified publishereasazade.com

Weekly Downloads

Best dependency injection library for Flutter, Rethought and redesigned specifically for flutter

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

collection, meta

More

Packages that depend on weaver