flutter_slack_oauth 0.0.1 copy "flutter_slack_oauth: ^0.0.1" to clipboard
flutter_slack_oauth: ^0.0.1 copied to clipboard

outdated

A flutter OAuth package for Slack.

[0.0.1] - 19 March 2018. #

  • Initial release
  • Provides a SlackButton widget which is styled like an official "Sign in with Slack" button.
  • Clicking a SlackButton starts a WebView, allowing the user to log in with Slack.
  • SlackButton requires a client id, client secret, and 3 callbacks: onSuccess, onFailure, and onCancelledByUser.
  • The resulting access token is stored in shared preferences (Android) and NSUserDefaults (iOS) (thanks https://github.com/flutter/plugins/tree/master/packages/shared_preferences)
  • Basic /api/users.identity call as PoC.
  • Basic /api/users.list call as PoC.
2
likes
0
pub points
31%
popularity

Publisher

unverified uploader

A flutter OAuth package for Slack.

Homepage

License

unknown (LICENSE)

Dependencies

flutter, flutter_webview_plugin, shared_preferences

More

Packages that depend on flutter_slack_oauth