Mateusz Wszeborowski

Results 8 comments of Mateusz Wszeborowski

@NarayanasamyP This does not look like Twitter API V1.1 response. Take a look at https://developer.twitter.com/en/docs/twitter-api/v1/data-dictionary/object-model/tweet - at especailly at `created_at` field. ![Screenshot 2022-02-15 at 10 22 48](https://user-images.githubusercontent.com/31158740/154031869-d366c5c0-adc1-44a8-b706-b914749094ab.png) Maybe the library...

@NarayanasamyP Could you please check if `dart_twitter_api` package doesn't do anything with this date? Maybe under the hood it parses it to DateTime (maybe this code: https://github.com/robertodoering/twitter_api/blob/master/lib/src/utils/date_utils.dart)? Our library requires...

When it comes to blocking packages I can see 2. # `cached_network_image` This one is tricky. On pub.dev it says that package supports android, ios and mac. It is also...

@kawa89 I think video_player dependency is not used and can be removed?

@prilepskiy Did you try a workaround from this command? https://github.com/schibsted/tweet_ui/issues/68#issuecomment-893818137

Also soon, we should get rid of better_player (in this https://github.com/schibsted/tweet_ui/issues/78 issue when we gonna introduce web support).

@prilepskiy Could you try on the newest version - 4.0.0?