Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c92d4b145e | |||
| e2143a43da |
@@ -1,6 +1,6 @@
|
||||
<application>
|
||||
<component name="Translation.Cache">
|
||||
<option name="lastTrimTime" value="1756812341028" />
|
||||
<option name="lastTrimTime" value="1758540255846" />
|
||||
</component>
|
||||
<component name="Translation.OpenAISettings">
|
||||
<option name="OPEN_AI">
|
||||
@@ -17,7 +17,12 @@
|
||||
<option name="translator" value="OPEN_AI" />
|
||||
</component>
|
||||
<component name="Translation.States">
|
||||
<option name="translationDialogHeight" value="260" />
|
||||
<option name="translationDialogLocationX" value="3173" />
|
||||
<option name="translationDialogLocationY" value="643" />
|
||||
<histories>
|
||||
<item value="migration" />
|
||||
<item value="Calculate offset of the stick based on the stick drag start position and the current stick position." />
|
||||
<item value="Resets the [elapsed] count to zero. This method does not stop or start the [Stopwatch]." />
|
||||
<item value="超过任务数量上限" />
|
||||
<item value="setting exercise widget" />
|
||||
@@ -66,12 +71,10 @@
|
||||
<item value="zip compression deflate" />
|
||||
<item value="compress" />
|
||||
<item value="```dart MultiProvider( providers: [ Provider<Something>(create: (_) => Something()), Provider<SomethingElse>(create: (_) => SomethingElse()), Provider<AnotherThing>(create: (_) => AnotherThing()), ], child: someWidget, )" />
|
||||
<item value="```dart Provider<Something>( create: (_) => Something(), child: Provider<SomethingElse>( create: (_) => SomethingElse(), child: Provider<AnotherThing>( create: (_) => AnotherThing(), child: someWidget, ), ), )," />
|
||||
<item value="A provider that merges multiple providers into a single linear widget tree. It is used to improve readability and reduce boilerplate code of having to nest multiple layers of providers." />
|
||||
</histories>
|
||||
<option name="languageScores">
|
||||
<map>
|
||||
<entry key="CHINESE_SIMPLIFIED" value="59" />
|
||||
<entry key="CHINESE_SIMPLIFIED" value="60" />
|
||||
<entry key="ENGLISH" value="59" />
|
||||
</map>
|
||||
</option>
|
||||
|
||||
Reference in New Issue
Block a user