tweet_ui icon indicating copy to clipboard operation
tweet_ui copied to clipboard

Flutter package to display tweets from a Twitter API JSON (v1 or v2) on Android and iOS. Support for Tweets with 1-4 photos, Video, GIFs, hashtags, mentions, symbols, urls, quoted Tweets and retweets.

Results 7 tweet_ui issues
Sort by recently updated
recently updated
newest added

**Describe the bug** When I import tweet_ui in pubspec.yaml and do 'flutter run', I see this error: ``` FAILURE: Build failed with an exception. * What went wrong: Execution failed...

bug

The following FormatException was thrown building: Trying to read EEE from 2021-01-29T20:23:55.000Z at position 0 DateFormat df = new DateFormat("yyyy-MM-ddTHH:mm:ss.mmmuuuZ"); return TweetUI.CompactTweetView.fromTweet(aTweet, createdDateDisplayFormat: df,); And tried without a df, same...

bug

1. Check what is blocking the support 2. Remove blocking packages and add support for new ones. 3. Try to enable support for: - [ ] Web - [ ]...

enhancement

**Is your feature request related to a problem? Please describe.** I cannot use it embedded better_player in TweetView because of an AudioFocus issue i still cannot work out. It seems...

bug

**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** There is a way to extract videos from V2 api for quite some time...

enhancement

I was looking through the documentation, but had trouble seeing some any references to cached image urls. I know it is a dependency, so it is in the package, however,...

question

https://github.com/schibsted/tweet_ui/blob/0da37b21563026038484ca943b71c379a03ece21/lib/models/api/v1/entieties/media_entity.dart#L110 https://github.com/schibsted/tweet_ui/blob/0da37b21563026038484ca943b71c379a03ece21/lib/models/api/v1/entieties/media_entity.dart#L123