Fork me on GitHub
摘要: WidgetsBinding.instance.addPostFrameCallback 使用这个方法可以在渲染完成后追加操作 阅读全文
posted @ 2019-10-07 11:22 Something_Diffrent 阅读(84) 评论(0) 推荐(0) 编辑
摘要: /// 初始化时设置为只能竖屏@override void initState() { SystemChrome.setPreferredOrientations([ DeviceOrientation.portraitUp, DeviceOrientation.portraitDown ]); super.initState(); } /// 退出时还原四个方向dispose(){ System 阅读全文
posted @ 2019-10-07 11:10 Something_Diffrent 阅读(908) 评论(0) 推荐(0) 编辑