1. IntroductionFlutter is a powerful and cross-platform mobile app development framework, it’s easy to learn and build a nice user interface. But, if you are an experienced c#/Java programmer (it’s me~ ha ha), maybe you will be a little uncomfortable, because Flutter is a reactive programming framework, reactive programming is a declarative programming paradigm that is based on the idea of asynchronous event processing and data streams.So, if you want to update the UI in Flutter, you need to update the state to refresh the layout, the programming logics will be difference with C# o
...
继续阅读
(129)