ui_departments library

Classes to display and manage Workers.

These classes provide gui for actions:

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>