Giter VIP home page Giter VIP logo

Comments (5)

Yahhi avatar Yahhi commented on June 1, 2024

Hello!
Seems like you run a bit outdated version of the code. The most recent version is in the development branch. Recently we switched branches to make it work on stable instead of beta. Please switch to the development branch and try to run it with flutter channel stable.

from openflutterecommerceapp.

ptyagicodecamp avatar ptyagicodecamp commented on June 1, 2024

Hello!
Seems like you run a bit outdated version of the code. The most recent version is in the development branch. Recently we switched branches to make it work on stable instead of beta. Please switch to the development branch and try to run it with flutter channel stable.

@Yahhi : I switched to the stable channel and development branch, and see the following issues. I think README says that there shouldn't be any issues to start with.

 flutter analyze
Analyzing openflutterecommerceapp...                                    

   info • Unused import: 'package:equatable/equatable.dart' • lib/data/error/exceptions.dart:1:8 • unused_import
   info • Use collection literals when possible • lib/data/woocommerce/repositories/category_remote_repository.dart:22:35 •
          prefer_collection_literals
   info • The method doesn't override an inherited method • lib/data/woocommerce/repositories/category_remote_repository.dart:35:20 •
          override_on_non_overriding_member
   info • Unused import: 'package:openflutterecommerce/domain/usecases/base_use_case.dart' •
          lib/domain/usecases/products/find_products_by_filter_use_case_impl.dart:3:8 • unused_import
   info • This function has a return type of 'Future<ProductsByFilterResult>', but doesn't end with a return statement •
          lib/domain/usecases/products/find_products_by_filter_use_case_impl.dart:16:34 • missing_return
   info • The value of the local variable 'productCategories' isn't used •
          test/data/woocommerce/repositories/category_remote_repository_test.dart:23:9 • unused_local_variable

6 issues found. (ran in 7.9s)

from openflutterecommerceapp.

ptyagicodecamp avatar ptyagicodecamp commented on June 1, 2024

Another question: Which branch should I be making pull requests to? master or development?

from openflutterecommerceapp.

Yahhi avatar Yahhi commented on June 1, 2024

Another question: Which branch should I be making pull requests to? master or development?

Development. In this branch, there are all most recent changes. When it comes to a finished feature or important change we merge it with master.

And regarding issues - possibly the most recent changes @4seer made in this branch were not checked with analyze. You can fix them! Feel free to fix them and make a PR

from openflutterecommerceapp.

4seer avatar 4seer commented on June 1, 2024

Should be ok now.

from openflutterecommerceapp.

Related Issues (20)

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.