Welcome to JokeApp - a Flutter application that fetches jokes from the JokeAPI, categorizes them, and displays them using Bloc for state management and the Dio library for network requests.
JokeApp is a mobile application built with Flutter that provides users with a delightful experience of exploring jokes across various categories. The app fetches jokes from the JokeAPI and categorizes them into different sections for users to enjoy.
- Fetch jokes from various categories
- Categorize jokes into sections
- Use Bloc for efficient state management
- Utilize the Dio library for network requests
Before you begin, make sure you have the following prerequisites:
- Flutter SDK (version 3.16.5)
- Dart SDK (version 3.2.3)
To install the required dependencies, navigate to the project folder and run the following command in your terminal:
flutter pub get
flutter run -v