ui_departments library
Classes to display and manage Workers.
These classes provide gui for actions:
- Add worker profile from QR-code QRScanScreen,
- Add worker profile from text string AddDepartmentScreen,
- Delete worker profile DeleteDepartmentScreen,
- Open worker profile ListOfDepartments,
- Show list of clients of worker profile ListOfClientsScreen.
There is also HomeScreen screen for displaying main menu and ListOfDepartments. It is initial route of app.
Classes
- AddDepartmentScreen UI Workers
- Show screen where user can add Worker from text string.
- ClientCard
- DeleteDepartmentScreen UI Workers
- Show screen where user can delete Worker.
- ListOfClientsScreen UI Workers
- Show screen with client of Worker.
- ListOfDepartments UI Workers
- Helper for HomeScreen, this widget: show list of Worker.
- QRScanScreen UI Workers
- Show screen where user scan QR code to add Worker from QR code.
- ShowQrView
- SimpleTextField
Functions
-
addNewWProfile(
BuildContext context, WidgetRef ref, String text) → Future< bool>