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/pages/chat/events
gilice eba3eeee25 feat: small performance tweaks for Message
It is the widget most often built, so every small bit helps.
- replace a List with an array (should be easier to optimize for the
  compiler)
- remove a Padding widget and use the parent Container's padding instead
2 years ago
..
audio_player.dart fix: Reset audioplayer when played until the end 2 years ago
cute_events.dart fix: overflow in cute events 2 years ago
html_message.dart fix: code cannot be wrap 2 years ago
image_bubble.dart refactor: Same animations everywhere in app 3 years ago
map_bubble.dart chore: Update flutter_map 3 years ago
message.dart feat: small performance tweaks for Message 2 years ago
message_content.dart design: Adjust message button design 2 years ago
message_download_content.dart fix: Too long file name cause a render overflow 2 years ago
message_reactions.dart refactor: Update dependencies 2 years ago
reply_content.dart chore: Design follow up 2 years ago
state_message.dart refactor: Added and applied require_trailing_commas linter rule 2 years ago
sticker.dart chore: Update dependencies 3 years ago
verification_request_content.dart refactor: Added and applied require_trailing_commas linter rule 2 years ago
video_player.dart refactor: Update dependencies 2 years ago