website
website copied to clipboard
Flutter documentation web site
…nd improve clarity - Updated references from deprecated `google_generative_ai` and `vertexai_firebase` packages to the new `firebase_ai` package across multiple files. - Enhanced descriptions and examples in the `chat-client-sample.md`, `custom-llm-providers.md`, and...
The example hosted in https://flutter-ai-toolkit-examp-60bad.web.app/, throws an error when send a message to the model. This example can be referenced in this [page](https://docs.flutter.dev/ai-toolkit).
### Page URL https://docs.flutter.dev/ui/widgets ### Describe the problem From discussions online, we've been adding more basic components to the widgets layer in preparation for decoupling, refactoring some features out of...
### Page URL https://docs.flutter.dev/ai/mcp-server ### Page source https://github.com/flutter/website/blob/main/src/content/ai/mcp-server.md ### Describe the problem The other tools' MCP configurations look like: ``` "command": "dart", "args": [ "mcp-server" ] ``` but for Cursor...
Add a glossary entry for "Embedder" in the context of Flutter to https://github.com/flutter/website/blob/main/src/data/glossary.yml.
> [!WARNING] > Must land after https://github.com/flutter/flutter/pull/178308. _Description of what this PR is changing or adding, and why:_ Adds a migration guide to help people handle `MaterialScrollBehavior` adding a `Scrollbar`...
### Steps to reproduce Hi, I've tried various options to get the content to scroll behind the bottom system navigation bar as Google intended, while still getting padding for lists...
### Page URL https://docs.flutter.dev/get-started/fundamentals/user-input#datepickerdialog ### Page source _No response_ ### Describe the problem The code example for `DatePickerDialog` implicitly uses the `DateFormat` class from the [`intl` package](https://pub.dev/documentation/intl/latest/intl/DateFormat-class.html). ### Expected fix...
### Page URL https://docs.flutter.dev/install/manual ### Page source https://github.com/flutter/website/blob/main/src/content/install/manual.md ### Describe the problem On **Linux Mint 22.2 Zara**, this command invalid `echo 'export PATH="$HOME/develop/flutter/bin:$PATH"' >> ~/.bash_profile` but this works perfectly `echo...
### Page URL https://docs.flutter.dev/get-started/fundamentals/layout ### Page source _No response_ ### Describe the problem I don't want to forget, but the very first time in the new fundamentals doc, where we...