refactor: migrate to stacked architecture.

* feat: mostly done stacked architecture.

* refactor: migration to stacked architecture.
This commit is contained in:
Aunali321
2022-08-06 17:43:28 +05:30
committed by GitHub
parent 0b58ce3dca
commit 769ff72f98
20 changed files with 825 additions and 267 deletions

6
lib/main_viewmodel.dart Normal file
View File

@@ -0,0 +1,6 @@
import 'package:stacked/stacked.dart';
class MainViewModel extends IndexTrackingViewModel {
}