Reputation: 318
I have learned how to use the Google drive API from Dart. I can't find any documentation on using the Google file picker from Dart.
Any suggestions.
Thanks.
Upvotes: 3
Views: 416
Reputation: 6239
I did not find any better way than using dart:js interop and use google jsclient api. I tried to extract some code I have here: https://github.com/alextekartik/google-jsapi-picker.dart
Upvotes: 2