This is a Flutter project for building a simple e-commerce application. The project integrates Hive for local data storage.
- ✅ Landing Page: App landing page.
- ✅ User Actions: User registration + Auth Login.
/* */
- Flutter installed on your machine.
-
Clone the repository:
git clone https://github.com/gerard1001/e_com-hive-flutter.git
-
Navigate to folder:
cd e_com-hive-flutter
-
Install dependencies:
flutter pub get
-
Run the app:
flutter run
- Flutter(Dart)
- Hive (for local data storage)