Git Product home page Git Product logo

products-app's Introduction

Products app

The project is following the Clean Architecture pattern. The project is divided into 3 layers: data, domain, and presentation. The different layers are separated by folders and each layer has its own dependencies. They are grouped by modules (the different features of the app).

Data Layer: contains entities, the data sources (remote and local), and repository implementations. Domain Layer: contains the use cases and repositoriy definitions. Presentation Layer: contains the UI (pages and pages-specific widgets) and state.

The project is using flutter build_runner to generate the code for the services (using chopper) and the json_serializable to generate the code for the JSON parsing.

To generate the code for the services and the json_serializable, run the following command:

flutter pub run build_runner build

How to run the app

  1. Download the project or clone the repository.
  2. Open the project in the IDE.
  3. Restore the packages by running:
flutter pub get
  1. Select a device.
  2. Run the app by executing:
flutter run

products-app's People

Contributors

nelci592 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.