mirror of
https://github.com/hmalik144/days_left_flutter.git
synced 2025-12-10 03:05:21 +00:00
- Implementation of firebase - Implementation of dependency injection Took 11 hours 26 minutes
12 lines
464 B
Dart
12 lines
464 B
Dart
const String PhoneNoViewRoute = "PhoneNo";
|
|
const String CodeViewRoute = "Code";
|
|
const String HomeViewRoute = "Home";
|
|
const String UpdateDetailsViewRoute = "UpdateDetails";
|
|
const String AddTestsViewRoute = "AddTests";
|
|
const String TestListViewRoute = "TestList";
|
|
const String TestOverviewViewRoute = "TestOverview";
|
|
const String LoginViewRoute = "Login";
|
|
|
|
const String HasStarted = "hasStarted";
|
|
const String HasData = "hasData";
|
|
const String HasError = "hasError"; |