摘要: https://cloud.tencent.com/developer/article/1188468 2. mounted is true 当这个Widget调用createState 后, 会将buildContext 传入。 BuildContext 内有自己在widget tree上相关的信 阅读全文
posted @ 2019-05-07 22:43 CrossPython 阅读(683) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/hupo376787/p/10290840.html 上一篇文章说到 Flutter - 自动生成Android & iOS图标 通过flutter_launcher_icons 可以一键生成所有的Icon 到此基本什么问题也没有,如果你用ios设备和 阅读全文
posted @ 2019-05-07 21:49 CrossPython 阅读(466) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_33738578/article/details/87998565 http://www.cnblogs.com/sangwl/p/10400598.html *********** https://segmentfault.com/a/11 阅读全文
posted @ 2019-05-07 21:46 CrossPython 阅读(1029) 评论(0) 推荐(0) 编辑
摘要: import 'package:flutter/material.dart'; import 'package:intro_slider/intro_slider.dart'; import 'package:shared_preferences/shared_preferences.dart'; main()=> runApp(MaterialApp( home: SplashScreen... 阅读全文
posted @ 2019-05-07 20:07 CrossPython 阅读(266) 评论(0) 推荐(0) 编辑
摘要: https://stackoverflow.com/questions/32810051/cannot-catch-socketexception/32810079#32810079 https://github.com/dart-lang/sdk/issues/25518 2 2 2 Asynch 阅读全文
posted @ 2019-05-07 16:30 CrossPython 阅读(435) 评论(0) 推荐(0) 编辑
摘要: First off, you will need to construct a sqlite database from your csv. This can be done in the following way: Create the necessary table (users.sql) C 阅读全文
posted @ 2019-05-07 16:00 CrossPython 阅读(700) 评论(0) 推荐(0) 编辑
摘要: https://github.com/flutter/flutter/issues/16491 阅读全文
posted @ 2019-05-07 15:34 CrossPython 阅读(1856) 评论(0) 推荐(0) 编辑