tweet_ui 2.1.0 tweet_ui: ^2.1.0 copied to clipboard
Flutter package to show Tweets from a Twitter API JSON on Android and iOS. Support for Tweets with 1-4 photos, Video, GIFs, hashtags, mentions, symbols, urls, quoted Tweets and retweets.
Changelog #
All notable changes to Tweet UI project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
[Unreleased] #
[2.1.0] - 24.04.2020 #
[2.0.0] - 10.04.2020 #
Changed #
- BREAKING!!! Changed the logic for formatting tweet texts. Often tweets have a link at the end in the JSON response. As a quick solution previously we
ommited the last Entity which was usualy URL. This was a bad approach. Now we respect the
display_text_range
field in a tweet JSON which indicates what substring of the tweet text should be diplayed. More info can be found here TLDR; If you see an unwanted URL at the end of a tweet text, provide a tweet JSON wirth adisplay_text_range
field.
Added #
- Added new and modern looking tweet type: embedded tweet (class EmbeddedTweetView)
Fixed #
- Fixed tweet text formatting with one mention (or other entity) schibsted/tweet_ui#24
[1.2.1] - 17.03.2020 #
Changed #
- Updated video_player, photo_view, url_launcher, chewie
- Updates JSON examples
[1.2.0] - 28.02.2020 #
[1.1.0] - 05.02.2020 #
[1.0.0] - 03.01.2020 #
- Updated cached_network_image, video_player and url_launcher
- Updated JSON examples
[0.2.0-rc.1] - 25.11.2019 #
Changed #
- Updated cached_network_image, video_player, photo_view and url_launcher
[0.1.1+6] - 25.10.2019 #
(version bump)