72e65d6797
BREAKING CHANGE: Before: constructor(@Inject(LifeCycle) lifecycle) { lifecycle.tick(); } After: constructor(@Inject(ApplicationRef) appRef) { appRef.tick(); } Closes #5008 |
||
---|---|---|
.. | ||
e2e_test | ||
src | ||
pubspec.yaml |