Giter Site home page Giter Site logo

ashishrawat2911 / firekart_app Goto Github PK

View Code? Open in Web Editor NEW
557.0 5.0 122.0 33.84 MB

An Ecommerce application built in Flutter using Nodejs and MySQl.

License: MIT License

Kotlin 0.06% Swift 0.18% Objective-C 0.02% Dart 98.25% Ruby 1.50%
flutter firebase ecommerce flutter-bloc flutter-apps flutter-demo flutter-examples freezed open-source

firekart_app's Introduction

Firekart

CI GitHub stars GitHub forks GitHub pull requests GitHub closed pull requests GitHub last commit GitHub issues Open Source Love

An Ecommerce application built in Flutter using Nodejs and MySQl.

Getting started

  • Project setup instructions are given at Wiki section.

Firekart Backend โš™๏ธ๐Ÿ—„๏ธ๐Ÿ‘จโ€๐Ÿ’ป

  • Firekart Backend is built with Nodejs and MySQl. Check here.

Screenshots

Splash Screen Login Page OTP Page Home Page
Search Screen Cart Screen Address Screen Add Address Screen
Account Screen Edit Details Screen Orders Screen Payment Screen
Product Screen 1 Product Screen 2 Product Screen 3

Created & Maintained By

Ashish Rawat (Twitter) (Insta) (Dev.to) Twitter Follow

If you found this project helpful or you learned something from the source code and want to thank me, consider buying me a cup of โ˜•

firekart_app's People

Contributors

ambreshgupta12 avatar arunchapagain avatar ashishrawat2911 avatar shivanchalpandey avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

firekart_app's Issues

Tasks To Be Done

  • Flavours
  • Add Unit Tests
  • Push Notifications
  • Deep Link Implementation
  • Analytics
  • Localisation
  • Payment Gateway (Web view)
  • Performance Optimisation
  • Theming (Add Dark theme)
  • Track order (https://pub.dev/packages/flutter_local_notifications)
  • Add Compare Functionality in products
  • Add Onboarding Screens, drawer enhancement
  • Send Notifications for carts
  • Marking Default in Address screen is not working
  • Add Compare Functionality in products
  • Error not showing in some screen
  • Add wallet & wish listing screens
  • Add Tests

No products

There is no product listen in home screen
it shows blank,while tapping View All there is nothing happening

how to return only productlist(List<ProductModel> products) rather than returning widget

Hi Ashish,

Thanks for sharing your work, backend structure is really great.
is there any way that i can return productlist(List products) without returning any widget?
every time I use BlocConsumer or Builder its asking for a Widget to return from dataWidget, how can i simply return the list
can u suggest me some modifications for it

        cubit: allProductsCubit,
        listener:
            (BuildContext context, ResultState<List<ProductModel>> state) {},
        builder: (BuildContext context, ResultState<List<ProductModel>> state) {
          return ResultStateBuilder(
            state: state,
            loadingWidget: (bool isReloading) {
              return Center(
                child: CommonAppLoader(),
              );
            },
            errorWidget: (String error) {
              return Container();
            },
            dataWidget: (List<ProductModel> value) {
              return dataWidget(value);          //only returns widget here
            },
          );
        },
      ),

I got that there is something I need to change at result_state, cannot understand what to change
Response would be much appreciated!

Unable to add new user and go beyond that

image
Once I write some name in the field, it should ideally take me to the next step. However, nothing happens after I click on the 'Add' button.
Following is the terminal response I received.
image

Access the state globally

I am trying to access the states globally, but after trying lot of options and putting manual effort i cant able to access. Everyone internet is suggesting to use provider or Getx. Can someone help me. Thanks in advance.

query regarding no of reads

Hi Ashish,

Backend structure is really great, thank you for sharing your work
Can you tell us what is the average no of reads when a customer opens the app for the 1st time, have you created any cache functionality while implementing?
A response would be much appreciated

Dashboard Error - No products showing but error

type 'Null' is not a subtype of type 'String' in type cast
No products are showing on the dashboard or when selecting View All products but only this error is on the dashboard.
This is the error I receive after logging into the application. Firebase is setup correctly also with screenshot to verify. Any help is appreciated.

Screenshot 2023-05-17 at 9 51 13 PM
Screenshot 2023-05-18 at 7 42 38 AM

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.