Hello, welcome! I hope you're feeling well. Thank you for visiting my repository. Below is a guide on how to run the project on your machine.
- Flutter SDK 3.22.1 (or use FVM)
This project includes the following additional features:
- Local Database: For storing and retrieving data offline.
- Product Search: A search functionality to easily find products.
Follow these steps to get the project running locally:
git clone git@github.com:josemlegal/dummy_json_app.git
cd users/your_user/Desktop/dummy_json_app
You can fetch the dependencies using either FVM or Flutter.
Using FVM (Flutter Version Management) If you are using FVM to manage Flutter versions, run the following:
fvm use 3.22.1
fvm flutter pub get
Using Flutter Directly If you are using Flutter directly without FVM, simply run:
flutter pub get
Ensure you have a connected device (with developer mode enabled) or an emulator running. Then, run the following command:
flutter run lib/main.dart
Screenshot | Screenshot |
---|---|
![]() |
![]() |
![]() |
![]() |
![]() |