Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 807 Bytes

README.md

File metadata and controls

50 lines (31 loc) · 807 Bytes

Flutter Icon

Task Flow : Flutter

This is a Flutter project for building a simple e-commerce application. The project integrates Hive for local data storage.

Features

  • Landing Page: App landing page.
  • User Actions: User registration + Auth Login.

Screenshots

/* */

Getting Started

Prerequisites

  • Flutter installed on your machine.

How to run

  1. Clone the repository:

    git clone https://github.com/gerard1001/e_com-hive-flutter.git
  2. Navigate to folder:

    cd e_com-hive-flutter
  3. Install dependencies:

    flutter pub get
  4. Run the app:

    flutter run

Technologies Used

  • Flutter(Dart)
  • Hive (for local data storage)