MayJuun / fhir

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

Fix Base64 regexp #5

Closed tiloc closed 3 years ago

tiloc commented 3 years ago

The regexp set the isValid flag to "false" on perfectly valid base64 strings. I have also reduced memory consumption (backtracking) according to this: https://github.com/flutter/flutter/issues/73929