You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
2 years ago
..
config refactor: Added and applied require_trailing_commas linter rule 2 years ago
pages fix: type error in emote pack list in rooms with only non-default packs 2 years ago
utils refactor: Remove unused dependency 2 years ago
widgets refactor: Added and applied require_trailing_commas linter rule 2 years ago
main.dart chore: Better load first client 3 years ago