Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 216ea13b71 | |||
| dc08c84813 | |||
| d42121973f | |||
| dfc1bf89db |
@@ -1,9 +1,14 @@
|
|||||||
<application>
|
<application>
|
||||||
<component name="Translation.Cache">
|
<component name="Translation.Cache">
|
||||||
<option name="lastTrimTime" value="1675326720872" />
|
<option name="lastTrimTime" value="1675766702120" />
|
||||||
</component>
|
</component>
|
||||||
<component name="Translation.States">
|
<component name="Translation.States">
|
||||||
<histories>
|
<histories>
|
||||||
|
<item value="feat: avahi service use IPv4 as default." />
|
||||||
|
<item value="loading mask type [none] default mask type, allow user interactions while loading is displayed [clear] don't allow user interactions while loading is displayed [black] don't allow user interactions while loading is displayed [custom] while mask type is custom, maskColor should not be null" />
|
||||||
|
<item value="A JSON value. This class is suitable for use in built_value fields. When serialized it maps directly onto JSON values. Deep operator== and hashCode are provided, meaning the contents of a List or Map is used for equality and hashing. List and Map classes are wrapped in [UnmodifiableListView] and [UnmodifiableMapView] so they won't be modifiable via this object. You must ensure that no updates are made via the original reference, as a copy is not made. Note: this is an experimental feature. API may change without a major version increase." />
|
||||||
|
<item value="Returns this DateTime value in the local time zone. Returns [this] if it is already in the local time zone. Otherwise this method is equivalent to: ```dart template:expression DateTime.fromMicrosecondsSinceEpoch(microsecondsSinceEpoch, isUtc: false) ```" />
|
||||||
|
<item value="wip: error handle for non-desktop server." />
|
||||||
<item value="adapter screen orientation on home screen;" />
|
<item value="adapter screen orientation on home screen;" />
|
||||||
<item value="The number is signed, allowing a positive or negative sign at the start. This flag is only used for the [number] input type, otherwise `null`. Use `const TextInputType.numberWithOptions(signed: true)` to set this." />
|
<item value="The number is signed, allowing a positive or negative sign at the start. This flag is only used for the [number] input type, otherwise `null`. Use `const TextInputType.numberWithOptions(signed: true)` to set this." />
|
||||||
<item value="The number is decimal, allowing a decimal point to provide fractional. This flag is only used for the [number] input type, otherwise `null`. Use `const TextInputType.numberWithOptions(decimal: true)` to set this." />
|
<item value="The number is decimal, allowing a decimal point to provide fractional. This flag is only used for the [number] input type, otherwise `null`. Use `const TextInputType.numberWithOptions(decimal: true)` to set this." />
|
||||||
@@ -17,8 +22,8 @@
|
|||||||
</histories>
|
</histories>
|
||||||
<option name="languageScores">
|
<option name="languageScores">
|
||||||
<map>
|
<map>
|
||||||
<entry key="CHINESE" value="10" />
|
<entry key="CHINESE" value="15" />
|
||||||
<entry key="ENGLISH" value="11" />
|
<entry key="ENGLISH" value="16" />
|
||||||
</map>
|
</map>
|
||||||
</option>
|
</option>
|
||||||
</component>
|
</component>
|
||||||
|
|||||||
Reference in New Issue
Block a user