Skip to content

Releases: roughike/flutter_twitter_login

v1.1.0

24 Mar 11:51
c7ee951
Compare
Choose a tag to compare
  • Dart 2 support! There should not be any breaking changes. Please do file issues if you have problems.

v1.0.1

24 Feb 10:43
52a5f49
Compare
Choose a tag to compare
  • Fixed onActivityResult override that was potentially preventing other plugins from receiving Activity 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 and fromMap methods of TwitterSession more clearly.

v1.0.0

24 Feb 10:44
37aec55
Compare
Choose a tag to compare
  • Initial release.