<itemvalue="If non-null, sets its width to the child's width multiplied by this factor. Can be both greater and less than 1.0 but must be non-negative."/>
<itemvalue="indicator"/>
<itemvalue="Group Chat Viewer Count Indicator"/>
<itemvalue="issue on sending first message to group chat."/>
@ -54,12 +55,11 @@
<itemvalue="The following message was thrown building Obx(has builder, dirty, state: _ObxState249bd): Iflutter (30461): [Get] the improper use of a GetX has been detected. Iflutter (30461): You should only use GetX or Obx for the specific widget that will be updated. Iflutter (30461): If you are seeing this error, you probably did not insert any observable variables into Iflutter (30461): GetXObx Iflutter (30461): or insert them outside the scope that GetX considers suitable for an update Iflutter (30461): (example: GetX => HeavyWidget => variableObservable). Iflutter (30461): If you need to update a parent widget and a child widget, wrap each one in an ObxGetX."/>
<itemvalue="The following message was thrown building Obx(has builder, dirty, state: _ObxStatec95b4): Iflutter (30457): [Get] the improper use of a GetX has been detected. Iflutter (30457): You should only use GetX or Obx for the specific widget that will be updated. Iflutter (30457): If you are seeing this error, you probably did not insert any observable variables into Iflutter (30457): GetXObx Iflutter (30457): or insert them outside the scope that GetX considers suitable for an update Iflutter (30457): (example: GetX => HeavyWidget => variableObservable). Iflutter (30457): If you need to update a parent widget and a child widget, wrap each one in an ObxGetX."/>
<itemvalue="The following message was thrown building Obx(has builder, dirty, state: _ObxStatee0061): Iflutter (30457): [Get] the improper use of a GetX has been detected. Iflutter (30457): You should only use GetX or Obx for the specific widget that will be updated. Iflutter (30457): If you are seeing this error, you probably did not insert any observable variables into Iflutter (30457): GetXObx Iflutter (30457): or insert them outside the scope that GetX considers suitable for an update Iflutter (30457): (example: GetX => HeavyWidget => variableObservable). Iflutter (30457): If you need to update a parent widget and a child widget, wrap each one in an ObxGetX."/>
<itemvalue="Cancels this subscription. After this call, the subscription no longer receives events. The stream may need to shut down the source of events and clean up after the subscription is canceled. Returns a future that is completed once the stream has finished its cleanup. Typically, cleanup happens when the stream needs to release resources. For example, a stream might need to close an open file (as an asynchronous operation). If the listener wants to delete the file after having canceled the subscription, it must wait for the cleanup future to complete. If the cleanup throws, which it really shouldn't, the returned future completes with that error."/>