<itemvalue="The following message was thrown building Obx(has builder, dirty, state: _ObxState28fd8): Iflutter ( 718): [Get] the improper use of a GetX has been detected. Iflutter ( 718): You should only use GetX or Obx for the specific widget that will be updated. Iflutter ( 718): If you are seeing this error, you probably did not insert any observable variables into Iflutter ( 718): GetXObx Iflutter ( 718): or insert them outside the scope that GetX considers suitable for an update Iflutter ( 718): (example: GetX => HeavyWidget => variableObservable). Iflutter ( 718): If you need to update a parent widget and a child widget, wrap each one in an ObxGetX."/>
<itemvalue="Returns a sentinel for use with set() or update() to include a server-generated timestamp in the written data."/>
<itemvalue="increase"/>
<itemvalue="reaction"/>
@ -53,12 +54,11 @@
<itemvalue="subscription"/>
<itemvalue="Missing or insufficient permissions"/>
<itemvalue="Notifies of document updates at this location. An initial event is immediately sent, and further events will be sent whenever the document is modified."/>
<itemvalue="Pop the top-most route off the navigator. {@macro flutter.widgets.navigator.pop} {@tool snippet} Typical usage for closing a route is as follows: ```dart void _handleClose() { navigator.pop(); } ``` {@end-tool} {@tool snippet} A dialog box might be closed with a result: ```dart void _handleAccept() { navigator.pop(true); dialog returns true } ``` {@end-tool} @optionalTypeArgs"/>