-
Notifications
You must be signed in to change notification settings - Fork 355
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create flutter-at-google-cloud-next-2024.md (#1448)
Co-authored-by: Amos <[email protected]> Co-authored-by: Luke Cheng <[email protected]>
- Loading branch information
1 parent
29745e4
commit ea830ed
Showing
2 changed files
with
66 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
--- | ||
title: Flutter 首次亮相 Google Cloud Next 大会 | ||
toc: true | ||
keywords: Google Cloud Next,Firestore,Firebase,Gemini,Dart,Vertex | ||
description: 与你一起回顾 Flutter 在 Google Cloud Next 大会上精彩内容分享,及时掌握 Flutter 最新动态。 | ||
image: | ||
path: https://files.flutter-io.cn/posts/images/2024/05/09/1pTi85.jpg | ||
--- | ||
|
||
*作者 / Kelvin Boateng* | ||
|
||
Flutter 团队在近期首次参加了 [Google Cloud Next](https://cloud.withgoogle.com/next) 大会,这意味着 Flutter 在开发社区中的影响力正在日益增长。 | ||
|
||
我们与 Google Cloud、Firebase、[Very Good Ventures](https://verygood.ventures/) 和 [Serverpod](https://serverpod.dev/) 的团队合作,带来了各种闪电演讲、会议和一个演示展台,向大家重点展示简化的工作流程。 | ||
|
||
欢迎你继续阅读,与我们一起回顾 Flutter 在 Google Cloud Next 大会上分享的精彩内容。 | ||
|
||
## **使用 Firestore、Cloud Run 和 Flutter 快速开发** | ||
|
||
我们通过由 Google Cloud Run 驱动的 API 实时开发了一个最小可行的 Flutter 应用,该应用由 Firestore 数据库提供支持。你可以查阅 [官方文档](https://assets.swoogo.com/uploads/3784202-66185e868d8c1.pdf),详细了解如何独立高效地开发构建。 | ||
|
||
## **利用 Flutter、Firebase 和 Gemini 开发智能应用** | ||
|
||
我们使用 Flutter、Firebase 和 Gemini 从零开始构建了一个动态的真实应用,实时展示了 Firebase 的 Firestore 和 Storage 功能如何帮助我们简化数据管理和媒体处理。你可以观看下方的 [演讲视频]({{site.bili.video}}/BV1ub421b7xm/) 了解更多精彩内容。 | ||
|
||
## **使用 Serverpod 进行全栈 Dart 开发** | ||
|
||
我们展示了开发人员如何在服务器上使用 Dart 共享代码,并使用 [Serverpod](https://serverpod.dev) 来完善其 Flutter 应用。Serverpod 是一个全栈式 Dart 解决方案,支持你使用代码生成功能创建匹配的客户端-服务器代码,并且根据你采用的架构生成一个功能丰富的 Postgres ORM。你可以观看 [Observable Flutter]({{site.bili.video}}/BV19r42177V3/) 视频了解更多详情。 | ||
|
||
## **使用 Firestore 对 Flutter 应用进行实时编码** | ||
|
||
我们展示了 Google 的 [Project IDX](https://idx.dev/) 如何帮助你更轻松地使用 Flutter 进行开发与构建!你可以查看 Project IDX 官方网站,即刻开始体验。 | ||
|
||
## **使用 Flutter、Dart Frog 和 Gemini 开发全栈应用和游戏** | ||
|
||
Very Good Ventures (VGV) 与我们分享如何在 Gemini 和 Flutter 的助力下构建 AI 驱动的互动风格游戏。你可以观看 [演讲视频]({{site.bili.video}}/BV1Ez421m7NE/) 了解详细内容。 | ||
|
||
## **如何使用 Dart Frog 和 Google Cloud 共享代码** | ||
|
||
Very Good Ventures (VGV) 还展示了如何通过 [在前端和后端之间共享代码](https://dartfrog.vgv.dev/) 来实现快速启动和运行,从而在短短几分钟内使全栈项目快速上线,并在设备和 Cloud Run 上运行。 | ||
|
||
## **精彩内容回顾** | ||
|
||
欢迎你查看以下在 Google Cloud Next 大会上发布的精彩内容,助你通过 Flutter 和 Dart 更轻松高效地在你的应用中构建 AI 功能。 | ||
|
||
### **Firestore 矢量搜索支持及扩展程序现已推出** | ||
|
||
[Firestore 中的矢量搜索嵌入向量](https://cloud.google.com/blog/products/databases/get-started-with-firestore-vector-similarity-search) 以及 [Firestore 矢量搜索扩展程序](https://extensions.dev/extensions/googlecloud/firestore-vector-search) 让 Flutter 和 Dart 开发者能够将 Firestore 数据转换为内容丰富、可供搜索的知识图谱,从而为颇具创新能力的生成式 AI 功能赋能。这使得你能够在使用 Firestore 时将 AI 驱动的产品推荐功能、智能聊天机器人和其他复杂体验功能直接集成到你的 Flutter 应用中。 | ||
|
||
### **Vertex Gemini Dart SDK 非公开预览版** | ||
|
||
Vertex Gemini SDK 是一组 Firebase 客户端 SDK,支持 Dart、Kotlin、Swift 和 JavaScript。这些 SDK 旨在帮助用户轻松访问 Vertex AI 服务,从而加速开发。Flutter 和 Dart 开发者可以通过此 [Google 表格](https://forms.club/forms/d/e/1FAIpQLScIuowa37cp-yCCLOy9QAFYLVzBPXiU5x-mgENvVmn9OYLtYw/viewform) 申请加入非公开预览版测试。 | ||
|
||
## **与我们分享你正在构建的作品** | ||
|
||
我们始终相信那些希望构建由 Google Cloud 提供支持的高质量跨平台体验的开发者能够在此收获、构建令人满意与赞叹的作品。如果你正在将 Flutter 与 Firebase 或任何 Google Cloud 产品和服务结合使用,欢迎你在 [Twitter](https://twitter.com/FlutterDev) 和 LinkedIn 上与我们分享你正在构建的精彩作品! | ||
|
||
如果你想学习使用 Flutter 和 Google Cloud 助力你高效开发与构建,你也可以查看我们为你准备的精彩内容与丰富资源。 | ||
|
||
* [文档](https://dart.dev/server/google-cloud) | ||
* [示例代码](https://github.com/flutter/samples/tree/main/code_sharing) | ||
* [云开发提示 (视频)]({{site.bili.video}}/BV1gC41177MA/) | ||
|
||
我们热切期待你构建的杰作! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters