Compare commits

..

6 Commits

2 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -3,6 +3,6 @@
<version>1</version>
</component>
<component name="whatsNew">
<shownVersion>2021.3.1rc16</shownVersion>
<shownVersion>2021.3.1rc17</shownVersion>
</component>
</application>
+13 -13
View File
@@ -6,6 +6,16 @@
<option name="newTranslationDialogY" value="447" />
<option name="pinTranslationDialog" value="true" />
<histories>
<item value="stage 2 and 3 done." />
<item value="Optional widget to place on the line after the input. This can be used, for example, to add some padding to the text that would otherwise be specified using [suffixText], or to add a custom widget after the input. The widget's baseline is lined up with the input baseline. Only one of [suffix] and [suffixText] can be specified. The [suffix] appears before the [suffixIcon], if both are specified. See also: [prefix], the equivalent but on the leading edge." />
<item value="smart Dashes Type" />
<item value="smart Quotes Type" />
<item value="decimal" />
<item value="The number is decimal, allowing a decimal point to provide fractional. This flag is only used for the [number] input type, otherwise `null`. Use `const TextInputType.numberWithOptions(decimal: true)` to set this." />
<item value="The number is signed, allowing a positive or negative sign at the start. This flag is only used for the [number] input type, otherwise `null`. Use `const TextInputType.numberWithOptions(signed: true)` to set this." />
<item value="signed" />
<item value="animating" />
<item value="Reduces a collection to a single value by iteratively combining elements of the collection using the provided function. The iterable must have at least one element. If it has only one element, that element is returned. Otherwise this method starts with the first element from the iterator, and then combines it with the remaining elements in iteration order, as if by: ``` E value = iterable.first; iterable.skip(1).forEach((element) { value = combine(value, element); }); return value; ``` Example of calculating the sum of an iterable: ```dart final numbers = &lt;double&gt;[10, 2, 5, 0.5]; final result = numbers.reduce((value, element) =&gt; value + element); print(result); 17.5" />
<item value="cost" />
<item value="stress" />
<item value="sequence" />
@@ -46,28 +56,18 @@
<item value="update last message preview on chat list page for unsenddeleted message." />
<item value="permanent" />
<item value="Creates a new map containing all of the keyvalue pairs from [parameters] except those whose value is `null`." />
<item value="Takes a route [name] String generated by [to], [off], [offAll] (and similar context navigation methods), cleans the extra chars and accommodates the format. TODO: check for a more &quot;appealing&quot; URL naming convention. `() =&gt; MyHomeScreenView` becomes `my-home-screen-view`." />
<item value="Navigation.push() shortcut.&lt;br&gt;&lt;br&gt; Pushes a new `page` to the stack It has the advantage of not needing context, so you can call from your business logic You can set a custom [transition], and a transition [duration]. You can send any type of value to the other route in the [arguments]. Just like native routing in Flutter, you can push a route as a [fullscreenDialog], [id] is for when you are using nested navigation, as explained in documentation If you want the same behavior of ios that pops a route when the user drag, you can set [popGesture] to true If you're using the [Bindings] api, you must define it here By default, GetX will prevent you from push a route that you already in, if you want to push anyway, set [preventDuplicates] to false" />
<item value="prevent Duplicates" />
<item value="make users whose 'is_group_chat_super_admin' field in 'user_flag' is true can manage any group chat." />
<item value="使 user_flag 中 is_group_chat_super_admin 字段为 true 的用户可以管理任意群聊" />
<item value="验收" />
<item value="confetti" />
<item value="skeleton for new friends page." />
<item value="Skeleton Paragraph" />
<item value="check user permission and jump to request page before create group chat." />
</histories>
<option name="languageScores">
<map>
<entry key="CHINESE" value="389" />
<entry key="ENGLISH" value="390" />
<entry key="CHINESE" value="399" />
<entry key="ENGLISH" value="400" />
<entry key="GERMAN" value="1" />
<entry key="FRENCH" value="1" />
</map>
</option>
</component>
<component name="Cache">
<option name="lastTrimTime" value="1665646114673" />
<option name="lastTrimTime" value="1666078122749" />
</component>
<component name="Settings">
<option name="phoneticFontFamily" value="DejaVu Sans Mono" />