Compare commits

..

2 Commits

@ -3,6 +3,6 @@
<version>1</version>
</component>
<component name="whatsNew">
<shownVersion>2025.1.1rc13</shownVersion>
<shownVersion>2025.1.1rc14</shownVersion>
</component>
</application>

@ -1,6 +1,6 @@
<application>
<component name="Translation.Cache">
<option name="lastTrimTime" value="1751963711362" />
<option name="lastTrimTime" value="1752460121296" />
</component>
<component name="Translation.OpenAISettings">
<option name="OPEN_AI">
@ -18,6 +18,8 @@
</component>
<component name="Translation.States">
<histories>
<item value="zip compression deflate" />
<item value="compress" />
<item value="```dart MultiProvider( providers: [ Provider&lt;Something&gt;(create: (_) =&gt; Something()), Provider&lt;SomethingElse&gt;(create: (_) =&gt; SomethingElse()), Provider&lt;AnotherThing&gt;(create: (_) =&gt; AnotherThing()), ], child: someWidget, )" />
<item value="```dart Provider&lt;Something&gt;( create: (_) =&gt; Something(), child: Provider&lt;SomethingElse&gt;( create: (_) =&gt; SomethingElse(), child: Provider&lt;AnotherThing&gt;( create: (_) =&gt; 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." />
@ -66,8 +68,6 @@
<item value="A generic class that standardizes elements for consistent manipulation. The `Choice` class provides a standardized way to handle different types of elements within a list, menu, or selection field. Each instance of `Choice` contains a unique key (`key`), a display value (`value`), and optional metadata of any type, making it highly versatile." />
<item value="MenuItemButton Style" />
<item value="Track" />
<item value="nodes track" />
<item value="can overlap" />
</histories>
<option name="languageScores">
<map>

Loading…
Cancel
Save