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.
67 lines
9.0 KiB
67 lines
9.0 KiB
<application>
|
|
<component name="Translation.Cache">
|
|
<option name="lastTrimTime" value="1683864494058" />
|
|
</component>
|
|
<component name="Translation.States">
|
|
<histories>
|
|
<item value="fix for new version of dart." />
|
|
<item value="A [CollectionReference] object can be used for adding documents, getting [DocumentReference]s, and querying for documents (using the methods inherited from [Query])." />
|
|
<item value="{@template cloud_firestore.collection_reference.doc} Returns a `DocumentReference` with the provided path. If no [path] is provided, an auto-generated ID is used. The unique key generated is prefixed with a client-generated timestamp so that the resulting list will be chronologically-sorted. {@endtemplate}" />
|
|
<item value="The [FirebaseApp] instance to which this [FirebaseDatabase] belongs. If null, the default [FirebaseApp] is used. The [MethodChannel] used to communicate with the native plugin" />
|
|
<item value="get doc by a empty id" />
|
|
<item value="test trigger a error by hand" />
|
|
<item value="fix: pop to black screen when auto exit the monitor page." />
|
|
<item value="If the controller was provided by DefaultTabController and we're part of a Hero (typically the AppBar), then we will not be able to find the controller during a Hero transition. See https:github.comflutterflutterissues213." />
|
|
<item value="exit the monitor page after no server information is received for more than one minute;" />
|
|
<item value="超过一分钟没有接收到服务器信息,则自动退出监控页面" />
|
|
<item value="NO STATUS RECEIVED" />
|
|
<item value="RESERVED_1004" />
|
|
<item value="PROTOCOL ERROR" />
|
|
<item value="UNSUPPORTED DATA" />
|
|
<item value="GOING AWAY" />
|
|
<item value="RESERVED_1015" />
|
|
<item value="INTERNAL SERVER ERROR" />
|
|
<item value="MISSING MANDATORY EXTENSION" />
|
|
<item value="MESSAGE TOO BIG" />
|
|
<item value="POLICY VIOLATION" />
|
|
<item value="INVALID FRAME PAYLOAD DATA" />
|
|
<item value="ABNORMAL CLOSURE" />
|
|
<item value="NORMAL CLOSURE" />
|
|
<item value="static const int NORMAL_CLOSURE = 1000; static const int GOING_AWAY = 1001; static const int PROTOCOL_ERROR = 1002; static const int UNSUPPORTED_DATA = 1003; static const int RESERVED_1004 = 1004; static const int NO_STATUS_RECEIVED = 1005; static const int ABNORMAL_CLOSURE = 1006; static const int INVALID_FRAME_PAYLOAD_DATA = 1007; static const int POLICY_VIOLATION = 1008; static const int MESSAGE_TOO_BIG = 1009; static const int MISSING_MANDATORY_EXTENSION = 1010; static const int INTERNAL_SERVER_ERROR = 1011; static const int RESERVED_1015 = 1015;" />
|
|
<item value="Creates a new WebSocket connection. Connects to [uri] using and returns a channel that can be used to communicate over the resulting socket. The optional [protocols] parameter is the same as `WebSocket.connect`." />
|
|
<item value="Whether this [Duration] has the same length as [other]. Durations have the same length if they have the same number of microseconds, as reported by [inMicroseconds]." />
|
|
<item value="What kind of friends are you looking to meet? You can briefly describe your hobbies or interests for conversation topics, and I can try to find potential friends that you may connect with." />
|
|
<item value="they" />
|
|
<item value="Recomand Friend" />
|
|
<item value="fix: wrong onTap ussage." />
|
|
<item value="is Auto Generated" />
|
|
<item value="The child can be at most as large as the available space (but is allowed to be smaller)." />
|
|
<item value="The child is forced to fill the available space." />
|
|
<item value="The [Flexible] widget assigns this kind of [FlexFit] to its child." />
|
|
<item value="The [Expanded] widget assigns this kind of [FlexFit] to its child." />
|
|
<item value="A widget that sizes its child to the child's intrinsic height. This class is useful, for example, when unlimited height is available and you would like a child that would otherwise attempt to expand infinitely to instead size itself to a more reasonable height. The constraints that this widget passes to its child will adhere to the parent's constraints, so if the constraints are not large enough to satisfy the child's maximum intrinsic height, then the child will get less height than it otherwise would. Likewise, if the minimum height constraint is larger than the child's maximum intrinsic height, the child will be given more height than it otherwise would. This class is relatively expensive, because it adds a speculative layout pass before the final layout phase. Avoid using it where possible. In the worst case, this widget can result in a layout that is O(N²) in the depth of the tree." />
|
|
<item value="remove Material Icons font to reduce deb package size." />
|
|
<item value="Load Device's Contexts from the iOS SDK. This integration calls the iOS SDK via Message channel to load the Device's contexts before sending the event back to the iOS SDK via Message channel (already enriched with all the information). The Device's contexts are: App, Device and OS. ps. This integration won't be run on Android because the Device's Contexts is set on Android when the event is sent to the Android SDK via the Message channel. We intend to unify this behaviour in the future. This integration is only executed on iOS & MacOS Apps." />
|
|
<item value="Integration which handles communication with native frameworks in order to enrich [SentryTransaction] objects with app start data for mobile vitals." />
|
|
<item value="We need to check the platform after we checked for web, because the OS checks return true when the browser runs on the checked platform. Example: platform.isAndroid return true if the browser is used on an Android device." />
|
|
<item value="Enable or disable the Crash handling on the Native SDKs, e.g., UncaughtExceptionHandler and [anrEnabled] for Android. SentryCrashIntegration (KSCrash) for iOS, turning this feature off on iOS has a side effect which is missing the Device's context, e.g., App, Device and Operation System. Disabling this feature affects the [enableAutoSessionTracking] feature, as this is required to mark Sessions as Crashed." />
|
|
<item value="Match the baseline of the placeholder with the baseline. The [TextBaseline] to use must be specified and non-null when using this alignment mode." />
|
|
<item value="How the placeholder aligns vertically with the text. See [ui.PlaceholderAlignment] for details on each mode." />
|
|
<item value="This function is called by [TracesSamplerCallback] to determine if transaction is sampled - meant to be sent to Sentry." />
|
|
<item value="traces Sample Rate" />
|
|
<item value="[MaterialApp] configures its [WidgetsApp.textStyle] with an ugly redyellow text style that's intended to warn the developer that their app hasn't defined a default text style. Typically the app's [Scaffold] builds a [Material] widget whose default [Material.textStyle] defines the text style for the entire scaffold. The [MaterialApp] configures the top-level [Navigator] to search for routes in the following order: 1. For the `` route, the [home] property, if non-null, is used. 2. Otherwise, the [routes] table is used, if it has an entry for the route. 3. Otherwise, [onGenerateRoute] is called, if provided. It should return a non-null value for any _valid_ route not handled by [home] and [routes]. 4. Finally if all else fails [onUnknownRoute] is called." />
|
|
<item value="An application that uses Material Design. A convenience widget that wraps a number of widgets that are commonly required for Material Design applications. It builds upon a [WidgetsApp] by adding material-design specific functionality, such as [AnimatedTheme] and [GridPaper]." />
|
|
<item value="The [MaterialApp] configures the top-level [Navigator] to search for routes in the following order: 1. For the `` route, the [home] property, if non-null, is used. 2. Otherwise, the [routes] table is used, if it has an entry for the route. 3. Otherwise, [onGenerateRoute] is called, if provided. It should return a non-null value for any _valid_ route not handled by [home] and [routes]. 4. Finally if all else fails [onUnknownRoute] is called." />
|
|
<item value="If a [Navigator] is created, at least one of these options must handle the `` route, since it is used when an invalid [initialRoute] is specified on startup (e.g. by another application launching this one with an intent on Android; see [dart:ui.PlatformDispatcher.defaultRouteName])." />
|
|
<item value="The divider's height extent. The divider itself is always drawn as a horizontal line that is centered within the height specified by this value. If this is null, then the [DividerThemeData.space] is used. If that is also null, then this defaults to 16.0." />
|
|
</histories>
|
|
<option name="languageScores">
|
|
<map>
|
|
<entry key="CHINESE" value="134" />
|
|
<entry key="ENGLISH" value="135" />
|
|
<entry key="POLISH" value="1" />
|
|
<entry key="ROMANIAN" value="1" />
|
|
</map>
|
|
</option>
|
|
</component>
|
|
</application> |