Hajo Lemcke

Results 7 issues of Hajo Lemcke

The QR-Scanner works really fine. Is it possible to add classes for BarCodeScanner?

feature request

jsonb is a standard data type of Postgres.

To properly integrate with `MaterialApp Localizations`, redraw must take place outside `I18n`. As a non-breaking change I suggest to add a `bool` property `autoRedraw` with default value `true` to `I18n`....

Enhancement Request: New parameter for `I18n` to set the locale to use. Supersedes parameter `initialLocale` (if both were set). Allows clean integration with `MaterialApp`. Reason: there is NO solution to...

Enhancement Request: New method `setLocale( Locale newLocaleToUse )` which uses the given locale for all further translations but without invoking `setState()` from within I18n. Reason: there is NO solution to...

Enhancement Request: New parameter for `I18n bool useLanguageCodeOnly = false` Description: whatever locale is set by `initialLocale` or `I18n.of(context).locale` it should only use the language code from the given locale....

Based on the solution for #236 (thanks to Sebastien for the quick extension!), I need a hook method in which I can replace some placeholder with an AjaxSubmitLink. I want...