casdoor_flutter_sdk 0.0.2+1 copy "casdoor_flutter_sdk: ^0.0.2+1" to clipboard
casdoor_flutter_sdk: ^0.0.2+1 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 Dart:

 $ dart pub add casdoor_flutter_sdk

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 dart pub get):

dependencies:
  casdoor_flutter_sdk: ^0.0.2+1

Alternatively, your editor might support dart pub get or 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
0
pub points
68%
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

License

unknown (LICENSE)

Dependencies

crypto, flutter, flutter_web_plugins, http, plugin_platform_interface

More

Packages that depend on casdoor_flutter_sdk