Fake API Demo App
A Flutter app showcasing API requests using Provider state management, fetching data from a fake API for educational purposes.
Features
- API Interaction: Utilizes a fake API to simulate real-world data fetching.
- Provider State Management: Demonstrates state management using the Provider package for efficient data flow.
- Clean Code Architecture: Follows a clean and organized code structure for easy understanding and future development.
Setup
-
Clone the Repository:
git clone https://github.com/your-username/your-repository.git
-
Navigate to the Project:
cd your-repository
-
Install Dependencies:
flutter pub get
-
Run the App:
flutter run
