- Added
TrendsService
with implementations for alltrends/*
endpoints - Raised
oauth
dependency to include a bugfix where authentication failed when some special characters where included in the request Thanks @nikolajjsj!
- Fixed user timeline
userId
&screenName
request parameter
- Added user entities to the
User
object
- Implemented the
friendships/lookup
request - Added the
status
object for aUser
- Added more exports to the
twitter_api.dart
library
- Fixed
DateTime
in response models not set to UTC
- Fixed using the
Size
object instead ofSizes
in the tweet media object - Added
VideoInfo
andAdditionalMediaInfo
to the tweet media object
- Fixed parsing a
PaginatedUsers
response
- Added the user service
- Added support to change the twitter client default timeout
- Added support to change the twitter client api keys & token after instantiation
- Updated readme
- Initial release