使用 Google API
此页面指向帮助您从 Dart 应用程序使用 Firebase 和 Google 客户端 API 的资源。
Firebase
#您在 Firebase 中使用的 Dart API 取决于您是为 Flutter 应用程序还是其他类型的 Dart 应用程序编写代码。
Flutter 应用程序可以从许多官方支持的插件中选择,用于流行的 Firebase 产品,如 Analytics、Cloud Firestore、Cloud Functions 和 Crashlytics。有关这些插件的完整列表,请参阅 FlutterFire。
其他类型的 Dart 应用程序可以使用社区支持的 firebase
包。
Google 客户端 API
#googleapis
包包含为超过 180 个 Google 客户端 API 生成的 API,例如 Google Docs API、YouTube Data API、Cloud Translation API 和 Cloud Storage API。
如果您正在构建 Flutter 应用程序,请参阅 Flutter Google API 指南。
如果您想在服务器应用程序中使用 Google API,请参阅 google_apis 服务器示例。
某些包为 googleapis
提供的 API 提供了惯用的 Dart 包装器。例如,如果您想使用 Google Sheets API,请考虑 gsheets
包,该包提供了 替代 API 到 自动生成的 API。
要查找 Google 客户端 API 的包装器包,请搜索 依赖于 googleapis
的包。
除非另有说明,本网站上的文档反映了 Dart 3.6.0 版本。页面上次更新时间为 2024-07-03。 查看源代码 或 报告问题。