A Collection of Flutter Application templates. Flutter is Google’s UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase.
基于GetX 实现的全新flutter getx 模版,适用于中大型项目的开发。 注意:每创建一个页面时,都必须如此做,命名采用 '页面名_key' 这样的形式。 完成以上步骤,你就可以愉快的开始开发了。 状态管理 contrller 是我们实现业务逻辑的地方,为什么我们要将 业务 ...