AI-Narwhal 4 Feature Drop | 2025.1.4 <debuggerx@debuggerx-PC Update studiobot.xml, yiiguxing.translation.xml
This commit is contained in:
@@ -22,6 +22,9 @@
|
||||
<option name="translationDialogLocationY" value="567" />
|
||||
<option name="translationDialogWidth" value="1381" />
|
||||
<histories>
|
||||
<item value="It allows for map movement through [move], rotation through [rotate] and to fit the map bounds with [fitBounds]." />
|
||||
<item value="fit bounds" />
|
||||
<item value="Abide to minmax zoom" />
|
||||
<item value="{@macro flutter.painting.textPainter.strutStyle}" />
|
||||
<item value="If non-null, the style to use for this text. If the style's "inherit" property is true, the style will be merged with the closest enclosing [DefaultTextStyle]. Otherwise, the style will replace the closest enclosing [DefaultTextStyle]." />
|
||||
<item value="Instantiating non-const instances of this class in your app will mean the app cannot be built in release mode with icon tree-shaking (it need to be explicitly opted out at build time). See [staticIconProvider] for more context." />
|
||||
@@ -69,9 +72,6 @@
|
||||
<item value="tight" />
|
||||
<item value="list remove unrelated type" />
|
||||
<item value="iterable contains unrelated type" />
|
||||
<item value="The list of providers that this provider potentially depends on. This list must contains the classesfunctions annotated with `@riverpod`, not the generated providers themselves. Specifying this list is strictly equivalent to saying "This provider may be scoped". If a provider is scoped, it should specify [dependencies]. If it is never scoped, it should not specify [dependencies]." />
|
||||
<item value="} {@template riverpod.listen} Listen to a provider and call [listener] whenever its value changes. Listeners will automatically be removed when the provider rebuilds (such as when a provider listened with [Ref.watch] changes). Returns an object that allows cancelling the subscription early." />
|
||||
<item value="- [asReload] (false by default) can be optionally passed to tell Riverpod to clear the state before refreshing it. This is only useful for asynchronous providers, as by default, [AsyncValue] keeps a reference on state during loading states. Using [asReload] will disable this behavior and count as a "hard refresh"." />
|
||||
</histories>
|
||||
<option name="languageScores">
|
||||
<map>
|
||||
|
||||
Reference in New Issue
Block a user