Compare commits
5 Commits
b7380872ab
...
bec4c85784
| Author | SHA1 | Date | |
|---|---|---|---|
| bec4c85784 | |||
| 64427829ee | |||
| 67c59ab925 | |||
| 8d1baef27d | |||
| aae1f6e5c2 |
@@ -3,9 +3,11 @@
|
||||
<option name="GROUP_BY_FILE_STRUCTURE" value="true" />
|
||||
</component>
|
||||
<component name="UsageViewSettings">
|
||||
<option name="IS_FILTER_DUPLICATED_LINE" value="false" />
|
||||
<option name="GROUP_BY_FILE_STRUCTURE" value="false" />
|
||||
<option name="GROUP_BY_MODULE" value="false" />
|
||||
<option name="GROUP_BY_PACKAGE" value="false" />
|
||||
<option name="GROUP_BY_USAGE_TYPE" value="false" />
|
||||
<option name="PREVIEW_USAGES_SPLITTER_PROPORTIONS" value="0.30660853" />
|
||||
</component>
|
||||
</application>
|
||||
+11
-11
@@ -4,6 +4,15 @@
|
||||
<option name="newTranslationDialogX" value="811" />
|
||||
<option name="newTranslationDialogY" value="447" />
|
||||
<histories>
|
||||
<item value="Pop the top-most route off the navigator. {@macro flutter.widgets.navigator.pop} {@tool snippet} Typical usage for closing a route is as follows: ```dart void _handleClose() { navigator.pop(); } ``` {@end-tool} {@tool snippet} A dialog box might be closed with a result: ```dart void _handleAccept() { navigator.pop(true); dialog returns true } ``` {@end-tool} @optionalTypeArgs" />
|
||||
<item value="Whether the navigator can be popped. {@macro flutter.widgets.navigator.canPop} See also: [Route.isFirst], which returns true for routes for which [canPop] returns false." />
|
||||
<item value="Consults the current route's [Route.willPop] method, and acts accordingly, potentially popping the route as a result; returns whether the pop request should be considered handled. {@macro flutter.widgets.navigator.maybePop} See also: [Form], which provides an `onWillPop` callback that enables the form to veto a [pop] initiated by the app's back button. [ModalRoute], which provides a `scopedWillPopCallback` that can be used to define the route's `willPop` method." />
|
||||
<item value="forget about this pop, we were disposed in the meantime" />
|
||||
<item value="Cancels this subscription. After this call, the subscription no longer receives events. The stream may need to shut down the source of events and clean up after the subscription is canceled. Returns a future that is completed once the stream has finished its cleanup. Typically, cleanup happens when the stream needs to release resources. For example, a stream might need to close an open file (as an asynchronous operation). If the listener wants to delete the file after having canceled the subscription, it must wait for the cleanup future to complete. If the cleanup throws, which it really shouldn't, the returned future completes with that error." />
|
||||
<item value="moment Click Notification Icon" />
|
||||
<item value="Opacity Button" />
|
||||
<item value="操产品经理" />
|
||||
<item value="scrollbar" />
|
||||
<item value="It takes a `data` object, and if it's a `Map`, it calls `getDocumentWithRef` on it, if it's a `List`, it calls `getDocumentValue` on each element of the list, if it's a `DocumentSnapshot`, it calls `getDocumentValue` on the `data` field of the `DocumentSnapshot`, if it's a `QueryDocumentSnapshot`, it calls `getDocumentValue` on the `data` field of the `QueryDocumentSnapshot`, if it's a `DocumentReference`, it calls `getDocumentValue` on the `data` field of the `DocumentReference`, and if it's anything else, it returns the `data` object Args: data (Object): The data to be converted. depth (int): The depth of the document to retrieve. Defaults to 1 Returns: A Future<Object?>" />
|
||||
<item value="It calls the native method `callMessage` and passes the parameters to the native method. Args: msgId (String): Message ID chatId (String): chat room id text (String): The content of the message, which is required. richtext (String): The content of the rich text message, which is the same as the text content of the text message. topicId (String): The topicId is the id of the topic, which is the id of the chat room. type (MessageType): MessageType.Text,. Defaults to MessageType image (String): The image path of the image message. selfUserId (String): The user ID of the current user friendUserId (String): The user ID of the other party Returns: A boolean value." />
|
||||
<item value="italic" />
|
||||
@@ -45,20 +54,11 @@
|
||||
<item value="backwards Compatibility" />
|
||||
<item value="page Snapping" />
|
||||
<item value="Registers a singleton. Any attempt to resolve the type within this container will return [object]. Returns [object]." />
|
||||
<item value="Convenience method for the value for a single valued header. The value must not have more than one value. Returns null if there is no header with the provided name." />
|
||||
<item value="realm" />
|
||||
<item value="prevent Curve Over Shooting" />
|
||||
<item value="accessor" />
|
||||
<item value="revisited" />
|
||||
<item value="A [Reflector] implementation that performs no actual reflection, instead returning empty objects on every invocation. Use this in contexts where you know you won't need any reflective capabilities." />
|
||||
<item value="However, the following alternatives exist: Generation via `package:angel3_container_generator` Creating an instance of `StaticReflector` Manually implementing the `Reflector` interface (cumbersome; not recommended) As of January 4th, 2018, the documentation has not yet been updated to state this, so in the meantime, visit the Angel chat for further questions: https:gitter.imangel_dartdiscussion" />
|
||||
<item value="The `MirrorsReflector` from `package:angel_containermirrors.dart` is by far the most convenient pattern, so use it if possible." />
|
||||
<item value="The grey swatch is intentionally omitted because when picking a color randomly from this list to colorize an application, picking grey suddenly makes the app look disabled." />
|
||||
</histories>
|
||||
<option name="languageScores">
|
||||
<map>
|
||||
<entry key="CHINESE" value="91" />
|
||||
<entry key="ENGLISH" value="92" />
|
||||
<entry key="CHINESE" value="99" />
|
||||
<entry key="ENGLISH" value="100" />
|
||||
</map>
|
||||
</option>
|
||||
</component>
|
||||
|
||||
Reference in New Issue
Block a user