FLUTTER ECOSYSTEM

7wilightxdev/flutter_firebase_ecommerce

전자상거래 앱 (Flutter + BloC + Firebase)

flutter_firebase_ecommerce 프로젝트 이미지
Stars
173
Forks
40
최근 푸시(UTC)
2021. 10. 15.
프로젝트 상태
활성
7wilight GitHub avatar
GITHUB User

7wilight ↗

Let do it, if you want. It may take sometime.

@TechFusionHQHa Noi, Viet Nam
언어DartSwiftKotlinObjective-C

기술 주제

사용 중인 의존성

의존성 목록 33 개

순위

원본 README

아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.

README 펼치기 / 접기

A Completed Functional Flutter App - Peachy Ecommerce (BLoC + Firebase + Clean Architecture)

Banner

Folder Structure

Here is the core folder structure which flutter provides.

flutter_bloc_boilerplate/
|- android
|- build
|- ios
|- lib

Here is the folder structure we have been using in this project

lib/
|- configs/
|- constants/
|- data/
   |- local/
   |- models/
   |- repository/
   |- request/
|- presentation/
   |- common_blogs/
   |- views/
   |- widgets/
|- utils/

App Features:

  • Flutter + Firebase (Firestore, Authentication, Storage) Test account: haonguyen.uet@gmail.com / 123456
  • Use BloC pattern
  • Responsive
  • User-friendly interface
  • Clean Architecture
  • Custom resuable widgets
  • Login or register by email and password
  • Search, filter and sort products
  • Send your feedback and rating
  • Contact with admin by message
  • Payment by 2 methods: Cash or Credit card
  • Track your orders
  • Select your delivery address
  • Change app language
  • More...

Some Screens:

Banner

Before run project, execute commands:

  • flutter clean
  • flutter pub get
  • flutter pub run build_runner build or flutter pub run build_runner build --delete-conflicting-outputs
  • flutter run (if needed)

Conclusion

I will be happy to answer any questions, please feel free to submit an issue and/or pull request 🙂

If you liked my project, don’t forget to ⭐ star the repo to show your support. Thank you!!!