Compare commits

..

5 Commits

2 changed files with 10 additions and 2 deletions
+2
View File
@@ -2,6 +2,8 @@
<component name="FindSettings">
<option name="customScope" value="All Places" />
<option name="defaultScopeName" value="All Places" />
<option name="localRegularExpressions" value="true" />
<option name="LOCAL_REGULAR_EXPRESSIONS" value="true" />
<option name="SEARCH_SCOPE" value="All Places" />
</component>
</application>
+8 -2
View File
@@ -88,6 +88,12 @@
</component>
<component name="Translation.States">
<histories>
<item value="Called when the application's dimensions change. For example, when a phone is rotated. This method exposes notifications from [dart:ui.PlatformDispatcher.onMetricsChanged]. {@tool snippet} This [StatefulWidget] implements the parts of the [State] and [WidgetsBindingObserver] protocols necessary to react when the device is rotated (or otherwise changes dimensions)." />
<item value="The widget to show under the pointer when a drag is under way. See [child] and [childWhenDragging] for information about what is shown at the location of the [Draggable] itself when a drag is under way." />
<item value="This entry will include the widget built by this builder in the overlay at the entry's position. To cause this builder to be called again, call [markNeedsBuild] on this overlay entry." />
<item value="Discards any resources used by this [OverlayEntry]. This method must be called after [remove] if the [OverlayEntry] is inserted into an [Overlay]. After this is called, the object is not in a usable state and should be discarded (calls to [addListener] will throw after the object is disposed). However, the listeners registered may not be immediately released until the widget built using this [OverlayEntry] is unmounted from the widget tree. This method should only be called by the object's owner." />
<item value="Remove this entry from the overlay. This should only be called once. This method removes this overlay entry from the overlay immediately. The UI will be updated in the same frame if this method is called before the overlay rebuild in this frame; otherwise, the UI will be updated in the next frame. This means that it is safe to call during builds, but also that if you do call this after the overlay rebuild, the UI will not update until the next frame (i.e. many milliseconds later)." />
<item value="Called when a notification of the appropriate type arrives at this location in the tree. Return true to cancel the notification bubbling. Return false to allow the notification to continue to be dispatched to further ancestors. Notifications vary in terms of when they are dispatched. There are two main possibilities: dispatch between frames, and dispatch during layout. For notifications that dispatch during layout, such as those that inherit from [LayoutChangedNotification], it is too late to call [State.setState] in response to the notification (as layout is currently happening in a descendant, by definition, since notifications bubble up the tree). For widgets that depend on layout, consider a [LayoutBuilder] instead." />
<item value="分析" />
<item value="additional relocation overflows omitted from the output" />
<item value="stars Amount" />
@@ -123,8 +129,8 @@
</histories>
<option name="languageScores">
<map>
<entry key="CHINESE" value="24" />
<entry key="ENGLISH" value="24" />
<entry key="CHINESE" value="28" />
<entry key="ENGLISH" value="29" />
<entry key="JAVANESE" value="1" />
</map>
</option>