flutter_slack_oauth 0.0.2  flutter_slack_oauth: ^0.0.2 copied to clipboard
flutter_slack_oauth: ^0.0.2 copied to clipboard
A flutter OAuth package for Slack.
0.0.2 19 March 2018. #
- Initial release
- Provides a SlackButtonwidget which is styled like an official "Sign in with Slack" button.
- Clicking a SlackButtonstarts a WebView, allowing the user to log in with Slack.
- SlackButton requires a client id, client secret, and 3 callbacks: onSuccess,onFailure, andonCancelledByUser.
- 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.identitycall as PoC.
- Basic /api/users.listcall as PoC.