Flutter-图片

本地图片

  • Image.asset()
    • Flutter项目目录下创建存储目录,比如images
    • 在 pubspec.yaml 中按照注释进行规范配置
    • 在代码中引用

网络图片

  • Image.network