Mike.Ivanov

Results 4 issues of Mike.Ivanov

**Flutter Version** My version : Flutter (Channel stable, 2.2.3, on macOS 11.2.3 20D91 darwin-x64, locale ru-BY) **Lib Version** My version : 3.0.3+6 **Platform (Android / iOS / web) + version**...

bug

### Bug Description I cannot redo the same steps that I did undo Add Undo / Redo buttons final undo = MobileToolbarItem.action( itemIconBuilder: (context, __, ___) => Icon( Icons.undo, color:...

p0

Add possibility to use softWrap param so we can achieve better behavior when using maxLines and overflow fade

Add wrapper, so it's possible to use any widget as parent (RefreshIndicator for example) Usage: Widget build(BuildContext context) { final today = DateTime.now().startOfDay(); return GroupedListView( wrapper: (child) { return RefreshIndicator(...