flutter_twitter_login 1.1.0 flutter_twitter_login: ^1.1.0 copied to clipboard
A Flutter plugin for allowing users to authenticate with native Android & iOS Twitter login SDKs.
1.1.0 #
- Dart 2 support! There should not be any breaking changes. Please do file issues if you have problems.
1.0.1 #
- Fixed
onActivityResult
override that was potentially preventing other plugins from receivingActivity
results. - Fixed a logout crash on Android in the case when the user wasn't already logged in.
- Fixed #1 by returning NSNull from the
sessionToMap
method when the twitter session is nil. - Fix #2 by clarifying the documentation. Also explain the
toMap
andfromMap
methods ofTwitterSession
more clearly.
1.0.0 #
- Initial release.