Jason Perfetto
Jason Perfetto
You should add the following line to InputConverter before trying to parse the input as an int: if (str == null) return Left(InvalidInputFailure()); otherwise an unhandled exception is thrown that...
Steps to reproduce: 1) go to - > https://rodydavis.github.io/file_access/#/ 2) click any of the upload buttons, and select a file - File / Image renders as expected 3) click the...
On the latest release of flutter, I have experienced some really strange behavior. I have the same implementation of the home view + bottom nav as the example, with singleton...
I am trying to pass custom data in the "extra" node of the payload dictionary as listed in the docs, but there is no payload accessible in the CallKeepDidDisplayIncomingCall event...
Hi, I really appreciate the work you've put into this package, but would it be possible to put some TLC into the documentation? Right now this package is nigh on...