add contact

This commit is contained in:
2020-09-04 15:30:10 +06:30
parent acfab08198
commit 9a76a36883
187 changed files with 1257 additions and 616 deletions

View File

@@ -6,14 +6,14 @@ import 'package:intl/intl.dart';
import 'package:provider/provider.dart';
import 'package:fcs/model/employee_model.dart';
import 'package:fcs/fcs/common/theme.dart';
import 'package:fcs/fcs/common/helpers/theme.dart';
import 'package:fcs/widget/progress.dart';
import '../fcs/common/theme.dart';
import '../fcs/common/helpers/theme.dart';
import '../vo/user.dart';
import '../widget/local_text.dart';
import 'staff_editor.dart';
import 'util.dart';
import '../fcs/common/pages/util.dart';
class StaffList extends StatefulWidget {
@override