GithubHelp home page GithubHelp logo

thanikkal / openflutterecommerceapp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 4seer/openflutterecommerceapp

0.0 1.0 0.0 5.78 MB

Open Flutter E-commerce App

License: GNU General Public License v3.0

Kotlin 0.07% Swift 0.06% Objective-C 0.01% Dart 99.33% Ruby 0.53%

openflutterecommerceapp's Introduction

Open E-commerce App

Open Flutter Project E-commerce App is mobile application for e-commerce. We are building a commercially valuable product as an open-source project to make mobile technology accessible for small and medium businesses.

The code Improvement Challenge

Open Flutter Project: The Code Improvement Challenge

The idea behind the competition is to improve your Flutter development skills within a set period in a group of other enthusiasts. The challenge will last for a week when everyone can propose a code improvement for the app we build and submit it with a pull request.

Improvements:

  1. Widgets. We have quite a few widgets to developed already that can be improved. The is an Easter Egg right in the article with a widget description. What you can do is optimize current widgets and their usage.

  2. Bloc improvements. Things connected to events, states and Bloc can be revised as well. Read more on that in Flutter Bloc.

  3. Flutter clean architecture implementation and improvements. You can do in this part updates for data or domain part of the app. You can find more info about Flutter’s clean architecture here.

...any other propositions on code or architecture improvements.

Getting Started

E-commerce Mobile Application build in Flutter.

How to contribute to E-commerce App

Mobile App UI/UX

Use-cases description

E-commerce App Roadmap

A short guide how to start contributing to Open Flutter Project

E-commerce Widget Library Description

7 reasons for a developers to contribute to open-source projects

Functionality description and discussion

Product Categories in E-commerce App

Product list and hashtags in E-commerce App

Product filters in E-commerce App

Product details in E-commerce App

Product Reviews in E-commerce App

Product Cart and Checkout in E-commerce App

Product details in E-commerce App

User Profile in E-commerce App

E-commerce App Mobile App Local Database Structure

Tests

To run tests use command below:

flutter run -t test/tests.dart

Linter

To check the code quality with Flutter Analyzer (recommended when you want to add something) please run in console:

flutter analyze

It should give no errors message:

Analyzing openflutterecommerceapp...
No issues found! (ran in 3.5s)

IDE settings

You need to update the configuration of your IDE to tell the location of the entry point.

The example for VS Code is below:

 "configurations": [
    {
        "name": "Flutter",
        "request": "launch",
        "program": "lib/main.dart",
        "type": "dart"
    }
]

openflutterecommerceapp's People

Contributors

4seer avatar andrewappsdev avatar ghackg11 avatar himanshu64 avatar iamprashant12 avatar jml90 avatar kumarvaratha avatar oliverboamah avatar pr-1 avatar ptyagicodecamp avatar sayurusandaru avatar stevenmontero avatar taras-git avatar umair13adil avatar vladislavkovaliov avatar yahhi 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.