Skip to content

A demo project consist of Firebase, Bloc and Firestore.

Notifications You must be signed in to change notification settings

ayato91/SalonApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hair Salon App

This is a demo Hair Salon application focusing on providing various salon services to a user. This app provides locations, ratings and reviews of nearby salons and let the users to order a service through the app.

Screenshots

Login

Overview

  • Optimized State Management: Flutter Bloc is used for optimized state management of the app.

  • Authentication Using Phone Number: Firebase authentication service, for user authentication using phone number.

  • Database Integration: Firestore, a no-sql, cloud-based database is used for storing and displaying data.

  • User Friendly UI: Clean and intuitive User Interface(UI), different status releted messages for better user experience.

Getting Started

To test this Hair Salon App, follow these steps:

  1. Clone the Repository: Clone this repository to your local machine using Git.
    $ git clone https://github.com/ayato91/SalonApp.git
  1. Set Up Your Flutter Environment: Ensure you have Flutter and Dart installed on your development machine. Follow the Flutter installation guide for detailed instructions.

  2. Install Dependencies: Navigate to the project directory and run the following command to install the app's dependencies:

    $ flutter pub get 
  1. Run the App: Launch the app on an emulator or physical device by running the following command:
    $ flutter run
  1. Start Exploring: Login using your phone number and OTP, start exploring about different Hair Salon services provided by this app.

Dependencies

The app relies on several Flutter packages and libraries, including:

For adding any package:

    $ flutter pub add package_name

You can find the complete list of dependencies in the pubspec.yaml file. Follow the pub.dev for more dependencies.

Thank You!

About

A demo project consist of Firebase, Bloc and Firestore.

Resources

Stars

Watchers

Forks

Packages

No packages published