Google Sheets API v4 for Flutter/Dart

后端 未结 3 1017
一生所求
一生所求 2020-12-17 01:00

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 guid

3条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-17 01:38

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

    See also

    • 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?

提交回复
热议问题