Kimbowa Aloysius

Results 5 comments of Kimbowa Aloysius

Same here, even running the GitHub Snake example that's on this site without changing a single line of code, only Accelerometer returns values, but UserAccelerometer, Gyroscope and Magnetometer are all...

> @VaporGraphic I currently use this workaround > > ```dart > import 'package:flutter/widgets.dart'; > > class GoRouteWrapper extends StatefulWidget { > const GoRouteWrapper({ > required this.child, > this.onInit, > this.onChangeDependencies,...

Hi, I'm also getting the error when I use the HeartBeat on the second page and press the back button. E/flutter ( 3021): [ERROR:flutter/shell/common/shell.cc(93)] Dart Unhandled Exception: This ticker was...

@imujtaba8488 @rohitsangwan01 The error seems to be thrown by `_controller.repeat().orCancel;` I replaced it with code below and it doesn't throw any errors ``` @override void didUpdateWidget(ABeats oldWidget) { _controller.reset(); //...

> same error Click to open the method you want to use (Ctrl+Click in android studio). Replace every `_controller.repeat().orCancel;` with these two lines of code: `_controller.forward(); _controller.repeat();`