随笔分类 -  flutter

flutter相关的所有内容,都在存放在这里噢。
摘要:在Android Studio 的 terminal 执行命令 flutter build web 打包后的文件在项目目录下的:build目录下 然后是tomcat或phpStudy发布网站,加载首页出线白屏,解决办法: 打开打包后的网站首页【index.html】文件,,将/删掉 阅读全文
posted @ 2024-08-30 11:22 纳闷 阅读(237) 评论(0) 推荐(0)
摘要:CustomPaint类似一个画布。 CustomPainter类似一个画家,抽象类,需要继承并配置。 Paint类 class demo extends StatelessWidget{ @override Widget build(BuildContext context) { return C 阅读全文
posted @ 2024-08-23 15:57 纳闷 阅读(11) 评论(0) 推荐(0)