microsoft_graph

Last updated:

0 purchases

microsoft_graph Image
microsoft_graph Images
Add to Cart

Description:

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
copied to clipboard
Install it #
You can install packages from the command line:
with pub:
pub get
copied to clipboard
with Flutter:
flutter packages get
copied to clipboard
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';
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.