We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clickable links in the rich attribution window are active also when the attribution window is not visible.
nonRotatedChildren: [ RichAttributionWidget( popupBackgroundColor: Colors.white70, alignment: AttributionAlignment.bottomRight, showFlutterMapAttribution: false, permanentHeight: 32, attributions: [ TextSourceAttribution( 'Basiskaart: ${mapTileProviderData[selectedMapType]['attrib']}', textStyle: const TextStyle(color: Colors.black87), onTap: () => launchUrl(Uri.parse(mapTileProviderData[selectedMapType]['attribLink']), mode: LaunchMode.platformDefault) ), (mapOverlay && overlayTileProviderData.isNotEmpty) ? TextSourceAttribution( 'Kaartoverlay: ${overlayTileProviderData[selectedOverlayType]['attrib']}', textStyle: const TextStyle(color: Colors.black87), onTap: () => launchUrl(Uri.parse(overlayTileProviderData[selectedOverlayType]['attribLink']), mode: LaunchMode.platformDefault) ) : const TextSourceAttribution(''), TextSourceAttribution('2011-${DateFormat('yyyy').format(DateTime.now())} Stichting Zeilvaart Warmond', textStyle: const TextStyle(color: Colors.black87), onTap: () => launchUrl(Uri.parse('https://www.zeilvaartwarmond.nl')) ) ], ), ],
No
tested on Windows, Android, Web
Obtrusive: Prevents normal functioning but causes no errors in the console
The text was updated successfully, but these errors were encountered:
Duplicate of #1589
Sorry, something went wrong.
Fixed by #1591, available on the master branch and v6 prereleases.
No branches or pull requests
What is the bug?
Clickable links in the rich attribution window are active also when the attribution window is not visible.
How can we reproduce it?
Do you have a potential solution?
No
Platforms
tested on Windows, Android, Web
Severity
Obtrusive: Prevents normal functioning but causes no errors in the console
The text was updated successfully, but these errors were encountered: