astheras

Results 4 issues of astheras

get: ^4.3.4 loading_indicator: ^3.0.2 ``` Exception has occurred. "Error: Assertion failed: file:///C:/flutter/packages/flutter/lib/src/animation/animation_controller.dart:772:7 _ticker != null "AnimationController.stop() called after AnimationController.dispose()\nAnimationController methods should not be used after calling dispose." at Object.throw_ [as...

bug

I'm using https schemes and am testing on my samsung s22, which is running Android 13 and i cant make linkStream.listen to fire. manifest ``` ``` init code ```dart Future...

for example ```dart SubstringHighlight( text: 'txt_agreement'.tr, terms: [ 'txt_terms_conditions'.tr, 'txt_privacy_policy'.tr, ], textAlign: TextAlign.center, textStyle: Get.textTheme.headline2!.copyWith( fontSize: 12, fontWeight: FontWeight.w400, letterSpacing: 0, ), textStyleHighlight: Get.textTheme.bodyText2!.copyWith( fontSize: 12, fontWeight: FontWeight.w400, letterSpacing: 0,...

participantJoined works perfectly. But when i try to leave the stream from another device, participantLeft doesn't want to fire on my current device. Instead of participantLeft fires Events.streamDisabled, What am...