You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-11Lines changed: 9 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,15 +17,14 @@ Googler's, you can freely add samples to the [flutter/demos] repository.
17
17
18
18
### Quickstarts
19
19
20
-
*[`asset_transformation`] - Demonstrates how to transform images' color scales and formats.
20
+
*[`asset_transformation`] - Demonstrates how to transform images' color scales and formats.
21
21
*[`background_isolate_channels`] - Demonstrates how to use long-lived isolates.
22
22
*[`code_sharing`] - Demonstrates how to share business logic between Flutter client and Dart server using [`package:shelf`] )
23
23
*[`context_menus`] - This sample shows how to create and customize cross-platform context menus, such as the text selection toolbar on mobile or the right click menu on desktop.
24
24
*[`desktop_photo_search`] - Demonstrates desktop features in both Material and FluentUI design systems.
25
25
*[`dynamic_theme`] - A developer sample demonstrating how to call on-device Flutter APIs based on output from the Gemini API.
26
26
*[`form_app`] - A sample demonstrating different types of forms and best practices.
27
27
*[`game_template`] - (**note: deprecated!**) A starter game in Flutter with all the bells and whistles of a mobile (iOS & Android) game.
28
-
*[`gemini_tasks`] - A developer sample written in Flutter demonstrating how to interact with a to-do list in natural language using the Gemini API.
29
28
*[`google_maps`] - Demonstrates the Google Maps for Flutter plugin.
30
29
*[`infinite_list`] - A Flutter sample app that shows an implementation of the "infinite list" UX pattern.
31
30
*[`isolate_example`] - A sample application that demonstrate best practices when using [isolates].
@@ -78,10 +77,10 @@ Googler's, you can freely add samples to the [flutter/demos] repository.
78
77
79
78
## Flutter sample code
80
79
81
-
Samples are **correct and concise code** that developers
82
-
can **quickly understand** and **easily reuse** with minimal side effects.
83
-
Samples teach developers how to be successful using Flutter and Dart.
84
-
They are maintained on an ongoing basis
80
+
Samples are **correct and concise code** that developers
81
+
can **quickly understand** and **easily reuse** with minimal side effects.
82
+
Samples teach developers how to be successful using Flutter and Dart.
83
+
They are maintained on an ongoing basis
85
84
to reflect changing APIs and best practices.
86
85
87
86
### Types of samples
@@ -90,18 +89,18 @@ There are two types of sample code in this repository:
90
89
91
90
***Quickstarts** provide a starting point to extend. They answer the question,
92
91
"What is the minimal amount of code needed to implement this feature?"
93
-
***Demo apps** are meant to be built and ran. They demo the _product_,
92
+
***Demo apps** are meant to be built and ran. They demo the _product_,
94
93
not how to write code.
95
94
96
95
A majority of samples in this repository are quickstarts.
97
96
98
97
## Usage
99
98
100
-
Every sample in this repo is fully runnable. To run an example,
101
-
use `flutter run` inside that example's directory.
99
+
Every sample in this repo is fully runnable. To run an example,
100
+
use `flutter run` inside that example's directory.
102
101
See the [getting started guide] to install the `flutter` tool.
103
102
104
-
> [!IMPORTANT]
103
+
> [!IMPORTANT]
105
104
> If you want to run an add-to-app sample, there are additional requirements.
106
105
> We suggest reading the [add-to-app documentation].
107
106
@@ -129,7 +128,6 @@ If you run into a bug in one of the samples, please file an issue in the
Copy file name to clipboardExpand all lines: ai_recipe_generation/README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,9 @@ we don't maintain samples that are tied to events.
7
7
8
8
This sample has been copied to [another repository](https://github.com/ericwindmill/gemini_recipe_generation). It will not be updated to reflect changes to Gemini.
9
9
10
-
## Other Gemini resources
10
+
## Other Gemini resources
11
11
12
12
The following resources can assist you in integrating Gemini with Flutter:
13
13
14
-
*[gemini_tasks sample](https://github.com/flutter/samples/tree/main/gemini_tasks) is a Gemini sample in this repository.
15
14
*[google_generative_ai package](https://pub.dev/packages/google_generative_ai) is the package that Flutter apps use to integrate with gemini, and it has additional samples.
16
-
* The [google-gemini github](https://github.com/google-gemini) has additional Flutter samples.
15
+
* The [google-gemini github](https://github.com/google-gemini) has additional Flutter samples.
0 commit comments