Daniil
Daniil
try this https://github.com/jamesblasco/modal_bottom_sheet/pull/211
You probably mean == operator, I didn't see a equals in Iterable, List, etc. ```.contentEquals()``` is ok.
To be honest I am against about to use different collections. I prefer use core lib with extensions =)
Well, contentEquals solved my problem, but I think will be nice to have deep collection equality as well.
https://github.com/rxlabz/speech_recognition/pull/31/commits/3df873f4de9d5d7a60422f1a1b557d228055df57
@pento if you using CupertinoNavigationBar try to set color of border to transparent like this ```dart Border( bottom: BorderSide( color: Colors.transparent, width: 0.0 ), ) ```
Any news guys?