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

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

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.14

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';
18
likes
150
points
1.31k
downloads

Publisher

verified publisherkahle.dev

Weekly Downloads

Dart 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, json_annotation, mockito

More

Packages that depend on microsoft_graph_api