Štěpán Záliš

Results 6 issues of Štěpán Záliš

With version 5.1, is it possible to access all generated classes with corresponding strings? With older version, I have extension like ``` extension BuildContextExtension on BuildContext { // Get translated...

Hello 👋 first of all, thank you for the package, it helped me a lot with sharing translation with others. Do you consider to maintain it and migrate it to...

enhancement

Hi, thank you for the widget. It would be really nice to change the duration of the wave.

enhancement

Hello 👋 in @module I have custom Dio client which is returns Future, ``` @preResolve Future get dio => CustomDioClient.createDio(); ``` and ApiClient which needs to have Dio instance like...

## 🐞Describing the bug With successfully converted model from Tenserflow to CoreML format, I wanted try to quantize model. I run snippet below with model in `.mlpackage` format but got...

bug
triaged

Hey! First, I would like to thank you for your package, so far I really like it. I currently struggle with `@HiddenIn` and `@ViewedIn` syntax. Let's say I have following...