This Flutter project demonstrates the use of dio
, build_runner
, retrofit
, and json_serializable
packages to make HTTP requests and handle JSON serialization.
- Flutter SDK
- Dart
-
Clone the repository:
git clone https://github.com/shokhjahon-dev/api_preparation.git cd api_preparation
-
Install dependencies:
flutter pub get
-
Generate the necessary code:
flutter pub run build_runner build
-
Run the app:
flutter run
- BY SHOKHJAHON