azlistview icon indicating copy to clipboard operation
azlistview copied to clipboard

A Flutter sticky headers & index ListView. Flutter 城市列表、联系人列表,索引&悬停。

Results 42 azlistview issues
Sort by recently updated
recently updated
newest added

**In this pull request:** - Upgraded flutter version so 3.1.0 can be supported - Upgraded the version for scrollable_positioned_list - Upgraded the packages inside examples - Added the `minCacheExtent` property...

I thought the widget should have more functionality, e.g. `Divider()` support. Is there any possibility that you could add this in the future?

Please change /pubspec.yaml line 13   scrollable_positioned_list: ^0.2.3 ->   scrollable_positioned_list: ^0.3.2

../.pub-cache/hosted/pub.flutter-io.cn/scrollable_positioned_list-0.2.3/lib/src/scrollable_positioned_list.dart:439:24: Warning: Operand of null-aware operation '!' has type 'SchedulerBinding' which excludes null. - 'SchedulerBinding' is from 'package:flutter/src/scheduler/binding.dart' ('../Downloads/flutter/packages/flutter/lib/src/scheduler/binding.dart'). SchedulerBinding.instance!.addPostFrameCallback((_) {

Currently working on the Page where there are some items on the top in the Singlechildscrollview inside the column and then there is azlistview which i am using with shrinkwrap...

Due to Flutter v3, scrollable_positioned_list has been updated to 0.3.2, please consider update azlistview to use this newer version.

susItem 默认有悬浮效果,但是有些case需要关闭悬浮效果,暂时没有开关支持

如何去掉susItem的悬停效果