Compare commits
23 Commits
bacec31dc2
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 8740e1dac8 | |||
| e4cf2cf6c4 | |||
| a63a4bb2c8 | |||
| 904f3067fe | |||
| 7d25cc3da9 | |||
| 5636688be1 | |||
| cb666e4992 | |||
| c372029edf | |||
| 90443696a0 | |||
| 7176be9cb8 | |||
| da340a71b4 | |||
| ec7b9b61d9 | |||
| f4cae2c05f | |||
| 01d22aa61c | |||
| af43ca6472 | |||
| 1ef44edfa5 | |||
| 707be3799c | |||
| 0a821c1736 | |||
| 17eb143f97 | |||
| 76394c24d9 | |||
| f979ef6dfe | |||
| 744d215e48 | |||
| 111a4ecb16 |
File diff suppressed because one or more lines are too long
@@ -4,7 +4,7 @@
|
|||||||
<option name="proxyHost" value="192.168.123.88" />
|
<option name="proxyHost" value="192.168.123.88" />
|
||||||
<option name="proxyPassword" value="123" />
|
<option name="proxyPassword" value="123" />
|
||||||
<option name="proxyPort" value="7890" />
|
<option name="proxyPort" value="7890" />
|
||||||
<option name="proxyType" value="HTTP" />
|
<option name="proxyType" value="DIRECT" />
|
||||||
<option name="proxyUsername" value="123" />
|
<option name="proxyUsername" value="123" />
|
||||||
<option name="readTimeout" value="120" />
|
<option name="readTimeout" value="120" />
|
||||||
</component>
|
</component>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<application>
|
<application>
|
||||||
<component name="CodeGPT_CustomServicesSettings">
|
<component name="CodeGPT_CustomServicesSettings">
|
||||||
<option name="services" value="[{"id":"4f24dc7f-3b57-4b87-b0ad-54b262916ae7","url":null,"template":"OPEN_ROUTER","body":{},"chatCompletionSettings":{"url":"https://api.siliconflow.cn/v1/completions","body":{"stream":true,"model":"meta-llama/llama-3.1-8b-instruct:free","messages":"$OPENAI_MESSAGES","temperature":0.1,"max_tokens":8192},"headers":{"Authorization":"Bearer $CUSTOM_SERVICE_API_KEY","X-LLM-Application-Tag":"proxyai","HTTP-Referer":"https://tryproxy.io","X-Title":"ProxyAI","Content-Type":"application/json"},"modificationCount":23,"equalToDefault":false},"codeCompletionSettings":{"url":"https://api.siliconflow.cn/v1/completions","codeCompletionsEnabled":true,"body":{"suffix":"$SUFFIX","stream":true,"model":"Qwen/Qwen3-Coder-30B-A3B-Instruct","temperature":0.1,"prompt":"$PREFIX","max_tokens":128},"parseResponseAsChatCompletions":false,"infillTemplate":"CODE_QWEN_2_5","headers":{"Authorization":"Bearer $CUSTOM_SERVICE_API_KEY","X-LLM-Application-Tag":"proxyai","Content-Type":"application/json"},"modificationCount":21,"equalToDefault":false},"name":"CodeCompletion","headers":{},"modificationCount":66,"equalToDefault":false},{"id":"cfdf9454-a195-4ff9-afcc-55536dd49506","url":null,"template":"OPEN_ROUTER","body":{},"chatCompletionSettings":{"url":"https://openrouter.ai/api/v1/chat/completions","body":{"stream":true,"model":"google/gemini-3.1-pro-preview","messages":"$OPENAI_MESSAGES","temperature":0.1,"max_tokens":16384},"headers":{"Authorization":"Bearer $CUSTOM_SERVICE_API_KEY","X-LLM-Application-Tag":"proxyai","HTTP-Referer":"https://tryproxy.io","X-Title":"ProxyAI","Content-Type":"application/json"},"modificationCount":23,"equalToDefault":false},"codeCompletionSettings":{"url":"https://openrouter.ai/api/v1/chat/completions","codeCompletionsEnabled":false,"body":{"suffix":"$SUFFIX","stream":true,"model":"google/gemini-3.1-pro-preview","temperature":0.2,"prompt":"$PREFIX","max_tokens":24},"parseResponseAsChatCompletions":false,"infillTemplate":"OPENAI","headers":{"Authorization":"Bearer $CUSTOM_SERVICE_API_KEY","X-LLM-Application-Tag":"proxyai","Content-Type":"application/json"},"modificationCount":19,"equalToDefault":false},"name":"ORChat","headers":{},"modificationCount":64,"equalToDefault":false}]" />
|
<option name="services" value="[{"id":"f2db8cef-49a2-477c-a6ec-009e7d52c840","url":null,"template":"OPENAI","contextWindowSize":200000,"chatCompletionSettings":{"url":"https://lingzhi.agibot.com/v1/chat/completions","body":{"stream":true,"model":"gpt-5.4","max_tokens":8192},"headers":{"Authorization":"Bearer $CUSTOM_SERVICE_API_KEY","X-LLM-Application-Tag":"proxyai","Content-Type":"application/json"},"modificationCount":12,"equalToDefault":false},"codeCompletionSettings":{"url":"https://lingzhi.agibot.com/v1/chat/completions","parseResponseAsChatCompletions":true,"infillTemplate":"CHAT_COMPLETION","body":{"suffix":"$SUFFIX","model":"gpt-5.4","temperature":0.1,"prompt":"$PREFIX","max_tokens":256},"codeCompletionsEnabled":true,"headers":{"Authorization":"Bearer $CUSTOM_SERVICE_API_KEY","X-LLM-Application-Tag":"proxyai","Content-Type":"application/json"},"modificationCount":23,"equalToDefault":false},"body":{},"name":"lz","headers":{},"modificationCount":54,"equalToDefault":false}]" />
|
||||||
</component>
|
</component>
|
||||||
</application>
|
</application>
|
||||||
@@ -5,7 +5,7 @@
|
|||||||
<entry key="AGENT">
|
<entry key="AGENT">
|
||||||
<value>
|
<value>
|
||||||
<ModelDetailsState>
|
<ModelDetailsState>
|
||||||
<option name="model" value="cfdf9454-a195-4ff9-afcc-55536dd49506" />
|
<option name="model" value="f2db8cef-49a2-477c-a6ec-009e7d52c840" />
|
||||||
<option name="provider" value="Custom OpenAI" />
|
<option name="provider" value="Custom OpenAI" />
|
||||||
</ModelDetailsState>
|
</ModelDetailsState>
|
||||||
</value>
|
</value>
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
<entry key="AUTO_APPLY">
|
<entry key="AUTO_APPLY">
|
||||||
<value>
|
<value>
|
||||||
<ModelDetailsState>
|
<ModelDetailsState>
|
||||||
<option name="model" value="cfdf9454-a195-4ff9-afcc-55536dd49506" />
|
<option name="model" value="f2db8cef-49a2-477c-a6ec-009e7d52c840" />
|
||||||
<option name="provider" value="Custom OpenAI" />
|
<option name="provider" value="Custom OpenAI" />
|
||||||
</ModelDetailsState>
|
</ModelDetailsState>
|
||||||
</value>
|
</value>
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
<entry key="CHAT">
|
<entry key="CHAT">
|
||||||
<value>
|
<value>
|
||||||
<ModelDetailsState>
|
<ModelDetailsState>
|
||||||
<option name="model" value="cfdf9454-a195-4ff9-afcc-55536dd49506" />
|
<option name="model" value="f2db8cef-49a2-477c-a6ec-009e7d52c840" />
|
||||||
<option name="provider" value="Custom OpenAI" />
|
<option name="provider" value="Custom OpenAI" />
|
||||||
</ModelDetailsState>
|
</ModelDetailsState>
|
||||||
</value>
|
</value>
|
||||||
@@ -29,7 +29,7 @@
|
|||||||
<entry key="CODE_COMPLETION">
|
<entry key="CODE_COMPLETION">
|
||||||
<value>
|
<value>
|
||||||
<ModelDetailsState>
|
<ModelDetailsState>
|
||||||
<option name="model" value="4f24dc7f-3b57-4b87-b0ad-54b262916ae7" />
|
<option name="model" value="f2db8cef-49a2-477c-a6ec-009e7d52c840" />
|
||||||
<option name="provider" value="Custom OpenAI" />
|
<option name="provider" value="Custom OpenAI" />
|
||||||
</ModelDetailsState>
|
</ModelDetailsState>
|
||||||
</value>
|
</value>
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
<entry key="COMMIT_MESSAGE">
|
<entry key="COMMIT_MESSAGE">
|
||||||
<value>
|
<value>
|
||||||
<ModelDetailsState>
|
<ModelDetailsState>
|
||||||
<option name="model" value="cfdf9454-a195-4ff9-afcc-55536dd49506" />
|
<option name="model" value="f2db8cef-49a2-477c-a6ec-009e7d52c840" />
|
||||||
<option name="provider" value="Custom OpenAI" />
|
<option name="provider" value="Custom OpenAI" />
|
||||||
</ModelDetailsState>
|
</ModelDetailsState>
|
||||||
</value>
|
</value>
|
||||||
@@ -45,7 +45,7 @@
|
|||||||
<entry key="INLINE_EDIT">
|
<entry key="INLINE_EDIT">
|
||||||
<value>
|
<value>
|
||||||
<ModelDetailsState>
|
<ModelDetailsState>
|
||||||
<option name="model" value="cfdf9454-a195-4ff9-afcc-55536dd49506" />
|
<option name="model" value="f2db8cef-49a2-477c-a6ec-009e7d52c840" />
|
||||||
<option name="provider" value="Custom OpenAI" />
|
<option name="provider" value="Custom OpenAI" />
|
||||||
</ModelDetailsState>
|
</ModelDetailsState>
|
||||||
</value>
|
</value>
|
||||||
@@ -53,7 +53,7 @@
|
|||||||
<entry key="LOOKUP">
|
<entry key="LOOKUP">
|
||||||
<value>
|
<value>
|
||||||
<ModelDetailsState>
|
<ModelDetailsState>
|
||||||
<option name="model" value="cfdf9454-a195-4ff9-afcc-55536dd49506" />
|
<option name="model" value="f2db8cef-49a2-477c-a6ec-009e7d52c840" />
|
||||||
<option name="provider" value="Custom OpenAI" />
|
<option name="provider" value="Custom OpenAI" />
|
||||||
</ModelDetailsState>
|
</ModelDetailsState>
|
||||||
</value>
|
</value>
|
||||||
@@ -61,7 +61,7 @@
|
|||||||
<entry key="NEXT_EDIT">
|
<entry key="NEXT_EDIT">
|
||||||
<value>
|
<value>
|
||||||
<ModelDetailsState>
|
<ModelDetailsState>
|
||||||
<option name="model" value="mercury-coder" />
|
<option name="model" value="mercury-edit-2" />
|
||||||
<option name="provider" value="ProxyAI" />
|
<option name="provider" value="ProxyAI" />
|
||||||
</ModelDetailsState>
|
</ModelDetailsState>
|
||||||
</value>
|
</value>
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
<version>1</version>
|
<version>1</version>
|
||||||
</component>
|
</component>
|
||||||
<component name="whatsNew">
|
<component name="whatsNew">
|
||||||
<shownVersion>2025.3.2rc6</shownVersion>
|
<shownVersion>2025.3.4rc6</shownVersion>
|
||||||
</component>
|
</component>
|
||||||
</application>
|
</application>
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
<application>
|
||||||
|
<component name="ExperimentalUI">
|
||||||
|
<option name="enabled" value="true" />
|
||||||
|
</component>
|
||||||
|
</application>
|
||||||
@@ -7,6 +7,7 @@
|
|||||||
<entry key="moved.to.new.ui" value="true" source="SYSTEM" />
|
<entry key="moved.to.new.ui" value="true" source="SYSTEM" />
|
||||||
<entry key="ide.browser.jcef.sandbox.enable" value="false" source="USER" />
|
<entry key="ide.browser.jcef.sandbox.enable" value="false" source="USER" />
|
||||||
<entry key="ide.browser.jcef.osr.enabled" value="false" source="USER" />
|
<entry key="ide.browser.jcef.osr.enabled" value="false" source="USER" />
|
||||||
|
<entry key="switched.from.classic.to.islands" value="true" source="SYSTEM" />
|
||||||
</component>
|
</component>
|
||||||
<component name="StatusBar">
|
<component name="StatusBar">
|
||||||
<option name="widgets">
|
<option name="widgets">
|
||||||
|
|||||||
+28
-28
@@ -30,7 +30,7 @@
|
|||||||
<jdk version="2">
|
<jdk version="2">
|
||||||
<name value="jbr-21" />
|
<name value="jbr-21" />
|
||||||
<type value="JavaSDK" />
|
<type value="JavaSDK" />
|
||||||
<version value="JetBrains Runtime 21.0.9" />
|
<version value="JetBrains Runtime 21.0.10" />
|
||||||
<homePath value="$APPLICATION_HOME_DIR$/jbr" />
|
<homePath value="$APPLICATION_HOME_DIR$/jbr" />
|
||||||
<roots>
|
<roots>
|
||||||
<annotationsPath>
|
<annotationsPath>
|
||||||
@@ -136,33 +136,6 @@
|
|||||||
</roots>
|
</roots>
|
||||||
<additional sdk="android-36" />
|
<additional sdk="android-36" />
|
||||||
</jdk>
|
</jdk>
|
||||||
<jdk version="2">
|
|
||||||
<name value="Android API 34, extension level 7 Platform" />
|
|
||||||
<type value="Android SDK" />
|
|
||||||
<homePath value="$USER_HOME$/Android/Sdk" />
|
|
||||||
<roots>
|
|
||||||
<annotationsPath>
|
|
||||||
<root type="composite">
|
|
||||||
<root url="jar://$USER_HOME$/Android/Sdk/platforms/android-34/data/annotations.zip!/" type="simple" />
|
|
||||||
</root>
|
|
||||||
</annotationsPath>
|
|
||||||
<classPath>
|
|
||||||
<root type="composite">
|
|
||||||
<root url="jar://$USER_HOME$/Android/Sdk/platforms/android-34/android.jar!/" type="simple" />
|
|
||||||
<root url="file://$USER_HOME$/Android/Sdk/platforms/android-34/data/res" type="simple" />
|
|
||||||
</root>
|
|
||||||
</classPath>
|
|
||||||
<javadocPath>
|
|
||||||
<root type="composite">
|
|
||||||
<root url="http://developer.android.com/reference/" type="simple" />
|
|
||||||
</root>
|
|
||||||
</javadocPath>
|
|
||||||
<sourcePath>
|
|
||||||
<root type="composite" />
|
|
||||||
</sourcePath>
|
|
||||||
</roots>
|
|
||||||
<additional sdk="android-34" />
|
|
||||||
</jdk>
|
|
||||||
<jdk version="2">
|
<jdk version="2">
|
||||||
<name value="Android API 35, extension level 13 Platform" />
|
<name value="Android API 35, extension level 13 Platform" />
|
||||||
<type value="Android SDK" />
|
<type value="Android SDK" />
|
||||||
@@ -217,5 +190,32 @@
|
|||||||
</roots>
|
</roots>
|
||||||
<additional sdk="android-31" />
|
<additional sdk="android-31" />
|
||||||
</jdk>
|
</jdk>
|
||||||
|
<jdk version="2">
|
||||||
|
<name value="Android API 34, extension level 7 Platform" />
|
||||||
|
<type value="Android SDK" />
|
||||||
|
<homePath value="$USER_HOME$/Android/Sdk" />
|
||||||
|
<roots>
|
||||||
|
<annotationsPath>
|
||||||
|
<root type="composite">
|
||||||
|
<root url="jar://$USER_HOME$/Android/Sdk/platforms/android-34/data/annotations.zip!/" type="simple" />
|
||||||
|
</root>
|
||||||
|
</annotationsPath>
|
||||||
|
<classPath>
|
||||||
|
<root type="composite">
|
||||||
|
<root url="jar://$USER_HOME$/Android/Sdk/platforms/android-34/android.jar!/" type="simple" />
|
||||||
|
<root url="file://$USER_HOME$/Android/Sdk/platforms/android-34/data/res" type="simple" />
|
||||||
|
</root>
|
||||||
|
</classPath>
|
||||||
|
<javadocPath>
|
||||||
|
<root type="composite">
|
||||||
|
<root url="http://developer.android.com/reference/" type="simple" />
|
||||||
|
</root>
|
||||||
|
</javadocPath>
|
||||||
|
<sourcePath>
|
||||||
|
<root type="composite" />
|
||||||
|
</sourcePath>
|
||||||
|
</roots>
|
||||||
|
<additional sdk="android-34" />
|
||||||
|
</jdk>
|
||||||
</component>
|
</component>
|
||||||
</application>
|
</application>
|
||||||
@@ -1,5 +1,17 @@
|
|||||||
<application>
|
<application>
|
||||||
<component name="SettingsSyncSettings">
|
<component name="SettingsSyncSettings">
|
||||||
|
<option name="disabledSubcategories">
|
||||||
|
<map>
|
||||||
|
<entry key="PLUGINS">
|
||||||
|
<value>
|
||||||
|
<list>
|
||||||
|
<option value="org.jetbrains.settingsRepository" />
|
||||||
|
</list>
|
||||||
|
</value>
|
||||||
|
</entry>
|
||||||
|
</map>
|
||||||
|
</option>
|
||||||
<option name="migrationFromOldStorageChecked" value="true" />
|
<option name="migrationFromOldStorageChecked" value="true" />
|
||||||
|
<option name="syncEnabled" value="true" />
|
||||||
</component>
|
</component>
|
||||||
</application>
|
</application>
|
||||||
@@ -1,12 +1,14 @@
|
|||||||
<application>
|
<application>
|
||||||
<component name="UISettings">
|
<component name="UISettings">
|
||||||
<option name="CONSOLE_CYCLE_BUFFER_SIZE_KB" value="8192" />
|
<option name="CONSOLE_CYCLE_BUFFER_SIZE_KB" value="8192" />
|
||||||
|
<option name="SHOW_MAIN_MENU_MODE" value="MERGED_WITH_MAIN_TOOLBAR" />
|
||||||
<option name="MAX_LOOKUP_LIST_HEIGHT" value="12" />
|
<option name="MAX_LOOKUP_LIST_HEIGHT" value="12" />
|
||||||
<option name="MAX_LOOKUP_WIDTH2" value="895" />
|
<option name="MAX_LOOKUP_WIDTH2" value="895" />
|
||||||
<option name="OVERRIDE_CONSOLE_CYCLE_BUFFER_SIZE" value="true" />
|
<option name="OVERRIDE_CONSOLE_CYCLE_BUFFER_SIZE" value="true" />
|
||||||
<option name="RIGHT_HORIZONTAL_SPLIT" value="true" />
|
<option name="RIGHT_HORIZONTAL_SPLIT" value="true" />
|
||||||
<option name="SHOW_MAIN_TOOLBAR" value="true" />
|
<option name="SHOW_MAIN_TOOLBAR" value="true" />
|
||||||
<option name="SHOW_TOOL_WINDOW_NUMBERS" value="true" />
|
<option name="SHOW_TOOL_WINDOW_NUMBERS" value="true" />
|
||||||
|
<option name="UI_DENSITY" value="COMPACT" />
|
||||||
<option name="WIDESCREEN_SUPPORT" value="true" />
|
<option name="WIDESCREEN_SUPPORT" value="true" />
|
||||||
</component>
|
</component>
|
||||||
</application>
|
</application>
|
||||||
+2
-1
@@ -6,10 +6,11 @@
|
|||||||
<option value="com.intellij.usages.impl.rules.ImportUsageFilteringRule" />
|
<option value="com.intellij.usages.impl.rules.ImportUsageFilteringRule" />
|
||||||
</component>
|
</component>
|
||||||
<component name="UsageViewSettings">
|
<component name="UsageViewSettings">
|
||||||
|
<option name="IS_EXPANDED" value="true" />
|
||||||
<option name="FLATTEN_MODULES" value="false" />
|
<option name="FLATTEN_MODULES" value="false" />
|
||||||
<option name="GROUP_BY_MODULE" value="false" />
|
<option name="GROUP_BY_MODULE" value="false" />
|
||||||
<option name="GROUP_BY_PACKAGE" value="false" />
|
<option name="GROUP_BY_PACKAGE" value="false" />
|
||||||
<option name="GROUP_BY_USAGE_TYPE" value="false" />
|
<option name="GROUP_BY_USAGE_TYPE" value="false" />
|
||||||
<option name="PREVIEW_USAGES_SPLITTER_PROPORTIONS" value="0.56743187" />
|
<option name="PREVIEW_USAGES_SPLITTER_PROPORTIONS" value="0.4552381" />
|
||||||
</component>
|
</component>
|
||||||
</application>
|
</application>
|
||||||
+15
-15
@@ -1,6 +1,6 @@
|
|||||||
<application>
|
<application>
|
||||||
<component name="Translation.Cache">
|
<component name="Translation.Cache">
|
||||||
<option name="lastTrimTime" value="1774353755126" />
|
<option name="lastTrimTime" value="1777277581954" />
|
||||||
</component>
|
</component>
|
||||||
<component name="Translation.OpenAISettings">
|
<component name="Translation.OpenAISettings">
|
||||||
<option name="OPEN_AI">
|
<option name="OPEN_AI">
|
||||||
@@ -17,11 +17,24 @@
|
|||||||
<option name="translator" value="OPEN_AI" />
|
<option name="translator" value="OPEN_AI" />
|
||||||
</component>
|
</component>
|
||||||
<component name="Translation.States">
|
<component name="Translation.States">
|
||||||
<option name="translationDialogHeight" value="260" />
|
<option name="translationDialogHeight" value="325" />
|
||||||
<option name="translationDialogLocationX" value="2705" />
|
<option name="translationDialogLocationX" value="2705" />
|
||||||
<option name="translationDialogLocationY" value="567" />
|
<option name="translationDialogLocationY" value="567" />
|
||||||
<option name="translationDialogWidth" value="1381" />
|
<option name="translationDialogWidth" value="1381" />
|
||||||
<histories>
|
<histories>
|
||||||
|
<item value="Whether the decoration is the same size as the input field. A collapsed decoration cannot have [labelText], [errorText], [counter], [icon], prefixes, and suffixes. To create a collapsed input decoration, use [InputDecoration.collapsed]." />
|
||||||
|
<item value="is 4 D joystick" />
|
||||||
|
<item value="The application is not currently visible to the user, and not responding to user input. When the application is in this state, the engine will not call the [PlatformDispatcher.onBeginFrame] and [PlatformDispatcher.onDrawFrame] callbacks. This state is only entered on iOS and Android." />
|
||||||
|
<item value="All views of an application are hidden, either because the application is about to be paused (on iOS and Android), or because it has been minimized or placed on a desktop that is no longer visible (on non-web desktop), or is running in a window or tab that is no longer visible (on the web). On iOS and Android, in order to keep the state machine the same on all platforms, a transition to this state is synthesized before the [paused] state is entered when coming from [inactive], and before the [inactive] state is entered when coming from [paused]. This allows cross-platform implementations that want to know when an app is conceptually "hidden" to only write one handler." />
|
||||||
|
<item value="On Android and iOS, apps in this state should assume that they may be [hidden] and [paused] at any time." />
|
||||||
|
<item value="On Android, this corresponds to the Flutter host view running in Android's paused state (i.e. [`Activity.onPause`](https:developer.android.comreferenceandroidappActivityonPause()) has been called), or in Android's "resumed" state (i.e. [`Activity.onResume`](https:developer.android.comreferenceandroidappActivityonResume()) has been called) but does not have window focus. Examples of when apps transition to this state include when the app is partially obscured or another activity is focused, a app running in a split screen that isn't the current app, an app interrupted by a phone call, a picture-in-picture app, a system dialog, another view. It will also be inactive when the notification window shade is down, or the application switcher is visible." />
|
||||||
|
<item value="On iOS and macOS, this state corresponds to the Flutter host view running in the foreground inactive state. Apps transition to this state when in a phone call, when responding to a TouchID request, when entering the app switcher or the control center, or when the UIViewController hosting the Flutter app is transitioning." />
|
||||||
|
<item value="On non-web desktop platforms, this corresponds to an application that is not in the foreground, but still has visible windows. On the web, this corresponds to an application that is running in a window or tab that does not have input focus." />
|
||||||
|
<item value="At least one view of the application is visible, but none have input focus. The application is otherwise running normally." />
|
||||||
|
<item value="Returns whether the wakelock is currently enabled or not. If you want to retrieve the current wakelock status, you will have to call [WakelockPlus.enabled] and await its result: ```dart bool wakelockEnabled = await WakelockPlus.enabled;" />
|
||||||
|
<item value="Toggles the wakelock on or off. You can simply use this function to toggle the wakelock using a [bool] value (for the [enable] parameter). ```dart This line keeps the screen on. WakelockPlus.toggle(enable: true); bool enableWakelock = false; The following line disables the WakelockPlus. WakelockPlus.toggle(enable: enableWakelock); ``` You can await the [Future] to wait for the operation to complete." />
|
||||||
|
<item value="keep screen wakeup" />
|
||||||
|
<item value="A node in the URDF hierarchy tree." />
|
||||||
<item value="If `cacheWidth` or `cacheHeight` are provided, they indicate to the engine that the image must be decoded at the specified size. The image will be rendered to the constraints of the layout or [width] and [height] regardless of these parameters. These parameters are primarily intended to reduce the memory usage of [ImageCache]." />
|
<item value="If `cacheWidth` or `cacheHeight` are provided, they indicate to the engine that the image must be decoded at the specified size. The image will be rendered to the constraints of the layout or [width] and [height] regardless of these parameters. These parameters are primarily intended to reduce the memory usage of [ImageCache]." />
|
||||||
<item value="This will further optimize our widget by rebuilding it only when "isAdult" changed instead of whenever the age changes." />
|
<item value="This will further optimize our widget by rebuilding it only when "isAdult" changed instead of whenever the age changes." />
|
||||||
<item value="NOTE: The function passed to [select] can return complex computations" />
|
<item value="NOTE: The function passed to [select] can return complex computations" />
|
||||||
@@ -59,19 +72,6 @@
|
|||||||
<item value="center" />
|
<item value="center" />
|
||||||
<item value="This example includes a generic `SpinnerField<T>` class that you can copy into your own project and customize." />
|
<item value="This example includes a generic `SpinnerField<T>` class that you can copy into your own project and customize." />
|
||||||
<item value="This example includes a generic `SpinnerFie into your own project and customize." />
|
<item value="This example includes a generic `SpinnerFie into your own project and customize." />
|
||||||
<item value="{@macro flutter.widgets.editableText.onTapOutside} {@tool dartpad} This example shows how to use a `TextFieldTapRegion` to wrap a set of "spinner" buttons that increment and decrement a value in the [TextField] without causing the text field to lose keyboard focus." />
|
|
||||||
<item value="The number of discrete divisions. Typically used with [label] to show the current discrete value. If null, the slider is continuous." />
|
|
||||||
<item value="ljjqr" />
|
|
||||||
<item value="When set to true, silences the ticker, so that it is no longer ticking. If a tick is already scheduled, it will unschedule it. This will not unschedule the next frame, though. When set to false, unsilences the ticker, potentially scheduling a frame to handle the next tick. By convention, the [muted] property is controlled by the object that created the [Ticker] (typically a [TickerProvider]), not the object that listens to the ticker's ticks." />
|
|
||||||
<item value="unregister on top activity change listener" />
|
|
||||||
<item value="in stall app" />
|
|
||||||
<item value="set state bar state" />
|
|
||||||
<item value="call side bar" />
|
|
||||||
<item value="alarm manager" />
|
|
||||||
<item value="ALARM SERVICE" />
|
|
||||||
<item value="Returns `true` if the signal is successfully delivered to the process. Otherwise the signal could not be sent, usually meaning that the process is already dead." />
|
|
||||||
<item value="Kills the process with id [pid]. Where possible, sends the [signal] to the process with id [pid]. This includes Linux and OS X. The default signal is [ProcessSignal.sigterm] which will normally terminate the process. On platforms without signal support, including Windows, the call just terminates the process with id [pid] in a platform specific way, and the [signal] parameter is ignored. Returns `true` if the signal is successfully delivered to the process. Otherwise the signal could not be sent, usually meaning that the process is already dead." />
|
|
||||||
<item value="On Linux and OS X a normal exit code will be a positive value in the range `[0..255]`. If the process was terminated due to a signal the exit code will be a negative value in the range `[-255..-1]`, where the absolute value of the exit code is the signal number. For example, if a process crashes due to a segmentation violation the exit code will be -11, as the signal SIGSEGV has the number 11." />
|
|
||||||
</histories>
|
</histories>
|
||||||
<option name="languageScores">
|
<option name="languageScores">
|
||||||
<map>
|
<map>
|
||||||
|
|||||||
Reference in New Issue
Block a user