From 932b6c7f44225cbfb2575a01ec5cca72a059b76c Mon Sep 17 00:00:00 2001 From: Chris Sells Date: Fri, 4 Apr 2025 15:43:23 -0700 Subject: [PATCH] Update README.md --- README.md | 31 ++++++++++++++----------------- 1 file changed, 14 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index f98dfc2c..71718267 100644 --- a/README.md +++ b/README.md @@ -214,12 +214,11 @@ the AI toolkit in to your own applications. 4. **Set up device permissions** - To enable your users to take advantage of features like voice input and - media attachments, ensure that your app has the necessary permissions: +To enable your users to take advantage of features like voice input and +media attachments, ensure that your app has the necessary permissions: - - **Network access:** - To enable network access on macOS, add the following to your - `*.entitlements` files: +- **Network access:** +To enable network access on macOS, add the following to your `*.entitlements` files: ```xml @@ -231,9 +230,7 @@ the AI toolkit in to your own applications. ``` - To enable network access on Android, ensure that your `AndroidManifest.xml` - file contains the following: - +To enable network access on Android, ensure that your `AndroidManifest.xml` file contains the following: ```xml @@ -242,17 +239,17 @@ the AI toolkit in to your own applications. ``` - - **Microphone access:** - To enable voice input for users, update configs according to the - [permission and setup instructions][record-setup] for `package:record`. +- **Microphone access:** + To enable voice input for users, update configs according to the + [permission and setup instructions][record-setup] for `package:record`. - - **File selection:** - To enable users to select and attach files, - follow the [usage instructions][file-setup] for `package:file_selector`. - - **Image selection:** +- **File selection:** + To enable users to select and attach files, + follow the [usage instructions][file-setup] for `package:file_selector`. +- **Image selection:** - To enable users to take or select a picture from their device, refer to - the [installation instructions][image-setup] for `package:image_picker`. + To enable users to take or select a picture from their device, refer to + the [installation instructions][image-setup] for `package:image_picker`. [gemini models]: https://ai.google.dev/gemini-api/docs/models/gemini [`gemini.dart` sample]: https://github.com/flutter/ai/blob/main/example/lib/gemini/gemini.dart