Google Sheets API v4 for Flutter/Dart

后端 未结 3 1004
一生所求
一生所求 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:36

    There's a dart 3rd party library that helps to perform basic operations https://pub.dev/packages/gsheets.

    You can also use official library https://pub.dartlang.org/packages/googleapis that helps to perform almost any operation, but it's more difficult to use and sometimes requires knowledge of the API https://developers.google.com/sheets/api/reference/rest

提交回复
热议问题