Compare commits

...

5 Commits

+12 -12
View File
@@ -6,6 +6,16 @@
<option name="newTranslationDialogY" value="447" /> <option name="newTranslationDialogY" value="447" />
<option name="pinTranslationDialog" value="true" /> <option name="pinTranslationDialog" value="true" />
<histories> <histories>
<item value="General Private Chat Controller" />
<item value="This's a flag lock, to prevent hop in a group chat before pre group chat page haven't dispose completely." />
<item value="This's a flag lock, to prevent hop in a group chat before pre-chat page haven't dispose completely." />
<item value="By default all lottie animation is infinite, which causes e2e test halt. Thus setting repeat as false when running in e2e test" />
<item value="e 2 e Testing Active" />
<item value="feat: GS-966 display customized name first." />
<item value="Whether [other] is a `String` with the same sequence of code units. This method compares each individual code unit of the strings. It does not check for Unicode equivalence. For example, both the following strings represent the string 'Amélie', but due to their different encoding, are not equal: ```dart 'Am\xe9lie' == 'Ame\u{301}lie'; false ``` The first string encodes 'é' as a single unicode code unit (also a single rune), whereas the second string encodes it as 'e' with the combining accent character '◌́'." />
<item value="A hash code derived from the code units of the string. This is compatible with [operator ==]. Strings with the same sequence of code units have the same hash code." />
<item value="Petition Reports Record" />
<item value="Optionally, annotate a Built Value with this to specify settings. This is only needed for advanced use." />
<item value="immersive" /> <item value="immersive" />
<item value="lean Back" /> <item value="lean Back" />
<item value="immersive Sticky" /> <item value="immersive Sticky" />
@@ -46,21 +56,11 @@
<item value="Tertiary" /> <item value="Tertiary" />
<item value="Bit field using the Button constants such as [kPrimaryMouseButton], [kSecondaryStylusButton], etc. For example, if this has the value 6 and the [kind] is [PointerDeviceKind.invertedStylus], then this indicates an upside-down stylus with both its primary and secondary buttons pressed." /> <item value="Bit field using the Button constants such as [kPrimaryMouseButton], [kSecondaryStylusButton], etc. For example, if this has the value 6 and the [kind] is [PointerDeviceKind.invertedStylus], then this indicates an upside-down stylus with both its primary and secondary buttons pressed." />
<item value="Unique identifier for the pointer, not reused. Changes for each new pointer down event." /> <item value="Unique identifier for the pointer, not reused. Changes for each new pointer down event." />
<item value="You are no longer in line to speak." />
<item value="The color to paint behind the [child]. This property should be preferred when the background is a simple color. For other cases, such as gradients or images, use the [decoration] property. If the [decoration] is used, this property must be null. A background color may still be painted by the [decoration] even if this property is null." />
<item value="Whether performing this activity constitutes scrolling. Used, for example, to determine whether the user scroll direction (see [ScrollPosition.userScrollDirection]) is [ScrollDirection.idle]. See also: [shouldIgnorePointer], which controls whether pointer events are allowed while the activity is live. [UserScrollNotification], which exposes this status." />
<item value="Start a drag activity corresponding to the given [DragStartDetails]. The `onDragCanceled` argument will be invoked if the drag is ended prematurely (e.g. from another activity taking over). See [ScrollDragController.onDragCanceled] for details." />
<item value="[GetStream] is the lightest and most performative way of working with events at Dart. You sintaxe is like StreamController, but it works with simple callbacks. In this way, every event calls only one function. There is no buffering, to very low memory consumption. event [add] will add a object to stream. [addError] will add a error to stream. [listen] is a very light StreamSubscription interface. Is possible take the last value with [value] property." />
<item value="Returns a [StreamSubscription] similar to [listen], but with the added benefit that it primes the stream with the current [value], rather than waiting for the next [value]. This should not be called in [onInit] or anywhere else during the build process." />
<item value="permanent" />
<item value="Deletes the `Instance&lt;S&gt;`, cleaning the memory and closes any open controllers (`DisposableInterface`). - [tag] Optional &quot;tag&quot; used to register the Instance - [force] Will delete an Instance even if marked as `permanent`." />
<item value="Injects an `Instance&lt;S&gt;` in memory. No need to define the generic type `&lt;[S]&gt;` as it's inferred from the [dependency] parameter. - [dependency] The Instance to be injected. - [tag] optionally, use a [tag] as an &quot;id&quot; to create multiple records of the same `Type&lt;S&gt;` the [tag] does not conflict with the same tags used by other dependencies Types. - [permanent] keeps the Instance in memory and persist it, not following `Get.smartManagement` rules. Although, can be removed by `GetInstance.reset()` and `Get.delete()` - [builder] If defined, the [dependency] must be returned from here" />
<item value="If non-null, sets its width to the child's width multiplied by this factor. Can be both greater and less than 1.0 but must be non-negative." />
</histories> </histories>
<option name="languageScores"> <option name="languageScores">
<map> <map>
<entry key="CHINESE" value="209" /> <entry key="CHINESE" value="219" />
<entry key="ENGLISH" value="210" /> <entry key="ENGLISH" value="221" />
<entry key="FRENCH" value="1" /> <entry key="FRENCH" value="1" />
</map> </map>
</option> </option>