flutterchina / nine_grid_view

Flutter NineGridView & DragSortView. Similar to Weibo / WeChat nine grid view controls to display pictures. Flutter仿微信/微博九宫格、拖拽排序,微信群组,钉钉群组,QQ讨论组头像。
BSD 3-Clause "New" or "Revised" License
331 stars 53 forks source link

Example 里 DragSortView 要求传入的是 List<DragBean> 但 imageList 确是List<ImageBean>? #5

Closed ljx0520 closed 3 years ago

ljx0520 commented 3 years ago

Example 里 DragSortView 要求传入的是 List < DragBean > 但 imageList 确是List< ImageBean >?

Sky24n commented 3 years ago

class ImageBean extends DragBean {

ljx0520 commented 3 years ago

class ImageBean extends DragBean {

是哦 大意了 谢谢