AiGeminiChatApp created with flutter and Google Gemini Ai. In this app can ask any questions to gemini ai and get answers immediately.
To clone this project.
git clone https://github.com/Sedatdynn/AiGeminiChatApp.git
To install the packages required by the application.
flutter pub get
To run the project
flutter run
To make the project work on your end, you need to generate an API key from the 'https://aistudio.google.com/app/apikey' website and add it to your '.ENV' file.
dependencies:
- bloc: ^8.1.3
- flutter_bloc: ^8.1.4
- dio: ^5.4.1
- flutter_gen: ^5.4.0
- dartz: ^0.10.1
- equatable: ^2.0.5
- flutter_dotenv: ^5.1.0
- fpdart: ^1.1.0
- freezed_annotation: ^2.4.1
- lottie: ^3.1.0 dev_dependencies:
- build_runner: ^2.4.8
- flutter_gen_runner: ^5.4.0
- flutter_lints: ^2.0.0
- freezed: ^2.4.7
- json_serializable: ^6.7.1