Allen Bowers

Results 12 comments of Allen Bowers

im having the same issue, i cant `setState` in `onSelectedDateChange` the error says `setState() or markNeedsBuild() called during build.`

To get around the issue i used a `Timer` in the `onSelectedDateChange` like this : `Timer(Duration(milliseconds: 500), (){ setState(() { });});`

Y cant i unsubscribe to this? I have tried unsubscribing a million times now. Please un sub me from this thread and all other threads On Jul 27, 2017 10:09...

any way to hide the card picture? it may cause "fraud" problems.

any word on this ?

> hey dude, im also only receiving state = 12, but if you're problem is being unable to detect any bluetooth device, try turning on the device location, after i...

I also need this! During my research i found this. but it does nothing: ``` printer.text('\x10\x04\x01'); // ESC, EOT, ENQ ```