No description
Find a file
Jakob Meier 7b23b12125
Implemented room member and room info
In preperation for upcoming room screens.

RoomInfo is supposed to be used in conjunction with
the Room class.
They are not merged (Room as a attribut in RoomInfo),
because whilst Room can be stored on disk,
RoomInfo can not.
This is done to prevent tampering with the data
(when offline).

This also makes hiding elements easier when the user is offline,
as we can just pretend, that they do not have the required permission.
2023-03-22 21:12:04 +01:00
android Added Platforms 2023-03-17 21:04:45 +01:00
assets/undraw Initial commit 2023-03-17 09:41:08 +01:00
ios Added Platforms 2023-03-17 21:04:45 +01:00
lib Implemented room member and room info 2023-03-22 21:12:04 +01:00
linux Added Platforms 2023-03-17 21:04:45 +01:00
macos Added Platforms 2023-03-17 21:04:45 +01:00
test Added missing flutter files/folders 2023-03-17 21:05:31 +01:00
web Added Platforms 2023-03-17 21:04:45 +01:00
windows Added Platforms 2023-03-17 21:04:45 +01:00
.gitignore Initial commit 2023-03-17 09:41:08 +01:00
.metadata Added missing flutter files/folders 2023-03-17 21:05:31 +01:00
analysis_options.yaml Added missing flutter files/folders 2023-03-17 21:05:31 +01:00
pubspec.lock Added missing flutter files/folders 2023-03-17 21:05:31 +01:00
pubspec.yaml Added missing flutter files/folders 2023-03-17 21:05:31 +01:00
README.md Initial commit 2023-03-17 09:41:08 +01:00

Official Outbag App

Source code of the official outbag app, written in flutter.