Luca Oropallo
Luca Oropallo
For me the first call of _Geocoder.local.findAddressesFromCoordinates(coordinates);_ is succesful, but then stop working. In my case i have a page with a google map that shows the address every time...
@Syaba999 got it on Android, thanks! But for me iOS push never arrive
I made `BouncingScrollPhysics` works with [stretchy_header](https://pub.dev/packages/stretchy_header) https://user-images.githubusercontent.com/35781302/199485617-4b952530-a7fa-4315-8417-61620baf35da.mov ```dart DismissiblePage( direction: DismissiblePageDismissDirection.down, onDismissed: RoutesService.to.doBack, child: StretchyHeader.listView( headerData: HeaderData( blurContent: false, headerHeight: Get.width / NibRatioDimension.squareLike.value, header: Hero( tag: space?.id, child: _SpaceCoverImage( space:...
Going back to `flutter_svg: 1.1.6` seems to fix it. It could also help to add the property `fit: BoxFit.scaleDown` to avoid the icon being cropped.
You could initialize `foreground` like you do for `background`. ``` Color foreground = Colors.white; Color background = Colors.black; ```