Commit Graph

15 Commits (main)

Author SHA1 Message Date
Christian Kußowski b8547c4792
build: Upgrade to flutter 3.22 2 months ago
krille-chan 0d4b7d67cc
refactor: Use non nullable localizations builder and lazy load on web 10 months ago
krille-chan ff54610e5b
refactor: Use onRoomState stream instead of room.onUpdate to not update on messages but state changes only 1 year ago
Krille fb54548e5c
build: Update matrix dart sdk 1 year ago
krille-chan eca4825c70
build: Update packages and flutter super.key refactoring 2 years ago
krille-chan 419a9f4aff
chore: Make appbar buttons correct size 2 years ago
krille-chan ee957ab1f6
refactor: Migrate routes to go router 2 years ago
Krille 739edde729
refactor: Replace vrouter with gorouter 2 years ago
Krille 91fc889bce refactor: Update dependencies 2 years ago
Krille d630238142 feat: Add read marker 2 years ago
noob_tea ab0b7cb6b9 treewide: Container -> SizedBox.shrink()
This helps performance without any user-facing changes,
since SizedBox is constant while Container isn't
2 years ago
Nicolas Werner 906f8c3161 fix: type error in emote pack list in rooms with only non-default packs
If a room has emote packs, but none of them have an empty state key, we
insert 'null' to also add a default pack people can easily edit.
However, in that case we initialized the Map<String, Event?> variable
with a Map<String, Event>. As such assigning null will throw. Converting
manually with Map.of fixes that.

fixes #1138
2 years ago
Malin Errenst ec7acc5385 refactor: Added and applied require_trailing_commas linter rule 2 years ago
Krille Fear 55f0300f9f refactor: Migrate to null safety 4 years ago
Krille Fear 1abb7310f3 refactor: Pages folder structure 4 years ago