microsoft_graph_api 0.0.6 copy "microsoft_graph_api: ^0.0.6" to clipboard
microsoft_graph_api: ^0.0.6 copied to clipboard

Flutter package for seamless Microsoft 365 data access via Microsoft Graph API.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add microsoft_graph_api

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

dependencies:
  microsoft_graph_api: ^0.0.6

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:microsoft_graph_api/microsoft_graph_api.dart';
14
likes
160
pub points
79%
popularity

Publisher

verified publisherkahle.dev

Flutter package for seamless Microsoft 365 data access via Microsoft Graph API.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

dio, equatable, flutter, mockito

More

Packages that depend on microsoft_graph_api