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.

18 lines
1.3 KiB

<application>
<component name="Translation.Cache">
<option name="lastTrimTime" value="1733326604666" />
</component>
<component name="Translation.States">
<histories>
<item value="When used inside `build`, listeners will automatically be removed if a widget rebuilds and stops listening to a provider. For listening to a provider from outside `build`, consider using [listenManual] instead. This is useful for showing modals or other imperative logic." />
<item value="Listen to a provider and call `listener` whenever its value changes, without having to take care of removing the listener. The [listen] method should exclusively be used within the `build` method of a widget:" />
<item value="{@template notifier.listen} Listens to changes on the value exposed by this provider. The listener will be called immediately after the provider completes building. As opposed to [Ref.listen], the listener will be called even if [ProviderElementBase.updateShouldNotify] returns false, meaning that the previous and new value can potentially be identical. {@endtemplate}" />
</histories>
<option name="languageScores">
<map>
<entry key="CHINESE_SIMPLIFIED" value="2" />
<entry key="ENGLISH" value="3" />
</map>
</option>
</component>
</application>