Tim Blasi
|
f11f4e0b45
|
style(dart): Format with dartfmt v0.2.0
Format all pure Dart code with package:dart_style v0.2.0
Command:
```
find -type f -name "*.dart" | xargs dartformat -w
```
|
2015-08-05 11:04:29 -07:00 |
|
vsavkin
|
22d3943831
|
refactor(di): unified di injector and core injector
BREAKING CHANGES:
* InjectAsync and InjectLazy have been removed
* toAsyncFactory has been removed
|
2015-06-26 15:59:18 -07:00 |
|
Kevin Moore
|
957384ceeb
|
fix: Fix issues found by Dart analyzer
|
2015-04-15 20:58:29 -07:00 |
|
Yegor Jbanov
|
6c8398df9b
|
fix(di): refactor bindings to support Dart annotations
|
2015-04-13 15:06:43 -07:00 |
|