Blood Denote

er_location
Amjad amireh 5 years ago
parent 98947d5f6b
commit 20ef255ee6

@ -4,7 +4,7 @@ import 'package:diplomaticquarterapp/models/Authentication/authenticated_user.da
import 'package:diplomaticquarterapp/uitl/app_shared_preferences.dart'; import 'package:diplomaticquarterapp/uitl/app_shared_preferences.dart';
import 'package:flutter/material.dart'; import 'package:flutter/material.dart';
class BaseViewModel extends ChangeNotifier { class BaseViewModel extends ChangeNotifier {
ViewState _state = ViewState.Idle; ViewState _state = ViewState.Idle;
bool isInternetConnection = true; bool isInternetConnection = true;
bool isLogin = false; bool isLogin = false;

@ -0,0 +1,15 @@
import 'package:flutter/cupertino.dart';
class ChildVaccinesPage extends StatefulWidget {
@override
_ChildVaccinesPageState createState() => _ChildVaccinesPageState();
}
class _ChildVaccinesPageState extends State<ChildVaccinesPage> {
@override
Widget build(BuildContext context) {
return Container();
}
}
Loading…
Cancel
Save