alphabet_list_scroll_view icon indicating copy to clipboard operation
alphabet_list_scroll_view copied to clipboard

Results 21 alphabet_list_scroll_view issues
Sort by recently updated
recently updated
newest added

I Tried the example app and the scrolling using the alphabets doesn't work. `[-2:ui_dart_state.cc(199)] Unhandled Exception: type 'Future' is not a subtype of type 'FutureOr' in type cast #0 _AlphabetListScrollViewState._select...

return AlphabetListScrollView( strList: _names!, highlightTextStyle: const TextStyle( color: Colors.yellow, ), showPreview: true, itemBuilder: (context, index) { return ListTile(title: Text(_names![index])); }, indexedHeight: (i) { return 80; }, keyboardUsage: true, headerWidgetList: [...

Hello all! Thanks for your interest in using this package. I understand that I haven't address quite a few issues and there are pull requests that I haven't look at....

Hello, thank you for creating this library. We found that we cannot update bloc dependency to ^3.0.0 due to the following error: ``` Because bloc_test >=3.0.0 depends on rxdart ^0.23.0...

![Screenshot_20200107-114500](https://user-images.githubusercontent.com/20571358/71874011-52d5a080-3153-11ea-98f5-a232d706954a.png)

This library is Awesome please consider my feature request. Please check this out. https://stackoverflow.com/questions/58928362/how-can-i-create-alphabets-slider-to-scroll-over-the-widgets-list-in-flutter ![alt text](https://i.stack.imgur.com/vEfos.png)

enhancement

This is a cool library but doesn't really work if you need 2000 items in your list. It gets really laggy. I'm not sure what the max number of items...

I'm currently working on a project which uses your package along side others. Your current rxdart dependency is version 0.23.1 but another package I'm using requires rxdart 0.24.0 in order...