Giacomo Bellini

Results 3 issues of Giacomo Bellini

Since VALUE uses Convert.ToDecimal it seems logical to use Decimal.TryParse instead of a RegEx to check if the string is a number

Hi @matheval, it looks like the ISNUMBER(value) function returns true only when the text is a number with a decimal separator. The regex used to check the value is ```/^-?\d*(\.\d+)+$/```...

After upgrading Flutter to 3.29.0 I receive an error while building with ```flutter build apk``` on Windows. ``` C:\Users\giaco\AppData\Local\Pub\Cache\hosted\pub.dev\sound_generator-0.0.13\android\src\main\java\io\github\mertguner\sound_generator\SoundGeneratorPlugin.java:11: error: cannot find symbol import io.flutter.plugin.common.PluginRegistry.Registrar; ^ symbol: class Registrar location:...