摘要: https://www.cnblogs.com/joe235/p/11309063.html Flutter本身提供了路由机制,作个人的小型项目,完全足够了。但是如果你要作企业级开发,可能就会把入口文件变得臃肿不堪。而再Flutter问世之初,就已经了企业级路由方案fluro。 flutter_fl 阅读全文
posted @ 2019-11-28 21:04 sundayswift 阅读(449) 评论(0) 推荐(0) 编辑
摘要: flutter之库Dio https://www.jianshu.com/p/cc59b076647d Flutter状态管理之provide和provider的使用区别 https://www.jianshu.com/p/313c262270db Flutter Provide状态管理基础 htt 阅读全文
posted @ 2019-11-28 20:32 sundayswift 阅读(74) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/6224f429ce87 window.navigator.userAgent用来区分设备和浏览器 https://blog.csdn.net/liangyihe/article/details/78464656 window.navigator. 阅读全文
posted @ 2019-11-28 17:53 sundayswift 阅读(253) 评论(0) 推荐(0) 编辑
摘要: Swift 使用相机拍照图片旋转90度 https://www.jianshu.com/p/e04513377158 // 修复图片旋转 extension UIImage { func fixOrientation() -> UIImage { if self.imageOrientation = 阅读全文
posted @ 2019-11-28 12:04 sundayswift 阅读(184) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_17036081/article/details/77368966 2017-08-18 13:50:42 高调的菜鸟 阅读数 219更多 分类专栏: iOS开发 版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文 阅读全文
posted @ 2019-11-28 12:01 sundayswift 阅读(1198) 评论(0) 推荐(0) 编辑
摘要: extension HTController:WKUIDelegate, WKNavigationDelegate,WKScriptMessageHandler { func userContentController(_ userContentController: WKUserContentCo 阅读全文
posted @ 2019-11-28 11:41 sundayswift 阅读(417) 评论(0) 推荐(0) 编辑