tweet_ui 2.3.0+1
tweet_ui: ^2.3.0+1 copied to clipboard
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.3.0 09.10.2020 #
Changed #
- BREAKING!!! Changed the logic for parsing/presenting a Tweet, when a Retweet is present in the JSON.
For more information, check
TweetVM.fromApiModeland_originalTweetOrRetweet()in thetweet_vm.dartfile. schibsted/tweet_ui#49 - Update cached_network_image, video_player, photo_view, url_launcher, html_unescape
Fixed #
- Respect favorited value in EmbeddedTweetView schibsted/tweet_ui#52
2.2.0+1 17.07.2020 #
Changed #
- Update video_player and url_launcher
- Improve documentation
- Fix formating
2.2.0+3 17.07.2020 #
2.2.0 08.05.2020 #
Added #
- Added
videoPlayerInitialVolumeoption to TweetView, CompactTweetView and EmbeddedTweetView allowing to set an initial volume when the Tweet has a video. The default value is set to 0.0 schibsted/tweet_ui#33
Fixed #
- Fixed bug when Tweet had not text schibsted/tweet_ui#32
Changed #
- Updated example app
- Added some overflow behaviour to Text widgets, so the Tweet's look better on small devices.
- Updated video_player, cached_network_image
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_rangefield 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_rangefield.
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)