cidaas_flutter_sdk 1.0.1 copy "cidaas_flutter_sdk: ^1.0.1" to clipboard
cidaas_flutter_sdk: ^1.0.1 copied to clipboard

This sdk can be used to authenticate the users of your flutter application with cidaas.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cidaas_flutter_sdk

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

dependencies:
  cidaas_flutter_sdk: ^1.0.1

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:cidaas_flutter_sdk/cidaas_flutter_sdk.dart';
12
likes
130
pub points
33%
popularity

Publisher

verified publishercidaas.com

This sdk can be used to authenticate the users of your flutter application with cidaas.

Homepage

Documentation

API reference

License

MIT (LICENSE)

Dependencies

bloc, equatable, flutter, flutter_bloc, flutter_secure_storage, http, provider, webview_flutter

More

Packages that depend on cidaas_flutter_sdk