CaptainDario

Results 170 comments of CaptainDario

After further investigation, you are right dart:ffi can only bind to C-APIs. As there are already a few people asking for a C-API are there any plans for something in...

That is sad to hear. I am quite clueless with C++ programming but would it be possible to only have a binding/C-API for the main entry point? Because I basically...

@ba32107 did you find a solution? I am encountering the same problem... I have folder `artifcats` which stores my builds. This is proved by running ``` bash ls artifacts/ ```...

@retorquere thank you I will try it in the coming days

@ba32107 I ended up using the github cli, much smoother experience and more importantly it works. @retorquere Thanks a lot for the github cli tip, works like a charm after...

I am getting the same error. However not for all of my translations only for a few of them.

For me the problem actually was that I was trying to access the localization before it was initialized. It has to be run after ``` dart runApp( EasyLocalization( ... Use...

@machiato32 Yes, that is what i figured out too. I moved my code which depends on the localization to a later point in my execution orde and now it is...

I would still like to have this option.

@YehudaKremer dart allows for an arbitrary build number, but I think that it's not common for a flutter app to set the build number to smth else than an int....