FLUTTER ECOSYSTEM

Sameera-Perera/Flutter-TDD-Clean-Architecture-E-Commerce-App

一個使用 Flutter、TDD、Clean Architecture 和 BLoC 構建的現代電子商務行動應用程式。

Flutter-TDD-Clean-Architecture-電商應用 專案封面
Stars
307
Forks
103
最近推送(UTC)
2026年2月11日
專案狀態
未封存
Sameera Perera GitHub avatar
GITHUB User

Sameera Perera ↗

Mobile application developer specialized in Flutter, Dart, and JS.

語言DartRubySwiftKotlinObjective-C

技術主題

使用的依賴

依賴清單 23 項

所在榜單

原始 README

以下為英文專案原文快照,最新內容請造訪 GitHub。

展開 / 收合專案 README

Contributors Forks Stargazers Issues LinkedIn

Flutter TDD Clean Architecture E-Commerce App - EShop

Product Name Screen Shot

Welcome to the Flutter-TDD-Clean-Architecture-E-Commerce-App GitHub repository! This project is a showcase of modern mobile app development practices, leveraging the power of Flutter, Test-Driven Development (TDD), Clean Architecture, and the BLoC (Business Logic Component) package. Built using the latest version of Flutter 3, this E-Commerce application exemplifies best practices for building scalable, maintainable, and efficient Flutter apps.

Key Features:

  • Test-Driven Development (TDD): This project emphasizes the importance of writing tests before writing the actual code. It ensures that the application's logic is thoroughly tested, enhancing reliability and maintainability.
  • Clean Architecture: The app follows a clean and modular architecture that separates concerns into different layers: Presentation, Domain, and Data. This architecture promotes code reusability and makes it easier to adapt to changes in the future.
  • BLoC State Management: The app utilizes the BLoC pattern for state management. BLoC helps manage the flow of data and business logic in a clean and reactive manner, improving overall app performance.
  • E-Commerce Functionality: The app showcases a variety of E-Commerce features, such as product browsing, searching, cart and purchasing. Users can explore products, add them to their cart, and complete transactions seamlessly.

Feature UseCases
Product Get Product UseCase
Category Get Cached Category UseCase
Get Remote Category UseCase
Filter Category UseCase
Cart Get Cached Cart UseCase
Get Remote Cart UseCase
Add Cart Item UseCase
Sync Cart UseCase
User Get Cached User UseCase
SignIn UseCase
SignUp UseCase
SignOut UseCase
Delivery Info Get Cached Delivery Info UseCase
Get Remote Delivery Info UseCase
Add Delivery Info UseCase
Edit Delivery Info UseCase
Select Delivery Info UseCase
Get Selected Delivery Info UseCase
Order Get Orders UseCase
Add Order UseCase

Demo Sample

https://res.cloudinary.com/dhyttttax/image/upload/v1695741758/RepoAssets/home-loading_r39lc6.gif https://res.cloudinary.com/dhyttttax/image/upload/v1695743869/RepoAssets/home-navigation-min_q1cou5.gif https://res.cloudinary.com/dhyttttax/image/upload/v1695744798/RepoAssets/product-details-order_j0lvw5.gif
https://res.cloudinary.com/dhyttttax/image/upload/v1695745493/RepoAssets/user-delivery-infomarion_zr1eyv.gif https://res.cloudinary.com/dhyttttax/image/upload/v1695746530/RepoAssets/user-auth-screens_k3h6fw.gif https://res.cloudinary.com/dhyttttax/image/upload/v1695747060/RepoAssets/user-sign-in-loading_qjqmt0.gif

Backend Options

Nest JS Backend
  • Source Code - https://github.com/Sameera-Perera/E-Commerce-App-Backend

Contributing:

We welcome contributions from the Flutter community to make this project even better. Whether you are interested in adding new features, fixing bugs, or improving documentation, your contributions are highly appreciated. Please refer to the contribution guidelines in the repository for more details on how to get involved.

Getting Started

To get started with this project, follow the instructions in the README to set up your development environment and run the app locally. You can also explore the project's architecture, tests, and documentation to gain insights into building robust Flutter apps.

We hope this Flutter-TDD-Clean-Architecture-E-Commerce-App serves as a valuable resource for both Flutter enthusiasts and developers looking to learn about TDD, clean architecture, and BLoC in the context of mobile app development. Happy coding!

Installation
  1. Clone the repo
    git clone https://github.com/Sameera-Perera/Flutter-TDD-Clean-Architecture-E-Commerce-App.git
    
  2. Install packages
    flutter pub get
    
  3. Run app
    flutter run lib/main.dart
    
  4. Run test
    flutter test
    

For help getting started with Flutter, view our online documentation.

License

Distributed under the MIT License. See LICENSE for more information.

Contributors ✨

Thanks to these wonderful people:

AaronDsilva97
AaronDsilva97