TheCarpetMerchant

Results 74 comments of TheCarpetMerchant

@mogol Same thing. `allowBackup` is false, `fullBackupContent` is false, `aOption: AndroidOptions(encryptedSharedPreferences: true,)` is on every call. The exception is happening on devices using Android 10 and above. I'm mostly getting...

One of my users unblocked himself by Force stopping the app then clearing data & cache. Didn't work for others but I have no way of knowing if they proceeded...

I have put resetOnError to true on all accesses, and the error still occurs.

Alright, seem I'm getting contacted at least once a day by a user with this issue, I'm going to have to drop this package. @mogol Please put a warning for...

Bumping this : It seems Chrome handles this in the background, only keeping once space between other stuff and adding a space between pure text elements if needed, as can...

Here's a fix I'm applying that seems to work in my case. It doesn't handle trimming preceding spaces, but Chrome doesn't seem to either so I'm sticking to that. ```dart...

Encountered more cases ```dart static void treatEm(Document doc) { // Treat the content so we don't have double spaces around nodes. // https://github.com/Sub6Resources/flutter_html/issues/974 for(Element em in doc.querySelectorAll('em')) { // Is...

Well, there's probably an immense amount of HTML out there that still uses it, so I'd say it makes sense.