JSON DUMMY APP

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.

Requirements

  • Flutter SDK 3.22.1 (or use FVM)

Features

This project includes the following additional features:

  • Local Database: For storing and retrieving data offline.
  • Product Search: A search functionality to easily find products.

Setup and Run

Follow these steps to get the project running locally:

1. Clone the Repository

git clone git@github.com:josemlegal/dummy_json_app.git

2. Open Project Directory

cd users/your_user/Desktop/dummy_json_app

3. Get Dependencies

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

4. Run the App

Ensure you have a connected device (with developer mode enabled) or an emulator running. Then, run the following command:

flutter run lib/main.dart

Screenshots

Screenshot Screenshot
Simulator Screenshot - iPhone 15 Pro Max - 2024-09-27 at 18 00 11 Simulator Screenshot - iPhone 15 Pro Max - 2024-09-27 at 18 00 18
Simulator Screenshot - iPhone 15 Pro Max - 2024-09-27 at 18 00 25 Simulator Screenshot - iPhone 15 Pro Max - 2024-09-27 at 18 01 19
Simulator Screenshot - iPhone 15 Pro Max - 2024-09-27 at 18 01 27
Simulator.Screen.Recording.-.iPhone.15.Pro.Max.-.2024-09-27.at.17.47.21.mp4