【问题标题】:How to place network and image picker image in a single grid or listview in flutter如何在 flutter 中将网络和图像选择器图像放置在单个网格或列表视图中
【发布时间】:2022-11-16 14:51:21
【问题描述】:

【问题讨论】:

  • 请阐明您的具体问题或提供更多详细信息以准确突出您的需求。正如目前所写的那样,很难准确地说出你在问什么。

标签: flutter dart flutter-layout flutter-dependencies flutter-animation


【解决方案1】:

使用 gridview.count

GridView.count(
  children:[
     //widget1() to display NetworkImage
     //Widget2() for other NewtorkImage(),
     //widget3 to display image captured from imagepicker.
     //widget4
 ])

【讨论】:

    猜你喜欢
    • 2020-02-12
    • 2019-08-12
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2011-08-12
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多