Štěpán Záliš

Results 13 comments of Štěpán Záliš

You can use it like `supportedLocales: localizedLabels.keys`. It returns list of locales. `localizedLabels` is from generated file.

Oh, I found the related issue already. #33 Sorry

@aloisdeniel Thanks. I'll check it out.

@aloisdeniel Can you please update source_gen: ^1.0.0 and dart_style: ^2.0.0? Seems that generating does not change anything and got some errors. I got this error: `Error: The parameter 'ok' can't...

Generator produces the same code as version 2.x as mentioned @4mitabh. Build crashes when you use Dart 2.12.

Already found a way in #38. @aloisdeniel would be awesome to update the doc. ``` AppLocalizationsData translate() { return Localizations.of(this, AppLocalizationsData); } ```

`ApiClient` above is abstract class which will is generated and needs Dio as dependency. I also need to create my custom Dio client which has all interceptors etc. (`CustomDioClient`) which...

Thanks for the reply. When converting model from TF without classifier (like example below): ``` mlModel = ct.convert( model, inputs=[image_input], # classifier_config=classifier_config, minimum_deployment_target=ct.target.iOS16, ) ``` It doesn't produce any error...