screens/device_details/device_edit/device_edit_cubit library

Classes

DeviceEditCubit
DeviceEditError
State representing an error during device edit operations.
DeviceEditInitial
State representing the initial state of the device edit screen.
DeviceEditLoaded
State representing that device data has been loaded successfully.
DeviceEditLoading
State representing that device data is being loaded.
DeviceEditSaved
State representing that device data has been saved successfully.
DeviceEditSaving
State representing that device data is being saved.
DeviceEditState
Base class for all device edit states.