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

The microsoft_graph_api package is a robust and streamlined Flutter solution for Microsoft Graph API integration. It empowers developers to interact seamlessly with Microsoft 365 data resources like u [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add microsoft_graph_api

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 dart pub get):

dependencies:
  microsoft_graph_api: ^0.0.3

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

Publisher

verified publisherkahle.dev

The microsoft_graph_api package is a robust and streamlined Flutter solution for Microsoft Graph API integration. It empowers developers to interact seamlessly with Microsoft 365 data resources like user information, calendars, mail, and Teams data. The package abstracts the complexities of authentication, API calls, and response handling, while providing customizable authentication flows. Ideal for crafting high-quality Flutter applications that can securely access Microsoft 365 data.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dio, equatable, flutter, mockito

More

Packages that depend on microsoft_graph_api