Relative Content

Tag Archive for flutterdartgoogle-apis-explorer

Error in searching gmail subject through flutter app

I’m new to dart and Flutter. I’m trying to implement gmail sign-in and once sign-in is done the next page should take me to search email by subject or content through this app.
In the code I’m using GoogleHttpClient and passing header and auth. I can run the app and it does take me to gmail sign-in pop-up. But then the search page doesn’t work.
the error in the debug console comes as:
Sign-In Error01: TypeError: Instance of ‘BrowserClient’: type ‘BrowserClient’ is not a subtype of type ‘Map<String, String>’