网站建设预期周期,始兴建设局网站,wordpress营销模板,c++制作网页2、FlutterAssetsGenerator 介绍地址#xff1a;https://juejin.cn/post/6898542896274735117 配置assets目录
插件会从pubspec.yaml文件下读取assets目录#xff0c;因此要使用本插件#xff0c;你需要在pubspec.yaml下配置资源目录
flutter:# The following line ens…2、FlutterAssetsGenerator 介绍地址https://juejin.cn/post/6898542896274735117 配置assets目录
插件会从pubspec.yaml文件下读取assets目录因此要使用本插件你需要在pubspec.yaml下配置资源目录
flutter:# The following line ensures that the Material Icons font is# included with your application, so that you can use the icons in# the material Icons class.uses-material-design: true# To add assets to your application, add an assets section, like this:assets:- assets/images/注意1图片拖动或者粘贴到asstes/images/目录下就会触发在指定文件自动生成对应的图片路径
Image.asset(Assets.imagesAdd,width: 40,height: 40,
)
注意2如果是在module中用这个插件需要增加传递module名字参数 手动触发生成图片路径操作如下