GithubHelp home page GithubHelp logo

ducafecat / flutter_develop_tips Goto Github PK

View Code? Open in Web Editor NEW
51.0 4.0 23.0 1.86 MB

flutter技巧 https://ducafecat.com/blog

Kotlin 0.20% Swift 2.05% Objective-C 0.21% Dart 30.79% CMake 27.36% C++ 33.17% C 2.13% HTML 2.84% Ruby 1.05% Java 0.20% Shell 0.01%
flutter-examples flutter-apps flutter-demo

flutter_develop_tips's Introduction

flutter_develop_tips's People

Contributors

ducafecat 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

Watchers

 avatar  avatar  avatar  avatar

flutter_develop_tips's Issues

状态刷新框架get_id,拉取数据无法自动刷新?

按照代码示例敲了下来,却发现获取数据后,状态无法更新,数据不能显示,但是检查代码,发现是一样的,求解, 本地环境futter sdk version 3.13.9, dart version 3.1.5?

  Future<void> fetchData() async {
    String url = 'https://wpapi.ducafecat.tech/products';
    Response response = await Dio().get(url);
    List<ProductEntrty> list = [];
    print(response.data);
    for (var item in response.data) {
      list.add(ProductEntrty.fromJson(item));
    }
    items.value = list;
  }

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.