随笔分类 -  flutter

摘要:1.在页面进行循环时可参考 (view页面) 2.传参 (action页面) -- 3.(effect页面)调用接口--以及调用成功后 4.http页面所调用的接口 5.调用成功后的方法也是通过 action页面 定义 但是具体在reducer页面定义 阅读全文
posted @ 2020-05-28 10:48 周紫妍 阅读(247) 评论(0) 推荐(0)
摘要:Container组件 在flutter里面Container组件是一个容器组件,类似于html中的div一样。 在Center组件里面添加Container组件,然后再添加Text组件,和上面的效果是一样的。 Container、Text这些自定义组件的本质都是类,有很多可选的命名参数,在Conr 阅读全文
posted @ 2020-05-26 09:10 周紫妍 阅读(250) 评论(0) 推荐(0)
摘要:报错代码: FAILURE: Build failed with an exception. * What went wrong:Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.> Could 阅读全文
posted @ 2020-05-15 17:09 周紫妍 阅读(2958) 评论(0) 推荐(0)
摘要:在flutter开发过程中,运行flutter命令,flutter doctor 或者flutter run等命令,如果出现Waiting for another flutter command to release the startup lock.. 只要进入flutter sdk 目录,然后找 阅读全文
posted @ 2020-05-15 17:07 周紫妍 阅读(490) 评论(0) 推荐(0)