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');
copied to clipboard

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
points
25
downloads

Publisher

unverified uploader

Weekly Downloads

2024.06.15 - 2025.05.10

Flutter package for Microsoft Graph.

Repository (GitHub)

License

MIT (license)

Dependencies

equatable, flutter, http

More

Packages that depend on msgraph