Luis Jaramillo

Results 4 comments of Luis Jaramillo

Because peek_and_pop >=1.0.2+1 depends on bloc ^2.0.0 and voyomobile depends on bloc ^6.1.1, peek_and_pop >=1.0.2+1 is forbidden. So, because voyomobile depends on peek_and_pop ^1.0.3, version solving failed. pub get failed...

Hi there ¿ Any solution ?

Open the file ../../flutter/.pub-cache/hosted/pub.dartlang.org/custom_radio-0.1.2/lib/custom_radio.dart and override _updateState method: ``` void _updateState() { setState(() { if (widget.checked && _controller.status != AnimationStatus.completed) { _controller.forward(); } else { // _controller.reverse().then((Null value) { //...