Page URL
https://docs.flutter.dev/ai/ai-toolkit/custom-llm-providers
Page source
https://github.com/flutter/website/blob/main/src/content/ai/ai-toolkit/custom-llm-providers.md
Describe the problem
In the documentation, the example custom LLM provider is named FirebaseProvider, which is confusing in this context. Since the section is about creating generic custom providers, the example should use a neutral name such as MyLlmProvider or CustomProvider.
Expected fix
Rename the example class to a more appropriate, provider‑agnostic name.
Page URL
https://docs.flutter.dev/ai/ai-toolkit/custom-llm-providers
Page source
https://github.com/flutter/website/blob/main/src/content/ai/ai-toolkit/custom-llm-providers.md
Describe the problem
In the documentation, the example custom LLM provider is named
FirebaseProvider, which is confusing in this context. Since the section is about creating generic custom providers, the example should use a neutral name such asMyLlmProviderorCustomProvider.Expected fix
Rename the example class to a more appropriate, provider‑agnostic name.