casdoor_flutter_sdk 1.5.0 copy "casdoor_flutter_sdk: ^1.5.0" to clipboard
casdoor_flutter_sdk: ^1.5.0 copied to clipboard

Casdoor_flutter_sdk will allow you to easily connect your application to the Casdoor authentication system without having to implement it from scratch.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add casdoor_flutter_sdk

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

dependencies:
  casdoor_flutter_sdk: ^1.5.0

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:casdoor_flutter_sdk/casdoor_flutter_sdk.dart';
5
likes
110
pub points
63%
popularity

Publisher

verified publishercasdoor.org

Casdoor_flutter_sdk will allow you to easily connect your application to the Casdoor authentication system without having to implement it from scratch.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

crypto, desktop_webview_window, flutter, flutter_inappwebview, flutter_web_plugins, http, jwt_decoder, path, path_provider, plugin_platform_interface

More

Packages that depend on casdoor_flutter_sdk