Enrique Cardona
Enrique Cardona
@niklasbartsch I'm printing on MacOS without any issues long time ago (I've landed here because I'm having issues on Web, but this is another story...) Is this issue still present...
> You can set the page label on a Context object For now the only workaround is try to estimate number of pages given the objects that prints in the...
> For now the only workaround is try to estimate number of pages given the objects that prints in the report (which in fact is mainly a table with same...
I've tried https://github.com/mogol/flutter_secure_storage/issues/380#issuecomment-1236577186 and also an update to `6.0.0` but the main issue is still pressent. @mogol For now this is blocker for our app :(
No, no, I'm just using vanilla `json_serializable`. Here it is an example of one of the extensions I've found, specifically targeted for this library. https://plugins.jetbrains.com/plugin/12860-jsonserializable TBH, later I've found another...
@kevmoo Cool, I've updated the issue title. Thanks.
> TBH, later I've found another that, apparently, generates valid code fragments: > > https://plugins.jetbrains.com/plugin/12521-dart-json-serializable-helper Forget about this one, it's not updated so this is unsupported for latest AndroidStudio, IntelliJ...
I'm using [csv](https://pub.dev/packages/csv) to do a batch import on a Landing Screen, using onCreate callback, but it takes too long to initialize (~50000 rows takes ~5 minutes). Would it be...
> I'm using [csv](https://pub.dev/packages/csv) to do a batch import on a Landing Screen, using onCreate callback, but it takes too long to initialize (~50000 rows takes ~5 minutes). > >...
@dmitdu As far as I remember, you have to shutdown the database, perform the copy/restore operations and then initialize the database again. The code should recognise the DB version and...