mobilefoundation 8.0.2021020113
mobilefoundation: ^8.0.2021020113 copied to clipboard
Flutter Plugin for IBM Mobile Foundation. Supports iOS and Android Platforms
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add mobilefoundationThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
mobilefoundation: ^8.0.2021020113Alternatively, 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:mobilefoundation/accesstoken.dart';
import 'package:mobilefoundation/authorization_manager.dart';
import 'package:mobilefoundation/client.dart';
import 'package:mobilefoundation/logger.dart';
import 'package:mobilefoundation/mobilefoundation_response.dart';
import 'package:mobilefoundation/resource_request.dart';
import 'package:mobilefoundation/security_check_challenge_handler.dart';