Flutter 使用本地資源圖片

Flutter 使用本地資源圖片 1、在根目錄創建一個放圖片的文件夾 2、在文件裏放入圖片 3、在pubspec.yaml文件中,添加圖片文件夾爲依賴地址 4、注意,pubspec.yaml文件的格式和縮進一定要嚴格規範 5、執行一個pub get 6、具體使用代碼: new Image(image: new AssetImage(‘images/myImage.png’)),
相關文章
相關標籤/搜索