Marc@Wijsr

Results 14 issues of Marc@Wijsr

**Is your feature request related to a problem? Please describe.** Whenever an error happens, I would like to ask my users to upgrade to the latest app version and to...

enhancement
New issue

I have both a library project/package which has some translations and an application (using this library) that also has translations. The directory structure looks roughly like this - Library/ -...

third-party feature

## Steps to Reproduce I try to position two divs next to eachother. The HTML listed below uses three different ways (using float, using relative positioning and using a table)....

bug

I understand that you are not a map provider but the assets/europe.json does not contain Norway which makes the map look weird

## Bug report On https://firebase.google.com/docs/app-check/custom-provider, it is explained how to implement a custom App Check provider and it links to pages on how to use this custom provider in Apple,...

type: enhancement
plugin: app_check
platform: all

**Steps to Reproduce** - create a project with the code below - build it using `flutter build web` - put the build/web directory on a webserver - access this url...

bug

I have a number of pairs like "apple", "car", "bike", ... and a corresponding image. I want to be able to use the 'name' in both - "How many %s...

third-party feature

Hi, I want to make the pdf as wide as possible and I think I have to do this using `layoutPages()` (see code below) However, I noticed that the text...

Whenever a user selects some text, the callback ` onTextSelectionChange: (selection) { _selectedText = selection; }, ` gets called. But I would also like to clear the selection (eg after...

As mentioned in Issue #4 , text selection on Web has one remaining issue: it always selects complete lines. This can be reproduced when trying to select a couple of...