Giter Club home page Giter Club logo

quanttide-tutorial-of-flutter's Introduction

量潮Flutter教程

quanttide-tutorial-of-flutter's People

Contributors

guo-zhang avatar

Watchers

 avatar

quanttide-tutorial-of-flutter's Issues

Flutter教程提纲

提纲

  • ...
  • 怎么处理网络、缓存等等。
  • MVC、MVVM、BLoC几种范式。
  • 完整地做一个生产级应用的演示。

状态管理章

提纲

状态管理章主要讲如何管理Flutter组件的状态。Flutter官方和第三方库提供了以下几种方案:

  1. StatefulWidget。优点是容易写、官方内置,缺点是不够可控、不容易复用。介绍分离页面和业务逻辑的MVC模式,主要是controller如何设计。
  2. Provider。官方推荐的第三方库,实现MVVM模式,也就是设计模式中的观察者模式。
  3. BLoC。是为了进一步更准确地控制状态,以用来写更严谨的商业软件。我们自己的最佳实践。

参考资料

Flutter官方文档:https://docs.flutter.dev/data-and-backend/state-mgmt/intro

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.