Suvajit Sarkar
Suvajit Sarkar
Wrong result comes for numbers more than 16 digits. For example Expression expression = Parser().parse('88888888888888888'); print(expression.toString()); Expected result should be `88888888888888888` but we get `88888888888888900.0` which is wrong. **NB: This...
Unable to start preview and I have no clue why. This worked on most of the phones I have tested but on my crashlytics I'm getting this crash. Fatal Exception:...
The the page exactly in color. Currently its getting printed in back and white and the theme also gets changed a bit
There is already a open issue for this PR #20 . I have already done a test to see if the events were flowing or not and I found the...
Circular reveal is not available on your latest release which is v1.1.0 but is available on your lates commit ed3e93aff1
From the docs I can see we can read `env` file in `dart/flutter` side. But I want to know if we can read the same env file in `Ios` and...