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
15 KiB
78 lines
15 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="change new onboarding conditions" />
|
|
<item value="判断条件" />
|
|
<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." />
|
|
<item value="The singleton that implements the Flutter framework's image cache. The cache is used internally by [ImageProvider] and should generally not be accessed directly. The image cache is created during startup by the [PaintingBinding]'s [PaintingBinding.createImageCache] method." />
|
|
<item value="An approximate cache size threshold for the on-disk data. If the cache grows beyond this size, Firestore will start removing data that hasn't been recently used. The size is not a guarantee that the cache will stay below that size, only that if the cache exceeds the given size, cleanup will be attempted. The default value is 40 MB. The threshold must be set to at least 1 MB, and can be set to [Settings.CACHE_SIZE_UNLIMITED] to disable garbage collection." />
|
|
<item value="Constant used to indicate the LRU garbage collection should be disabled. Set this value as the cacheSizeBytes on the settings passed to the Firestore instance." />
|
|
<item value="comment" />
|
|
<item value="sub Title" />
|
|
<item value="subject" />
|
|
<item value="Sign Up Referral Page" />
|
|
<item value="Indicates a document within the query was removed (either deleted or no longer matches the query." />
|
|
<item value="Indicates a document within the query was modified." />
|
|
<item value="Indicates a new document was added to the set of documents matching the query." />
|
|
<item value="used for [SmartRefresh.onLoading] since snapshot will automatically receive latest changes there is no need for [SmartRefresh.onRefresh] [onLoading] will expand the [limitSize] so that a resubscription is needed [onLimitChange] will perform all necessary operations and tell us whether if pagination has reached the end." />
|
|
<item value="Warning: A call to tap() with finder "exactly one widget with text "Delete" (ignoring offstage widgets): Text("Delete", inherit: true, family: Montserrat_600, familyFallback: [Montserrat], size: 18.0, weight: 600, letterSpacing: -0.2, height: 1.2x, dependencies: [MediaQuery, DefaultTextStyle])" derived an Offset (Offset(98.0, 1028.0)) that would not hit test on the specified widget. Maybe the widget is actually off-screen, or another widget is obscuring it, or the widget cannot receive pointer events. Indeed, Offset(98.0, 1028.0) is outside the bounds of the root of the render tree, Size(375.0, 812.0). The finder corresponds to this RenderBox: RenderParagrapha74b7 relayoutBoundary=up20 The hit test result at that offset is: HitTestResult(HitTestEntrycc50d(RenderView113c1), HitTestEntry8b8b2(<AutomatedTestWidgetsFlutterBinding>))" />
|
|
<item value="To silence this warning, pass "warnIfMissed: false" to "tap()". To make this warning fatal, set WidgetController.hitTestWarningShouldBeFatal to true." />
|
|
<item value="Warning: A call to tap() with finder "exactly one widget with text "Delete" (ignoring offstage widgets): Text("Delete", inherit: true, family: Montserrat_600, familyFallback: [Montserrat], size: 18.0, weight: 600, letterSpacing: -0.2, height: 1.2x, dependencies: [MediaQuery, DefaultTextStyle])" derived an Offset (Offset(98.0, 1028.0)) that would not hit test on the specified widget. Maybe the widget is actually off-screen, or another widget is obscuring it, or the widget cannot receive pointer events. Indeed, Offset(98.0, 1028.0) is outside the bounds of the root of the render tree, Size(375.0, 812.0). The finder corresponds to this RenderBox: RenderParagraphcc8a4 relayoutBoundary=up20 The hit test result at that offset is: HitTestResult(HitTestEntryc7125(RenderView6eff7), HitTestEntryeb0ec(<AutomatedTestWidgetsFlutterBinding>))" />
|
|
<item value="The overflowing RenderFlex has an orientation of Axis.horizontal. The edge of the RenderFlex that is overflowing has been marked in the rendering with a yellow and black striped pattern. This is usually caused by the contents being too big for the RenderFlex. Consider applying a flex factor (e.g. using an Expanded widget) to force the children of the RenderFlex to fit within the available space instead of being sized to their natural size. This is considered an error condition because it indicates that there is content that cannot be seen. If the content is legitimately bigger than the available space, consider clipping it with a ClipRect widget before putting it in the flex, or using a scrollable container rather than a Flex, like a ListView." />
|
|
<item value="Warning: A call to tap() with finder "exactly one widget with text "Delete" (ignoring offstage widgets): Text("Delete", inherit: true, family: Montserrat_600, familyFallback: [Montserrat], size: 38.4, weight: 600, letterSpacing: -0.2, height: 1.2x, dependencies: [MediaQuery, DefaultTextStyle])" derived an Offset (Offset(209.6, 1060.8)) that would not hit test on the specified widget. Maybe the widget is actually off-screen, or another widget is obscuring it, or the widget cannot receive pointer events. Indeed, Offset(209.6, 1060.8) is outside the bounds of the root of the render tree, Size(800.0, 600.0)." />
|
|
<item value="Warning: At least one test in this suite creates an HttpClient. When running a test suite that uses TestWidgetsFlutterBinding, all HTTP requests will return status code 400, and no network request will actually be made. Any test expecting a real network connection and status code will fail. To test code that needs an HttpClient, provide your own HttpClient implementation to the code under test, so that your test can consistently provide a testable response to the code under test." />
|
|
<item value="create Main User Record" />
|
|
<item value="A mixin class for providing string and [DiagnosticsNode] debug representations describing the properties of an object. The string debug representation is generated from the intermediate [DiagnosticsNode] representation. The [DiagnosticsNode] representation is also used by debugging tools displaying interactive trees of objects and properties. See also: [debugFillProperties], which lists best practices for specifying the properties of a [DiagnosticsNode]. The most common use case is to override [debugFillProperties] defining custom properties for a subclass of [DiagnosticableTreeMixin] using the existing [DiagnosticsProperty] subclasses. [DiagnosticableTree], which extends this class to also describe the children of a tree structured object. [DiagnosticableTree.debugDescribeChildren], which lists best practices for describing the children of a [DiagnosticsNode]. Typically the base class already describes the children of a node properly or a node has no children. [DiagnosticsProperty], which should be used to create leaf diagnostic nodes without properties or children. There are many [DiagnosticsProperty] subclasses to handle common use cases." />
|
|
<item value="Finds [Semantics] widgets matching the given `label`, either by [RegExp.hasMatch] or string equality. The framework may combine semantics labels in certain scenarios, such as when multiple [Text] widgets are in a [MaterialButton] widget. In such a case, it may be preferable to match by regular expression. Consumers of this API __must not__ introduce unsuitable content into the semantics tree for the purposes of testing; in particular, you should prefer matching by regular expression rather than by string if the framework has combined your semantics, and not try to force the framework to break up the semantics nodes. Breaking up the nodes would have an undesirable effect on screen readers and other accessibility services. Sample code ```dart expect(find.bySemanticsLabel('Back'), findsOneWidget); ``` If the `skipOffstage` argument is true (the default), then this skips nodes that are [Offstage] or that are from inactive [Route]s." />
|
|
<item value="Cached & lazily loaded instance of [FirebasePlatform]. Avoids a [MethodChannelFirebase] being initialized until the user starts using Firebase. The property is visible for testing to allow tests to set a mock instance directly as a static property since the class is not initialized." />
|
|
<item value="优化" />
|
|
<item value="数量" />
|
|
<item value="优化群聊列表的监听数量" />
|
|
<item value="优化群聊列表的监听量" />
|
|
<item value="The index of the changed document in the result set immediately after this DocumentChange (i.e. supposing that all prior [DocumentChangePlatform] objects and the current [DocumentChangePlatform] object have been applied)." />
|
|
<item value="Indicates" />
|
|
<item value="The initial orderBy() field "orders[0][0]" has to be the same as ' 'the where() field parameter "conditionField" when an inequality operator is invoked." />
|
|
<item value="semantic Child Count" />
|
|
<item value="The delegate to build the whole picker's components. By extending the delegate, you can customize every components on you own. Delegate requires two generic types: [Asset] The type of your assets. Defaults to [AssetEntity]. [Path] The type of your paths. Defaults to [AssetPathEntity]." />
|
|
<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" />
|
|
</histories>
|
|
<option name="languageScores">
|
|
<map>
|
|
<entry key="CHINESE" value="299" />
|
|
<entry key="ENGLISH" value="300" />
|
|
<entry key="GERMAN" value="1" />
|
|
<entry key="FRENCH" value="1" />
|
|
</map>
|
|
</option>
|
|
</component>
|
|
<component name="Cache">
|
|
<option name="lastTrimTime" value="1661754900949" />
|
|
</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> |