gemini_chat_fab 1.0.0
gemini_chat_fab: ^1.0.0 copied to clipboard
A plug-and-play floating Gemini AI chat assistant for Flutter apps.
Gemini Chat FAB #
A Flutter package that adds a pre-built Floating Action Button to your app, launching a beautiful and fully functional chat interface powered by the Google Gemini API.
Features #
- ✅ Simple, one-line installation.
- 💬 Streaming responses for a real-time feel.
- 🎨 Adapts to your app's theme.
- 🚀 Lightweight and dependency-free.
Installation #
Add this to your app's pubspec.yaml file:
dependencies:
gemini_chat_fab: ^1.0.0 # Use the latest version
Usage #
Simply place the GeminiChatFab widget in the floatingActionButton property of your Scaffold.
Make sure to provide your API key when running the app: #
flutter run --dart-define=GEMINI_API_KEY=YOUR_KEY_HERE