- Bumped flutter_slack_oauth and firebase_auth dependencies.
- Bumped flutter_slack_oauth dependency.
- BREAKING AndroidX support.
- Bumped
flutter_webview_plugin
dependency for Flutter 1.0 compatibility
- Updated with new Slack icon
- Refactored widgets to Stateless where possible
- BREAKING - Required for Flutter 0.9.4 beta
- Updated deprecated dependencies.
- Updated deprecated dependencies.
- Bugfix in tokenReceived function, thanks to js1972 for pointing it out.
- Clear the cache and cookies on webview access.
- Updated
flutter_slack_oauth
dependency to support Flutter Beta 2 (and Dart 2).
- Initial release
- The resulting access token is stored in Firebase Firestore in the
slackAccessToken
collection. - User info returned from the Slack login is stored in Firebase Firestore in the
users
collection. - Both collections contain documents with the Slack UID as the document name.