microsoft_graph_api 0.0.5 copy "microsoft_graph_api: ^0.0.5" to clipboard
microsoft_graph_api: ^0.0.5 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 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.5

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

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dio, equatable, flutter, mockito

More

Packages that depend on microsoft_graph_api