[ ] Guidance to build your own LlmProvider & sample code
[ ] Guidance for configuring file picker permissions on iOS/Android
** Functionality currently crashes the app by default on iOS
[x] Google AI Dart SDK: How can I add a GenerationConfig, the class is not defined?
(You have to import google-generative-ai sdk)
[x] Multiple .dart files in examples/lib for various cases ex: full-scale demo app, Google AI Dart SDK, Vertex AI in Firebase integrations can look daunting for folks getting started. Suggestion - Break it down into multiple examples like:
examples/full_demo_app
examples/google_ai
examples/vertexai_in_firebase
examples/custom_llm_provider
[ ] In the readme, add a “LLM Provider Snippets” section to the doc with copy, paste, edit & run-friendly example provider for Gemini, Vertex AI in Firebase, and a custom provider.
[x] Most of the Vertex documentation rehashes the instructions from the official Firebase docs. To prevent duplicate maintenance overhead on keeping them up to date (branding changes, infra updates, etc), I think we could swap it out with a link to the Vertex getting started docs and then just have the “integration with the Flutter AI Toolkit” part
[ ] Nit: More Features Coming Soon! Section should have a quarterly roadmap/timeline that devs can expect these features to be available.
[x] Vertex AI in Firebase: ”Once you've done all of that, you're ready to use Firebase Vertex AI in your project. Start by initializing Firebase: [code sample including imports]”. Missing import code for “import 'package:firebase_core/firebase_core.dart';” otherwise, it couldn’t find Firebase in Firebase.initializeApp()
[x] Highlight the Firebase in Vertex AI in Firebase as the primary “integration” over Google AI Dart SDK so that devs can be closer to “production ready”
[ ] Guidance to build your own LlmProvider & sample code
[ ] Guidance for configuring file picker permissions on iOS/Android ** Functionality currently crashes the app by default on iOS
[x] Google AI Dart SDK: How can I add a GenerationConfig, the class is not defined? (You have to import google-generative-ai sdk)
[x] Multiple .dart files in examples/lib for various cases ex: full-scale demo app, Google AI Dart SDK, Vertex AI in Firebase integrations can look daunting for folks getting started. Suggestion - Break it down into multiple examples like:
[ ] In the readme, add a “LLM Provider Snippets” section to the doc with copy, paste, edit & run-friendly example provider for Gemini, Vertex AI in Firebase, and a custom provider.
[x] Most of the Vertex documentation rehashes the instructions from the official Firebase docs. To prevent duplicate maintenance overhead on keeping them up to date (branding changes, infra updates, etc), I think we could swap it out with a link to the Vertex getting started docs and then just have the “integration with the Flutter AI Toolkit” part
[ ] Nit: More Features Coming Soon! Section should have a quarterly roadmap/timeline that devs can expect these features to be available.
[x] Vertex AI in Firebase: ”Once you've done all of that, you're ready to use Firebase Vertex AI in your project. Start by initializing Firebase: [code sample including imports]”. Missing import code for “import 'package:firebase_core/firebase_core.dart';” otherwise, it couldn’t find Firebase in Firebase.initializeApp()
[x] Highlight the Firebase in Vertex AI in Firebase as the primary “integration” over Google AI Dart SDK so that devs can be closer to “production ready”
[ ] document UX features
[ ] document samples (https://github.com/csells/flutter_ai_toolkit/issues/42)