casdoor_flutter_sdk 1.6.0 casdoor_flutter_sdk: ^1.6.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.6.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';