Skip to content

A simple fashion shopping app made with flutter as part of Tinkerhub Build-From-Home

License

Notifications You must be signed in to change notification settings

sarathsdev/one.me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BFH Banner

one.me

one.me is a shopping application made with flutter .

  • Able to signup / signin
  • Able to navigate through products
  • Able to cart

Team members

  1. Sarath S [https://www.github.com/sarathsdev]
  2. Mohammed Shezin V C [https://www.github.com/shezin]
  3. Musthaq Ahammed P [https://www.github.com/i-mus]

Team Id

BFH/recPyxILDk4oYGXo9/2021

Link to product walkthrough

[https://drive.google.com/file/d/1AkQpdg9jEdKPOCvw2JvfpnUj81_RRhh0/view?usp=drivesdk]

How it Works ?

Folder Structure ,here is the core folder structure which flutter provides

  one.me/
  |- android
  |- build
  |- ios
  |- lib
  |- test
  

Here is the folder structure we have been using this project

  lib/
  |- screens/
  |- utils/
  |- main.dart
  |- ProductModel.dart
  |- generated_plugin_registrant.dart

Now, let's dive into the the lib folder which has the main code for the application.

1- screens - This file contains all the multiple pages of the application.
2- utils - It contains the utilities/common functions of the application.
3- main.dart - This is the starting point of application. All the application level configurations are defined here.
4- ProductModel.dart - It defines what are the items present in a product model.
5- generated_plugin_registrant.dart - It's an auto generated file while setting up firebase for authentication.

Project demo

1_demo

Libraries used

firebase_core: ^1.0.4
firebase_auth: ^1.1.1
lottie: ^1.0.1
carousel_slider: ^4.0.0-nullsafety.0

How to configure

Step 1. Download or clone this repo by using the link below

https://www.github.com/sarathsdev/one.me.git

Step 2. Go to project root and execute the following command in console to get the required dependensies:

flutter pub get

How to Run

flutter run --no-sound-null-safety

Application Download Link

https://drive.google.com/file/d/19k5ndB2m859HSErJ7eFxYtjDZ1sLt7tO/view?usp=drivesdk

About

A simple fashion shopping app made with flutter as part of Tinkerhub Build-From-Home

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages