microsoft_graph 0.0.13 copy "microsoft_graph: ^0.0.13" to clipboard
microsoft_graph: ^0.0.13 copied to clipboard

A Dart library for the Microsoft Graph.

A library for making Microsoft Graph requests.

This package contains a set of high-level functions and classes that make it easy to consume Microsoft Graph resources. It's platform-independent, and can be used on both the command-line and the browser.

Use this package as a library #

Depend on it #

Add this to your package's pubspec.yaml file:

dependencies:
  microsoft_graph: ^0.0.13
  microsoft_graph_http: ^0.0.13

Install it #

You can install packages from the command line:

with pub:

pub get

with Flutter:

flutter packages get

Import it #

Now in your Dart code, you can use:

import 'package:microsoft_graph/microsoft_graph.dart';
import 'package:microsoft_graph_http/microsoft_graph_http.dart';
4
likes
20
pub points
0%
popularity

Publisher

unverified uploader

A Dart library for the Microsoft Graph.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

built_collection, built_value

More

Packages that depend on microsoft_graph