recognition_qrcode 識別圖片中的二維碼的flutter插件,簡單好用源碼地址:github[https://github.com/liranhao/reco...

recognition_qrcode 識別圖片中的二維碼的flutter插件,簡單好用源碼地址:github[https://github.com/liranhao/reco...
轉(zhuǎn):原文鏈接:https://juejin.cn/post/6844904162509979662[https://juejin.cn/post/68449041625099...
Bloc 大致流程 源碼解讀 BlocProvider 1、繼承SingleChildStatelessWidget,就是一個widget,通過create 傳入一個Bloc...
Provider源碼分析 ChangeNotifierProvider、ChangeNotifier、Consumer的關(guān)系 一、ChangeNotifierProvider...
前言:iOS多渠道配置比較普遍,能很方便解決生產(chǎn)包和測試包分開進行打包 一、iOS 多渠道配置實踐 1、創(chuàng)建多個target 2、添加target標(biāo)識 3、添加標(biāo)識,使用條件...
公司開始讓使用自動打包,一方面使用xcode打包太浪費時間,還要時刻關(guān)注打包的進度進行上傳發(fā)布等等。搞了兩天終于完成了打包。下面我寫一個教程,防止大家踩坑。 一. 安裝Jen...
今天在執(zhí)行pod install 的時候,由于podfile的source 是https://github.com/CocoaPods/Specs.git,但是https:/...
好用的flutter富文本庫。富文本是很多App都需要的,而且Flutter也提供了富文本功能,但是對于做多語言的APP來說,RichText并不好用,或者說不能用,今天就給...