摘要: 渐渐熟悉了公司的节奏,flutter写界面已经比较熟练了,但还是有很多名词/黑话不明白,要学的很多。。。 阅读全文
posted @ 2020-09-05 21:26 NeoZy 阅读(146) 评论(0) 推荐(0) 编辑
摘要: class Page { int currentPage = 1; static void scorllDown() { ///错误:static方法不能访问普通成员变量 currentPage = 1; print("ScrollDown..."); } void scorllUp() { cur 阅读全文
posted @ 2020-09-05 21:19 NeoZy 阅读(1463) 评论(0) 推荐(0) 编辑
摘要: 没事写代码写到标注释这一句报错: class TestPage extends StatefulWidget { @override TestPageState createState() { return TestPageState(); } } class TestPageState exten 阅读全文
posted @ 2020-09-05 21:02 NeoZy 阅读(1963) 评论(0) 推荐(0) 编辑