MayJuun / fhir

A Dart/Flutter package for working with FHIR resources.
MIT License
41 stars 29 forks source link

Crash on Flutter versions > 3.7.0 when parsing FhirDateTime #55

Closed vsaase closed 1 year ago

vsaase commented 1 year ago

Just for reference, I opened a bug report here: flutter/flutter#121270 There seems to be a bug in the RegExp implementation introduced in 3.7.1

Dokotela commented 1 year ago

Awesome! Thanks for the update and for the feedback (I rarely get any, so it's hard to know if the packages are functioning as they should).

AliakseiT commented 1 year ago

~Does anyone have a success with 3.7.7 and this crash? It is fixed as per change log, but it is still there for me.~ Confirmed with 3.7.7

Dokotela commented 1 year ago

This is true for both iOS & Android? Do you have any examples you can post? I'd like to try and play around with it to see if maybe we can find a workaround if it's a Flutter issue.

vsaase commented 1 year ago

It is fixed in Flutter stable now

Dokotela commented 1 year ago

Perfect. In that case I'll close this. Thanks!