This challenge is a simple flutter app that fetches data from the Cat API.
- Flutter 3.24.4
- Riverpod
dart run build_runner watch
-
Create .env file in the root directory of the project.
-
Add the following line to the .env
API_KEY=YOUR_API_KEY- Run the app using the following command
flutter run