Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3169ed3a66 | |||
| b0e77b2591 | |||
| d83be37e14 |
@@ -4,6 +4,9 @@
|
|||||||
<option name="newTranslationDialogX" value="811" />
|
<option name="newTranslationDialogX" value="811" />
|
||||||
<option name="newTranslationDialogY" value="447" />
|
<option name="newTranslationDialogY" value="447" />
|
||||||
<histories>
|
<histories>
|
||||||
|
<item value="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." />
|
||||||
|
<item value="Returns a sentinel for use with set() or update() to include a server-generated timestamp in the written data." />
|
||||||
|
<item value="increase" />
|
||||||
<item value="reaction" />
|
<item value="reaction" />
|
||||||
<item value="bring chat data controller to chat page." />
|
<item value="bring chat data controller to chat page." />
|
||||||
<item value="A [DocumentReference] refers to a document location in a [FirebaseFirestore] database and can be used to write, read, or listen to the location. The document at the referenced location may or may not exist. A [DocumentReference] can also be used to create a [CollectionReference] to a subcollection." />
|
<item value="A [DocumentReference] refers to a document location in a [FirebaseFirestore] database and can be used to write, read, or listen to the location. The document at the referenced location may or may not exist. A [DocumentReference] can also be used to create a [CollectionReference] to a subcollection." />
|
||||||
@@ -51,14 +54,11 @@
|
|||||||
<item value="subscription" />
|
<item value="subscription" />
|
||||||
<item value="Missing or insufficient permissions" />
|
<item value="Missing or insufficient permissions" />
|
||||||
<item value="Notifies of document updates at this location. An initial event is immediately sent, and further events will be sent whenever the document is modified." />
|
<item value="Notifies of document updates at this location. An initial event is immediately sent, and further events will be sent whenever the document is modified." />
|
||||||
<item value="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" />
|
|
||||||
<item value="Whether the navigator can be popped. {@macro flutter.widgets.navigator.canPop} See also: [Route.isFirst], which returns true for routes for which [canPop] returns false." />
|
|
||||||
<item value="Consults the current route's [Route.willPop] method, and acts accordingly, potentially popping the route as a result; returns whether the pop request should be considered handled. {@macro flutter.widgets.navigator.maybePop} See also: [Form], which provides an `onWillPop` callback that enables the form to veto a [pop] initiated by the app's back button. [ModalRoute], which provides a `scopedWillPopCallback` that can be used to define the route's `willPop` method." />
|
|
||||||
</histories>
|
</histories>
|
||||||
<option name="languageScores">
|
<option name="languageScores">
|
||||||
<map>
|
<map>
|
||||||
<entry key="CHINESE" value="148" />
|
<entry key="CHINESE" value="151" />
|
||||||
<entry key="ENGLISH" value="149" />
|
<entry key="ENGLISH" value="152" />
|
||||||
<entry key="FRENCH" value="1" />
|
<entry key="FRENCH" value="1" />
|
||||||
</map>
|
</map>
|
||||||
</option>
|
</option>
|
||||||
|
|||||||
Reference in New Issue
Block a user