You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
78 lines
9.3 KiB
78 lines
9.3 KiB
<application>
|
|
<component name="AppStorage">
|
|
<option name="newTranslationDialogHeight" value="304" />
|
|
<option name="newTranslationDialogWidth" value="406" />
|
|
<option name="newTranslationDialogX" value="811" />
|
|
<option name="newTranslationDialogY" value="447" />
|
|
<option name="pinTranslationDialog" value="true" />
|
|
<histories>
|
|
<item value="flex" />
|
|
<item value="Panel" />
|
|
<item value="thumb" />
|
|
<item value="You are using Nil under a MultiChildRenderObjectElement. This suggests a possibility that the Nil is not needed or is being used improperly. Make sure it can't be replaced with an inline conditional or omission of the target widget from a list." />
|
|
<item value="A Future that resolves when there is no longer any buffered content being printed by [debugPrintThrottled] (which is the default implementation for [debugPrint], which is used to report errors to the console)." />
|
|
<item value="Wraps the given string at the given width. Wrapping occurs at space characters (U+0020). Lines that start with an octothorpe ("", U+0023) are not wrapped (so for example, Dart stack traces won't be wrapped). Subsequent lines attempt to duplicate the indentation of the first line, for example if the first line starts with multiple spaces. In addition, if a `wrapIndent` argument is provided, each line after the first is prefixed by that string. This is not suitable for use with arbitrary Unicode text. For example, it doesn't implement UAX 14, can't handle ideographic text, doesn't hyphenate, and so forth. It is only intended for formatting error messages. The default [debugPrint] implementation uses this for its line wrapping." />
|
|
<item value="Signature for [debugPrint] implementations. If a [wrapWidth] is provided, each line of the [message] is word-wrapped to that width. (Lines may be separated by newline characters, as in '\n'.) By default, this function very crudely attempts to throttle the rate at which messages are sent to avoid data loss on Android. This means that interleaving calls to this function (directly or indirectly via, e.g., [debugDumpRenderTree] or [debugDumpApp]) and to the Dart [print] method can result in out-of-order messages in the logs. The implementation of this function can be replaced by setting the [debugPrint] variable to a new implementation that matches the [DebugPrintCallback] signature. For example, flutter_test does this. The default value is [debugPrintThrottled]. For a version that acts identically but does not throttle, use [debugPrintSynchronously]." />
|
|
<item value="Prints a message to the console, which you can access using the "flutter" tool's "logs" command ("flutter logs"). See also: [DebugPrintCallback], for function parameters and usage details." />
|
|
<item value="Dispatch an event to the targets found by a hit test on its position. This method sends the given event to [dispatchEvent] based on event types: [PointerDownEvent]s and [PointerSignalEvent]s are dispatched to the result of a new [hitTest]. [PointerUpEvent]s and [PointerMoveEvent]s are dispatched to the result of hit test of the preceding [PointerDownEvent]s. [PointerHoverEvent]s, [PointerAddedEvent]s, and [PointerRemovedEvent]s are dispatched without a hit test result." />
|
|
<item value="The number of objects in this list. The valid indices for a list are `0` through `length - 1`. ```dart final numbers = <int>[1, 2, 3]; print(numbers.length); 3 ```" />
|
|
<item value="fix: error when mention by soul; unsupported param type when log mention event." />
|
|
<item value="fix: error when mention by soul." />
|
|
<item value="A type representing values that are either `Future<T>` or `T`. This class declaration is a public stand-in for an internal future-or-value generic type, which is not a class type. References to this class are resolved to the internal type. It is a compile-time error for any class to extend, mix in or implement `FutureOr`. Examples ```dart The `Future<T>.then` function takes a callback [f] that returns either an `S` or a `Future<S>`. Future<S> then<S>(FutureOr<S> f(T x), ...); `Completer<T>.complete` takes either a `T` or `Future<T>`. void complete(FutureOr<T> value); ``` Advanced The `FutureOr<int>` type is actually the "type union" of the types `int` and `Future<int>`. This type union is defined in such a way that `FutureOr<Object>` is both a super- and sub-type of `Object` (sub-type because `Object` is one of the types of the union, super-type because `Object` is a super-type of both of the types of the union). Together it means that `FutureOr<Object>` is equivalent to `Object`. As a corollary, `FutureOr<Object>` is equivalent to `FutureOr<FutureOr<Object>>`, `FutureOr<Future<Object>>` is equivalent to `Future<Object>`." />
|
|
<item value="select Pronouns" />
|
|
<item value="pronouns" />
|
|
<item value="get Pref String Data" />
|
|
<item value="months Per Year" />
|
|
<item value="days Per Week" />
|
|
<item value="feat: GS-1020 display message timestamp to soul chat page and group chat page." />
|
|
<item value="The number of microseconds since the "Unix epoch" 1970-01-01T00:00:00Z (UTC). This value is independent of the time zone. This value is at most 8,640,000,000,000,000,000us (100,000,000 days) from the Unix epoch. In other words: `microsecondsSinceEpoch.abs() <= 8640000000000000000`. Note that this value does not fit into 53 bits (the size of a IEEE double). A JavaScript number is not able to hold this value." />
|
|
<item value="The number of milliseconds since the "Unix epoch" 1970-01-01T00:00:00Z (UTC). This value is independent of the time zone. This value is at most 8,640,000,000,000,000ms (100,000,000 days) from the Unix epoch. In other words: `millisecondsSinceEpoch.abs() <= 8640000000000000`." />
|
|
<item value="Render Semantics Gesture Handler" />
|
|
<item value="Render Semantics Annotations" />
|
|
<item value="compaction Strategy" />
|
|
<item value="time After Framework Init Micros" />
|
|
<item value="time To First Frame Micros" />
|
|
<item value="time To First Frame Rasterized Micros" />
|
|
<item value="time To Framework Init Micros" />
|
|
<item value="engine Enter Timestamp Micros" />
|
|
<item value="is on waitlist" />
|
|
<item value="problem" />
|
|
<item value="tag" />
|
|
<item value="problem tag" />
|
|
<item value="feat: GS-1026 update report." />
|
|
<item value="Submission" />
|
|
<item value="fix: do not occlude delete button." />
|
|
<item value="遮挡" />
|
|
<item value="ratio" />
|
|
<item value="A [Slidable] notification that can bubble up the widget tree. You can determine the type of a notification using the `is` operator to check the [runtimeType] of the notification. To listen for notifications in a subtree, use a [SlidableNotificationListener]. To send a notification, call [dispatch] on the notification you wish to send. The notification will be delivered to the closest [SlidableNotificationListener] widget." />
|
|
<item value="Called when a notification of the appropriate arrives at this location in the tree." />
|
|
<item value="The widget directly below this widget in the tree. This is not necessarily the widget that dispatched the notification. {@macro flutter.widgets.child}" />
|
|
<item value="A widget that listens for [SlidableNotification]s bubbling up the tree. To dispatch notifications, use the [SlidableNotification.dispatch] method." />
|
|
<item value="Outlined Border" />
|
|
<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 '◌́'." />
|
|
</histories>
|
|
<option name="languageScores">
|
|
<map>
|
|
<entry key="CHINESE" value="264" />
|
|
<entry key="ENGLISH" value="265" />
|
|
<entry key="GERMAN" value="1" />
|
|
<entry key="FRENCH" value="1" />
|
|
</map>
|
|
</option>
|
|
</component>
|
|
<component name="Cache">
|
|
<option name="lastTrimTime" value="1660449907245" />
|
|
</component>
|
|
<component name="Settings">
|
|
<option name="phoneticFontFamily" value="DejaVu Sans Mono" />
|
|
<option name="primaryFontFamily" value="Noto Sans CJK SC Regular" />
|
|
<option name="showActionsInContextMenuOnlyWithSelection" value="false" />
|
|
<option name="translateDocumentation" value="true" />
|
|
</component>
|
|
</application> |