Releases: roughike/flutter_twitter_login
Releases · roughike/flutter_twitter_login
v1.1.0
v1.0.1
- Fixed
onActivityResultoverride that was potentially preventing other plugins from receivingActivityresults. - Fixed a logout crash on Android in the case when the user wasn't already logged in.
- Fixed #1 by returning NSNull from the
sessionToMapmethod when the twitter session is nil. - Fix #2 by clarifying the documentation. Also explain the
toMapandfromMapmethods ofTwitterSessionmore clearly.