Luffy Chat Simulator that generates random yes or no responses from an external API. Experience a whimsical conversation with Luffy, you'll never know whether he'll agree with you or not.
- Engage in a fun conversation with Luffy.
- Get random yes or no responses along with representative images.
- Simple and clean user interface.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Flutter SDK
- An IDE like VS Code or Android Studio
- Clone the repository:
git https://github.com/Fredy002/ChatSimulator.git
# Navigate to the project directory:
cd ChatSimulator
# Install dependencies:
flutter pub get
# Run the app:
flutter run
Simply launch the app, enter your question in the text field, and tap the "Ask Luffy" button to get a random yes or no response along with a fun image.
Feel free to contribute to this project by opening issues, fixing bugs, or proposing new features. Follow the standard GitHub process for contributions: fork the repository, make your changes, and open a pull request.
Thanks to the YesNo API for providing random yes or no responses.