Skip to content

eltruforce/yes-no-app

Repository files navigation

Yes No App

Yes No App is a simple chat application built with Flutter. It demonstrates state management using Provider, custom widgets, and integration with external APIs to provide yes/no answers and images in a conversational interface.

Flutter Version

This project uses Flutter 3.19.6.

Recommendation: If you experience compatibility issues with your global Flutter installation, it is recommended to use FVM (Flutter Version Management) to manage and run the required Flutter version for this project:

fvm install 3.19.6
fvm use 3.19.6
fvm flutter pub get
fvm flutter run

Project Overview

This app allows users to send messages and receive yes/no answers with images, simulating a playful chat experience. It is ideal for learning Flutter basics, state management, and API integration.


For more information about Flutter, see the official documentation.

Feel free to contribute or open issues to improve the project!

Author: Based on the course by Fernando Herrera (Devtalles)

About

A simple Flutter chat app that sends messages and receives random yes/no answers with images. Great for learning state management, API integration, and chat UI basics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors