A library for Dart developers. It is awesome.
A simple usage example:
import 'package:angulardart_simple_module/recipe_book_module.dart';
main() {
applicationFactory()
.addModule(new RecipeBookModule())
.run();
}
Please file feature requests and bugs at the issue tracker.