适用于Flutter / Dart的Google Sheets API v4

问题描述:

是否会为 Dart / 扑打,如果是,什么时候来?它已经支持多种语言,但Dart / Flutter并未在其指南中列出。

Will there be Google Sheets API v4 support for Dart/Flutter, if yes when is it coming? It already has support for many languages but Dart/Flutter is not listed in their guides.

https://pub.dartlang.org/packages/googleapis 可以在Flutter中使用,并支持Sheets v4

https://pub.dartlang.org/packages/googleapis can be used in Flutter and supports Sheets v4

另请参见

  • https://pub.dartlang.org/packages/googleapis_beta for other supported APIs that are only in beta state yet.
  • How to use Google API in flutter?