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
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
12
likes
140
points
66
downloads

Publisher

verified publishercidaas.com

Weekly Downloads

2024.09.26 - 2025.04.10

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