Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 77fb9c60b8 | |||
| aa10ba793b | |||
| f9ac4027fa | |||
| 870f594356 | |||
| 3b0a617321 | |||
| d41bbc6c4c |
+4
-4
@@ -1,10 +1,10 @@
|
|||||||
<application>
|
<application>
|
||||||
<component name="TerminalFontOptions">
|
<component name="TerminalFontOptions">
|
||||||
<option name="VERSION" value="1" />
|
<option name="VERSION" value="1" />
|
||||||
<option name="FONT_SIZE" value="16" />
|
<option name="FONT_SIZE" value="14" />
|
||||||
<option name="FONT_SIZE_2D" value="16.0" />
|
<option name="FONT_SIZE_2D" value="14.0" />
|
||||||
<option name="FONT_FAMILY" value="Fira Code" />
|
<option name="FONT_FAMILY" value="Fira Code" />
|
||||||
<option name="USE_LIGATURES" value="true" />
|
<option name="FONT_REGULAR_SUB_FAMILY" />
|
||||||
<option name="SECONDARY_FONT_FAMILY" value="Microsoft YaHei" />
|
<option name="FONT_BOLD_SUB_FAMILY" />
|
||||||
</component>
|
</component>
|
||||||
</application>
|
</application>
|
||||||
@@ -18,6 +18,14 @@
|
|||||||
</component>
|
</component>
|
||||||
<component name="Translation.States">
|
<component name="Translation.States">
|
||||||
<histories>
|
<histories>
|
||||||
|
<item value="If this flag is specified, then a new file will be created if one does not already exist (if [truncate] is specified, the new file will be truncated to zero length if it previously exists)." />
|
||||||
|
<item value="Forces an existing file with the same name to be truncated to zero length when creating a file by specifying [create]. [create] MUST also be specified if this flag is used." />
|
||||||
|
<item value="Causes the request to fail if the named file already exists. [create] MUST also be specified if this flag is used." />
|
||||||
|
<item value="Force all writes to append data at the end of the file." />
|
||||||
|
<item value="Open the file for writing. If both this and [read] are specified, the file is opened for both reading and writing." />
|
||||||
|
<item value="Load a new sound to be played once or multiple times later, from an asset." />
|
||||||
|
<item value="synthesize" />
|
||||||
|
<item value="Returns time taken to execute this session in milliseconds or zero (0) if the session is not over yet." />
|
||||||
<item value="The mode value as a human-readable string. The string is in the format "rwxrwxrwx", reflecting the user, group, and world permissions to read, write, and execute the file system object, with "-" replacing the letter for missing permissions. Extra permission bits may be represented by prepending "(suid)", "(guid)", andor "(sticky)" to the mode string." />
|
<item value="The mode value as a human-readable string. The string is in the format "rwxrwxrwx", reflecting the user, group, and world permissions to read, write, and execute the file system object, with "-" replacing the letter for missing permissions. Extra permission bits may be represented by prepending "(suid)", "(guid)", andor "(sticky)" to the mode string." />
|
||||||
<item value="Retrieve a binary resource from the asset bundle as a data stream. Throws an exception if the asset is not found. The returned [ByteData] can be converted to a [Uint8List] (a list of bytes) using [Uint8List.sublistView]. Lists of bytes can be used with APIs that accept [Uint8List] objects, such as [decodeImageFromList], as well as any API that accepts a [List<int>], such as [File.writeAsBytes] or [Utf8Codec.decode] (accessible via [utf8])." />
|
<item value="Retrieve a binary resource from the asset bundle as a data stream. Throws an exception if the asset is not found. The returned [ByteData] can be converted to a [Uint8List] (a list of bytes) using [Uint8List.sublistView]. Lists of bytes can be used with APIs that accept [Uint8List] objects, such as [decodeImageFromList], as well as any API that accepts a [List<int>], such as [File.writeAsBytes] or [Utf8Codec.decode] (accessible via [utf8])." />
|
||||||
<item value="Fully re-copy the assets directory on each build to avoid having stale files from a previous install." />
|
<item value="Fully re-copy the assets directory on each build to avoid having stale files from a previous install." />
|
||||||
@@ -60,14 +68,6 @@
|
|||||||
<item value="The tolerance used to determine whether two floating-point values are approximately equal." />
|
<item value="The tolerance used to determine whether two floating-point values are approximately equal." />
|
||||||
<item value="A fraction in the range \[0, 1\] that represents what proportion of the widget is visible (assuming rectangular bounding boxes). 0 means not visible; 1 means fully visible." />
|
<item value="A fraction in the range \[0, 1\] that represents what proportion of the widget is visible (assuming rectangular bounding boxes). 0 means not visible; 1 means fully visible." />
|
||||||
<item value="`key` is required to properly identify this widget; it must be unique among all [VisibilityDetector] and [SliverVisibilityDetector] widgets." />
|
<item value="`key` is required to properly identify this widget; it must be unique among all [VisibilityDetector] and [SliverVisibilityDetector] widgets." />
|
||||||
<item value="AM plat" />
|
|
||||||
<item value="image data must be aligned to a 4 byte alignment. Pad the remaining bytes until the image starts." />
|
|
||||||
<item value="时间刻度线" />
|
|
||||||
<item value="时间刻度" />
|
|
||||||
<item value="In debug mode, if [debugTracePostFrameCallbacks] is set to true, then the registered callback will show up in the timeline events chart, which can be viewed in [DevTools](https:docs.flutter.devtoolsdevtools). In that case, the `debugLabel` argument specifies the name of the callback as it will appear in the timeline. In profile and release builds, post-frame are never traced, and the `debugLabel` argument is ignored." />
|
|
||||||
<item value="Schedule a callback for the end of this frame. The provided callback is run immediately after a frame, just after the persistent frame callbacks (which is when the main rendering pipeline has been flushed). This method does not request a new frame. If a frame is already in progress and the execution of post-frame callbacks has not yet begun, then the registered callback is executed at the end of the current frame. Otherwise, the registered callback is executed after the next frame (whenever that may be, if ever). The callbacks are executed in the order in which they have been added." />
|
|
||||||
<item value="These physics cause the carousel item to snap to item boundaries." />
|
|
||||||
<item value="Scroll physics used by a [CarouselView]." />
|
|
||||||
</histories>
|
</histories>
|
||||||
<option name="languageScores">
|
<option name="languageScores">
|
||||||
<map>
|
<map>
|
||||||
|
|||||||
Reference in New Issue
Block a user