actions-test/lib/screens/room
Jakob Meier 4775d6923e
Added edit room screen
Data-fetch routine:
fetch room information from server
-> if unsuccessfull load room from disk

The room will automatically be closed,
if either of the following conditions apply:
- the user is offline and no data was found on disk
- the network request returned a server error
2023-03-24 13:25:42 +01:00
..
pages Added edit room screen 2023-03-24 13:25:42 +01:00
edit.dart Added edit room screen 2023-03-24 13:25:42 +01:00
join.dart Simplified network requests & snackbars 2023-03-24 13:25:34 +01:00
main.dart Simplified network requests & snackbars 2023-03-24 13:25:34 +01:00
new.dart Simplified network requests & snackbars 2023-03-24 13:25:34 +01:00