mirror of
https://github.com/qinglong-app/qinglong_app.git
synced 2025-10-09 16:48:19 +08:00
add login
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
import 'package:flutter/cupertino.dart';
|
||||
|
||||
class BaseViewModel extends ChangeNotifier {
|
||||
|
||||
class ViewModel extends ChangeNotifier{}
|
||||
|
||||
|
||||
class BaseViewModel extends ViewModel {
|
||||
PageState currentState = PageState.START;
|
||||
|
||||
void loading({bool notify = false}) {
|
||||
|
||||
Reference in New Issue
Block a user