zs-dima
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
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...
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
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   Android   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...