mobilefoundation 8.0.2021020113 copy "mobilefoundation: ^8.0.2021020113" to clipboard
mobilefoundation: ^8.0.2021020113 copied to clipboard

outdated

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 mobilefoundation

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

dependencies:
  mobilefoundation: ^8.0.2021020113

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: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';
3
likes
40
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter Plugin for IBM Mobile Foundation. Supports iOS and Android Platforms

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

flutter, uuid

More

Packages that depend on mobilefoundation

Packages that implement mobilefoundation