ibl_mobile_sdk 0.1.5 copy "ibl_mobile_sdk: ^0.1.5" to clipboard
ibl_mobile_sdk: ^0.1.5 copied to clipboard

A Flutter SDK for IBL Mobile, providing easy-to-use functionalities for user authentication, including login and registration.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ibl_mobile_sdk
copied to clipboard

With Flutter:

 $ flutter pub add ibl_mobile_sdk
copied to clipboard

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

dependencies:
  ibl_mobile_sdk: ^0.1.5
copied to clipboard

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:ibl_mobile_sdk/ibl_mobile_sdk.dart';
copied to clipboard
1
likes
0
points
65
downloads

Publisher

verified publisheribleducation.com

Weekly Downloads

2024.07.04 - 2025.01.16

A Flutter SDK for IBL Mobile, providing easy-to-use functionalities for user authentication, including login and registration.

License

unknown (license)

Dependencies

flutter, http, json_annotation, web_socket_channel

More

Packages that depend on ibl_mobile_sdk