Ready Iman
Ready Iman
Btw @DanTup I wonder if this non valid filename can be added to Dart analysis (lint/warning)? Because single programmer with large files like me had slim chance to detect it,...
```dart late final _controller = MapController( location: LatLng( Angle.degree(initialCameraPosition.target.latitude), Angle.degree(initialCameraPosition.target.longitude), ), ); late final _tilesUrl = 'https://tile.openstreetmap.org/{z}/{x}/{y}.png'; @override Widget build(BuildContext context, WidgetRef ref) { return MapLayout( controller: _controller, builder: (context,...
I use exactly same url on flutter map, it works.
> user?.reload(); Calling `user.reload` make it work for emulator. > it works without emulator But it seems it works without it in real device. I wonder if it a necessary...