L Linse

Results 9 issues of L Linse

## Page URL https://docs.flutter.dev/development/accessibility-and-localization/accessibility/ ## Page Source https://github.com/flutter/website/tree/main/src/development/accessibility-and-localization/accessibility.md ## Describe the problem In order to markup which voice locale that assistive technology like TalkBack and VoiceOver should use, a Flutter...

p2-medium
e1-hours

# Feature Request ## Motivation Behind Feature One use case for uuid is to tell devices apart when a user sign in to different devices. However according to [the docs](https://cordova.apache.org/docs/en/10.x/reference/cordova-plugin-device/#deviceuuid)...

This changes so that if distance is negative, then it measures along the line in reverse. Before, it would use bearing and return a point before the start. Also document...

I don't know if it would be outside the scope of this library, but I have situations related to flutter_map where I grab the LatLngBounds of FlutterMap-view to filter vector...

I would prefer a simple tap on a marker to remove it, but as the library currently uses long-press my proposal is to make this configurable.

It would be useful if focusNodes was possible to see in the widget inspector tree and also see which one is currently focused. The only solution I found to figure...

enhancement
inspector page
fix it friday

setLocationInstance was replaced with Location.instance and its type has also changed.

Resolves issue https://github.com/Lyokone/flutterlocation/issues/971 - the documented method to change notification options is out of sync with the code.

**Describe the bug** I the past, there used to be a function `updateBackgroundNotification` to update the content of the sticky notification when background mode is active on Android. This method...