ibl_ai_mobile_core_frontend 0.5.33
ibl_ai_mobile_core_frontend: ^0.5.33 copied to clipboard
Ibl mobile sdk
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add ibl_ai_mobile_core_frontendWith Flutter:
$ flutter pub add ibl_ai_mobile_core_frontendThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
ibl_ai_mobile_core_frontend: ^0.5.33Alternatively, 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_ai_mobile_core_frontend/ibl_ai_mobile_core_frontend.dart';