摘要: import 'package:flutter/material.dart'; import 'dart:io'; import 'package:path_provider/path_provider.dart'; import 'package:rxdart/rxdart.dart'; main() => runApp( MyApp( storage: TextStor... 阅读全文
posted @ 2019-04-10 21:52 CrossPython 阅读(267) 评论(0) 推荐(0)
摘要: 记得家权限. 阅读全文
posted @ 2019-04-10 20:28 CrossPython 阅读(1415) 评论(0) 推荐(0)
摘要: 要访问SD卡,首先读取权限肯定是要有的,不然写再多代码都是无用功。在AndroidManifest.xml文件中添加 https://blog.csdn.net/xieluoxixi/article/details/86655016 https://www.jianshu.com/p/a332a20 阅读全文
posted @ 2019-04-10 16:04 CrossPython 阅读(3206) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/weixin_34183910/article/details/86029912 https://blog.csdn.net/u013255127/article/details/88018997 https://www.jb51.net/article/ 阅读全文
posted @ 2019-04-10 12:39 CrossPython 阅读(269) 评论(0) 推荐(0)