Skip to content
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.
/ hotdeals Public archive

A community-driven hot deals sharing app developed with Flutter.

License

Notifications You must be signed in to change notification settings

halildurmus/hotdeals

Repository files navigation

hotdeals

GitHub top language License: MIT Visits

hotdeals is an online marketplace app developed with Flutter.

The app's Backend can be found here.

Table of Contents

Screenshots

Features

  • CRUD deals
  • Favorite, vote and comment on deals
  • Search as you type & Faceted search (using Elasticsearch)
  • In-app Chat (using Firebase Firestore and flutter_chat_ui)
  • Social Login with Facebook and Google (using Firebase Authentication)
  • Push notifications (using Firebase Cloud Messaging)
  • State management with riverpod
  • Routing with *go_router
  • Infinite Scrolling Pagination (using infinite_scroll_pagination)
  • Light and Dark themes
  • Localization
  • Logging (using loggy and Firebase Crashlytics)

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

Installation

  1. Clone the repo using: git clone https://github.com/halildurmus/hotdeals.git
  2. Register the app on Firebase.
  3. To register your app with Firebase, follow the instructions in here
  4. If you want to support Facebook Login, follow the instructions in here.
  5. The environment configuration will be read from config/dev_config.dart by default unless you specify the environment using --dart-define=ENV=prod in the run args. Depending your environment, you may need to change apiBaseUrl inside the dev_config.dart.
  6. To get the packages needed for the app, run:
flutter pub get

Usage

If you have a connected device or emulator running, you can run the app with:

flutter run

Roadmap

See the open issues for a list of proposed features (and known issues).

Code Contributors

This project exists thanks to all the people who contribute.

halildurmus

🤝 Contributing

Contributions, issues and feature requests are welcome. Feel free to check issues page if you want to contribute.

Author

👤 Halil İbrahim Durmuş

📝 License

This project is MIT licensed.

Acknowledgements