Compare commits
No commits in common. "73d027f11ccb506713c2b14b5ee9dc1d6eb17c88" and "0824019612a70c823f9277020bdd669ddf284312" have entirely different histories.
73d027f11c
...
0824019612
|
|
@ -15,6 +15,7 @@ class HomeViewModel extends ReactiveViewModel {
|
||||||
// Dependency injection
|
// Dependency injection
|
||||||
final _statusChecker = locator<StatusCheckerService>();
|
final _statusChecker = locator<StatusCheckerService>();
|
||||||
|
|
||||||
|
final _navigationService = locator<NavigationService>();
|
||||||
|
|
||||||
final _bottomSheetService = locator<BottomSheetService>();
|
final _bottomSheetService = locator<BottomSheetService>();
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: yimaru_app
|
name: yimaru_app
|
||||||
publish_to: 'none'
|
publish_to: 'none'
|
||||||
version: 0.1.37+39
|
version: 0.1.36+38
|
||||||
description: A new Flutter project.
|
description: A new Flutter project.
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user