Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 27552841e9 | |||
| 7cb14cd4c9 | |||
| acfbae0b09 | |||
| 6faa8b407e | |||
| 2d13b1b4c2 |
+2
-2
@@ -1,7 +1,7 @@
|
||||
<application>
|
||||
<component name="UISettings">
|
||||
<option name="MAX_LOOKUP_LIST_HEIGHT" value="19" />
|
||||
<option name="MAX_LOOKUP_WIDTH2" value="765" />
|
||||
<option name="MAX_LOOKUP_LIST_HEIGHT" value="22" />
|
||||
<option name="MAX_LOOKUP_WIDTH2" value="1134" />
|
||||
<option name="OVERRIDE_NONIDEA_LAF_FONTS" value="true" />
|
||||
<option name="SHOW_MAIN_TOOLBAR" value="true" />
|
||||
</component>
|
||||
|
||||
@@ -4,6 +4,10 @@
|
||||
<option name="newTranslationDialogX" value="811" />
|
||||
<option name="newTranslationDialogY" value="447" />
|
||||
<histories>
|
||||
<item value="reaction" />
|
||||
<item value="bring chat data controller to chat page." />
|
||||
<item value="A [DocumentReference] refers to a document location in a [FirebaseFirestore] database and can be used to write, read, or listen to the location. The document at the referenced location may or may not exist. A [DocumentReference] can also be used to create a [CollectionReference] to a subcollection." />
|
||||
<item value="data Fetched" />
|
||||
<item value="permanent" />
|
||||
<item value="Injects an `Instance<S>` in memory. No need to define the generic type `<[S]>` as it's inferred from the [dependency] parameter. - [dependency] The Instance to be injected. - [tag] optionally, use a [tag] as an "id" to create multiple records of the same `Type<S>` the [tag] does not conflict with the same tags used by other dependencies Types. - [permanent] keeps the Instance in memory and persist it, not following `Get.smartManagement` rules. Although, can be removed by `GetInstance.reset()` and `Get.delete()` - [builder] If defined, the [dependency] must be returned from here" />
|
||||
<item value="The ParentDataWidget Expanded(flex: 1) wants to apply ParentData of type FlexParentData to a Iflutter (30455): RenderObject, which has been set up to accept ParentData of incompatible type StackParentData. Iflutter (30455): Usually, this means that the Expanded widget has the wrong ancestor RenderObjectWidget. Typically, Iflutter (30455): Expanded widgets are placed directly inside Flex widgets. Iflutter (30455): The offending Expanded is currently placed inside a Stack widget. Iflutter (30455): The ownership chain for the RenderObject that received the incompatible parent data was: Iflutter (30455): SizedBox.expand ← Expanded ← GroupChatMessagesListView<GroupChatMessagesRecord> ← Stack ← Iflutter (30455): GetBuilder<GroupChatMessagesListController> ← GroupChatMessagesList ← Expanded ← Column ← MediaQuery Iflutter (30455): ← Padding ← ⋯" />
|
||||
@@ -50,21 +54,17 @@
|
||||
<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="moment Click Notification Icon" />
|
||||
<item value="Opacity Button" />
|
||||
<item value="操产品经理" />
|
||||
</histories>
|
||||
<option name="languageScores">
|
||||
<map>
|
||||
<entry key="CHINESE" value="144" />
|
||||
<entry key="ENGLISH" value="145" />
|
||||
<entry key="CHINESE" value="148" />
|
||||
<entry key="ENGLISH" value="149" />
|
||||
<entry key="FRENCH" value="1" />
|
||||
</map>
|
||||
</option>
|
||||
</component>
|
||||
<component name="Cache">
|
||||
<option name="lastTrimTime" value="1657512448557" />
|
||||
<option name="lastTrimTime" value="1658113626058" />
|
||||
</component>
|
||||
<component name="Settings">
|
||||
<option name="phoneticFontFamily" value="DejaVu Sans Mono" />
|
||||
|
||||
Reference in New Issue
Block a user