zs-dima

Results 50 issues of zs-dima

Could be nice to create DraggableScrollableSheet - like widget with extended functionality. modal_bottom_sheet looks awesome, hope you will create bottom sheet widget in the same way.

Could be nice to add const UnmodifiableListView.empty() constructor in the same way as UnmodifiableMapView.empty() constructor had been added: https://github.com/dart-lang/collection/issues/20

type-enhancement

Could be nice to have Retry functionality for the gRPC calls. It could be call parameters to pass retry count and delay. Fore the stream respond - in case of...

type-enhancement
help wanted

GitVersion increment PreReleaseNumber for each branch separately. Is there any way to increment PreReleaseNumber or CommitsSinceVersionSource continually instead? I tried to use github.run_number instead, but it increment for each workflow...

Could be nice to make SnappingSheetController as Listenable so we will be able to use animation based on SnappingSheet moving

Feature

Please, create Null safety library version

enhancement

it could be nice to add 7-Zip archives support

It could be nice to be able to add decorations for some disabled dates. For example for booking we want to display weekend and holidays in red color but dates...

All dates are disabled on iOS. Calendar works well with Android however. iOS ![2021-09-27_11-06-39](https://user-images.githubusercontent.com/25195453/134869128-3de84f1b-cdc6-4105-82d3-317a63490571.png) ![2021-09-27_11-06-18](https://user-images.githubusercontent.com/25195453/134869129-517e9b8c-6672-451a-9907-adde2399de9f.png) Android ![2021-09-27_11-07-21](https://user-images.githubusercontent.com/25195453/134869187-61ef34a9-3d76-4fdc-ace2-bfbb5ae2bf9f.png) ![2021-09-27_11-07-01](https://user-images.githubusercontent.com/25195453/134869192-4962f4ae-2e75-488b-9fa1-6695ca5afc6e.png) Flutter 2.5.1 ``` flutter --version Flutter 2.5.1 • channel stable • https://github.com/flutter/flutter.git...

@aryzhov thanks for the awesome library It is nice that we could set 'hasIcon: false' and place ExpandableIcon() where we like. But expand/collapse icon animating stops sometime till page will...