msgraph 0.0.2 copy "msgraph: ^0.0.2" to clipboard
msgraph: ^0.0.2 copied to clipboard

Flutter package for Microsoft Graph.

msgraph #

A new Flutter package project for Microsoft Graph Api.

Using #

The easiest way to use this library is via the top-level functions.

import 'package:msgraph/msgraph.dart'

var msGraph = MsGraph(token);
var me=await msGraph.me.get(); //get me
print('Me: $me');

Getting Started #

This project is a starting point for a Dart package, a library module containing code that can be shared easily across multiple Flutter or Dart projects.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

0
likes
20
pub points
20%
popularity

Publisher

unverified uploader

Flutter package for Microsoft Graph.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

equatable, flutter, http

More

Packages that depend on msgraph