slack_login_button 0.0.2 copy "slack_login_button: ^0.0.2" to clipboard
slack_login_button: ^0.0.2 copied to clipboard

This is Widget for Slack login. You can provide Slack login feature by set it to your parent Widget simply. As result, you will get access_token from callback you specified.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add slack_login_button

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  slack_login_button: ^0.0.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:slack_login_button/slack_login_button.dart';
1
likes
135
points
21
downloads

Publisher

verified publisherkunimasu.com

Weekly Downloads

This is Widget for Slack login. You can provide Slack login feature by set it to your parent Widget simply. As result, you will get access_token from callback you specified.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, flutter_webview_plugin, http

More

Packages that depend on slack_login_button

Packages that implement slack_login_button