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
14 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="{@macro flutter.widgets.editableText.maxLines} [expands], which determines whether the field should fill the height of its parent." />
<item value="A fixed-length list of 8-bit unsigned integers. For long lists, this implementation can be considerably more space- and time-efficient than the default [List] implementation. Integers stored in the list are truncated to their low eight bits, interpreted as an unsigned 8-bit integer with values in the range 0 to 255." />
<item value="Positioned Directional" />
<item value="sync chat closed status on chat page." />
<item value="Finds widgets whose current widget is the instance given by the argument. Sample code ```dart Suppose you have a button created like this: Widget myButton = Button( child: Text('Update') ); You can find and tap on it like this: tester.tap(find.byWidget(myButton)); ``` If the `skipOffstage` argument is true (the default), then this skips nodes that are [Offstage] or that are from inactive [Route]s." />
<item value="Semantics Tester" />
<item value="Saves item by [key] to a storage. Value should be json encodable (`json.encode()` is called under the hood). After item was set to storage, consecutive [getItem] will return `json` representation of this item if [toEncodable] is provided, it is called before setting item to storage otherwise `value.toJson()` is called" />
<item value="Makes a direct update of [value] adding it to the Stream useful when you make use of Rx for custom Types to referesh your UI. Sample: ``` class Person { String name, last; int age; Person({this.name, this.last, this.age}); @override String toString() =&gt; 'name last, age years old'; } final person = Person(name: 'John', last: 'Doe', age: 18).obs; person.value.name = 'Roi'; person.refresh(); print( person ); ```" />
<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 &quot;exactly one widget with text &quot;Delete&quot; (ignoring offstage widgets): Text(&quot;Delete&quot;, inherit: true, family: Montserrat_600, familyFallback: [Montserrat], size: 18.0, weight: 600, letterSpacing: -0.2, height: 1.2x, dependencies: [MediaQuery, DefaultTextStyle])&quot; 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(&lt;AutomatedTestWidgetsFlutterBinding&gt;))" />
<item value="To silence this warning, pass &quot;warnIfMissed: false&quot; to &quot;tap()&quot;. To make this warning fatal, set WidgetController.hitTestWarningShouldBeFatal to true." />
<item value="Warning: A call to tap() with finder &quot;exactly one widget with text &quot;Delete&quot; (ignoring offstage widgets): Text(&quot;Delete&quot;, inherit: true, family: Montserrat_600, familyFallback: [Montserrat], size: 18.0, weight: 600, letterSpacing: -0.2, height: 1.2x, dependencies: [MediaQuery, DefaultTextStyle])&quot; 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(&lt;AutomatedTestWidgetsFlutterBinding&gt;))" />
<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 &quot;exactly one widget with text &quot;Delete&quot; (ignoring offstage widgets): Text(&quot;Delete&quot;, inherit: true, family: Montserrat_600, familyFallback: [Montserrat], size: 38.4, weight: 600, letterSpacing: -0.2, height: 1.2x, dependencies: [MediaQuery, DefaultTextStyle])&quot; 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 &amp; 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 &quot;orders[0][0]&quot; has to be the same as ' 'the where() field parameter &quot;conditionField&quot; 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 (&quot;&quot;, 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." />
</histories>
<option name="languageScores">
<map>
<entry key="CHINESE" value="307" />
<entry key="ENGLISH" value="308" />
<entry key="GERMAN" value="1" />
<entry key="FRENCH" value="1" />
</map>
</option>
</component>
<component name="Cache">
<option name="lastTrimTime" value="1662356945210" />
</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>