Created project base structure, state management, router and login
This commit is contained in:
3
lib/constants/enums.dart
Normal file
3
lib/constants/enums.dart
Normal file
@@ -0,0 +1,3 @@
|
||||
enum LoadStatus { loading, loaded, error }
|
||||
|
||||
enum ConnectionMethod { http, https }
|
||||
Reference in New Issue
Block a user