pages/settings/settingsView library
Classes
- BackupProgress
- BackupTile
- Creates a backup as ZIP and shows the progress with a progress indicator.
- InspectionData
- Logout
- Einfache Logout-Kachel.
- NotificationSettingsTile
- OpenNextRequestTile
- Displays a page with the "next request" if available.
- SettingsView
- A page where the user can change settings. It currently supports Logout.
- UploadSyncTile
- Kachel für das Hochladen / Synchronisieren mit dem Server
Functions
-
backup(
String to) → Stream< BackupProgress> - Backups everything in localPath as a zip, providing a progress stream.
-
initNotifications(
) → Future< void> -
openNotificationSettings(
) → Future< void> -
reinitializeNotificationChannels(
) → Future< void> -
sendBackupProgressNotification(
double progress, String currentFile) → Future< void> -
sendSyncProgressNotification(
double progress, String currentInspection) → Future< void> -
showNotificationPermissionDialog(
BuildContext context) → Future< void>