Compare commits
3 Commits
f5331fdf9f
...
8304381263
| Author | SHA1 | Date | |
|---|---|---|---|
| 8304381263 | |||
| 1c721041f5 | |||
| 91c938c708 |
@@ -6,6 +6,11 @@
|
|||||||
<option name="newTranslationDialogY" value="447" />
|
<option name="newTranslationDialogY" value="447" />
|
||||||
<option name="pinTranslationDialog" value="true" />
|
<option name="pinTranslationDialog" value="true" />
|
||||||
<histories>
|
<histories>
|
||||||
|
<item value="fix: issue happened on quick rejoin chat" />
|
||||||
|
<item value="fix: issue on quick rejoin chat" />
|
||||||
|
<item value="Called to veto attempts by the user to dismiss the enclosing [ModalRoute]. If the callback returns a Future that resolves to false, the enclosing route will not be popped." />
|
||||||
|
<item value="Delete registered Class Instance [S] (or [tag]) and, closes any open controllers `DisposableInterface`, cleans up the memory Deletes the Instance<[S]>, cleaning the memory. - [tag] Optional "tag" used to register the Instance - [key] For internal usage, is the processed key used to register the Instance. don't use it unless you know what you are doing. Deletes the Instance<[S]>, cleaning the memory and closes any open controllers (`DisposableInterface`). - [tag] Optional "tag" used to register the Instance - [key] For internal usage, is the processed key used to register the Instance. don't use it unless you know what you are doing. - [force] Will delete an Instance even if marked as `permanent`." />
|
||||||
|
<item value="Deletes the Instance<[S]>, cleaning the memory and closes any open controllers (`DisposableInterface`). - [tag] Optional "tag" used to register the Instance - [key] For internal usage, is the processed key used to register the Instance. don't use it unless you know what you are doing. - [force] Will delete an Instance even if marked as `permanent`." />
|
||||||
<item value="feat: speed up reaction and message send." />
|
<item value="feat: speed up reaction and message send." />
|
||||||
<item value="Operation was rejected because the system is not in a state required for the operation's execution. If performing a query, ensure it has been indexed via the Firebase console." />
|
<item value="Operation was rejected because the system is not in a state required for the operation's execution. If performing a query, ensure it has been indexed via the Firebase console." />
|
||||||
<item value="strange content on replaying message with at user." />
|
<item value="strange content on replaying message with at user." />
|
||||||
@@ -51,16 +56,11 @@
|
|||||||
<item value="issue on send first message to group chat." />
|
<item value="issue on send first message to group chat." />
|
||||||
<item value="Initializes the application metadata with mock values for testing. If the singleton instance has been initialized already, it is overwritten." />
|
<item value="Initializes the application metadata with mock values for testing. If the singleton instance has been initialized already, it is overwritten." />
|
||||||
<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="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="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." />
|
|
||||||
</histories>
|
</histories>
|
||||||
<option name="languageScores">
|
<option name="languageScores">
|
||||||
<map>
|
<map>
|
||||||
<entry key="CHINESE" value="196" />
|
<entry key="CHINESE" value="201" />
|
||||||
<entry key="ENGLISH" value="197" />
|
<entry key="ENGLISH" value="202" />
|
||||||
<entry key="FRENCH" value="1" />
|
<entry key="FRENCH" value="1" />
|
||||||
</map>
|
</map>
|
||||||
</option>
|
</option>
|
||||||
|
|||||||
Reference in New Issue
Block a user