Skip to content

Main function  #1

@ghost

Description

Hello Allan,

I am new to Flutter and trying to use your module.

I am getting Error: Entrypoint doesn't contain a main function
If I try to create the main user
still give me an erorr

import 'package:http/http.dart' as http;
import 'package:msgraph/msgraph.dart';
var msGraph = MsGraph(token);
var me=await msGraph.me.get(); //get me
print('Me: $me');

Can you add a main example to your Github or your Flutter deb pub https://pub.dev/packages/msgraph

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions