Compare commits

...

2 Commits

+5 -5
View File
@@ -6,6 +6,9 @@
<option name="newTranslationDialogY" value="447" /> <option name="newTranslationDialogY" value="447" />
<option name="pinTranslationDialog" value="true" /> <option name="pinTranslationDialog" value="true" />
<histories> <histories>
<item value="Makes this Rx looks like a function so you can update a new value using `rx(someOtherValue)`. Practical to assign the Rx directly to some Widget that has a signature ::onChange( value ) Example: ``` final myText = 'GetX rocks!'.obs; in your Constructor, just to check it works :P ever( myText, print ) ; in your build(BuildContext) { TextField( onChanged: myText, )," />
<item value="updates the value to `null` and adds it to the Stream. Even with null-safety coming, is still an important feature to support, as `call()` doesn't accept `null` values. For instance, `InputDecoration.errorText` has to be null to not show the &quot;error state&quot;. Sample: ``` final inputError = ''.obs..nil(); print('{inputError.runtimeType}: inputError'); outputs &gt; RxString: null ``` void nil() { subject.add(_value = null); }" />
<item value="Cause the record did not support by hive cache, remove this value by now Comment reply to record, null by default, soulsRecord or usersRecord. if reply to type is soul, this value is soul record if reply to type is user, this value is user record dynamic replyToRecord;" />
<item value="折叠" /> <item value="折叠" />
<item value="update last unsenddeleted message preview for on chat list page." /> <item value="update last unsenddeleted message preview for on chat list page." />
<item value="update last message preview for unsenddeleted message on chat list page." /> <item value="update last message preview for unsenddeleted message on chat list page." />
@@ -53,14 +56,11 @@
<item value="change new onboarding conditions" /> <item value="change new onboarding conditions" />
<item value="判断条件" /> <item value="判断条件" />
<item value="listen details after join group chat." /> <item value="listen details after join group chat." />
<item value="_k Default Size" />
<item value="_k Default Size Bytes" />
<item value="Changes the maximum cache bytes. If the new size is smaller than the current size in bytes, the extraneous elements are evicted immediately. Setting this to zero and then returning it to its original value will therefore immediately clear the cache." />
</histories> </histories>
<option name="languageScores"> <option name="languageScores">
<map> <map>
<entry key="CHINESE" value="349" /> <entry key="CHINESE" value="351" />
<entry key="ENGLISH" value="349" /> <entry key="ENGLISH" value="352" />
<entry key="GERMAN" value="1" /> <entry key="GERMAN" value="1" />
<entry key="FRENCH" value="1" /> <entry key="FRENCH" value="1" />
</map> </map>