fluffychat/lib
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
2023-03-11 15:05:08 +01:00
..
config refactor: Added and applied require_trailing_commas linter rule 2023-03-02 11:21:40 +01:00
pages fix: type error in emote pack list in rooms with only non-default packs 2023-03-11 15:05:08 +01:00
utils refactor: Remove unused dependency 2023-03-09 20:34:32 +01:00
widgets refactor: Added and applied require_trailing_commas linter rule 2023-03-02 11:21:40 +01:00
main.dart chore: Better load first client 2022-11-13 12:40:10 +01:00