|
|
@ -4,6 +4,7 @@
|
|
|
|
<variable name="viewid" expression="" defaultValue="" alwaysStopAt="true" />
|
|
|
|
<variable name="viewid" expression="" defaultValue="" alwaysStopAt="true" />
|
|
|
|
<variable name="options" expression="" defaultValue="" alwaysStopAt="true" />
|
|
|
|
<variable name="options" expression="" defaultValue="" alwaysStopAt="true" />
|
|
|
|
<context>
|
|
|
|
<context>
|
|
|
|
|
|
|
|
<option name="DART" value="true" />
|
|
|
|
<option name="JAVA_CODE" value="true" />
|
|
|
|
<option name="JAVA_CODE" value="true" />
|
|
|
|
</context>
|
|
|
|
</context>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
@ -13,7 +14,7 @@
|
|
|
|
<option name="JAVA_CODE" value="true" />
|
|
|
|
<option name="JAVA_CODE" value="true" />
|
|
|
|
</context>
|
|
|
|
</context>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
<template name="ssf" value="/// $comment$ static String $name$($params$) => '$baseURL/$path$/';" description="static String function" toReformat="false" toShortenFQNames="true">
|
|
|
|
<template name="ssf" value="/// $comment$ static String $name$($params$) => '$baseURL/$path$/';" description="static String function" toReformat="false" toShortenFQNames="true" deactivated="true">
|
|
|
|
<variable name="name" expression="" defaultValue="" alwaysStopAt="true" />
|
|
|
|
<variable name="name" expression="" defaultValue="" alwaysStopAt="true" />
|
|
|
|
<variable name="params" expression="" defaultValue="" alwaysStopAt="true" />
|
|
|
|
<variable name="params" expression="" defaultValue="" alwaysStopAt="true" />
|
|
|
|
<variable name="path" expression="" defaultValue="" alwaysStopAt="true" />
|
|
|
|
<variable name="path" expression="" defaultValue="" alwaysStopAt="true" />
|
|
|
@ -22,7 +23,7 @@
|
|
|
|
<option name="DART" value="true" />
|
|
|
|
<option name="DART" value="true" />
|
|
|
|
</context>
|
|
|
|
</context>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
<template name="resp" value="/// $comment$ Future<$type$> $name$({@required $params$}) => _post<$type$>( $path$, (json) => $type$(json), data: {'$params$': $params$}, );" description="create a request function" toReformat="false" toShortenFQNames="true">
|
|
|
|
<template name="resp" value="/// $comment$ Future<$type$> $name$({@required $params$}) => _post<$type$>( $path$, (json) => $type$(json), data: {'$params$': $params$}, );" description="create a request function" toReformat="false" toShortenFQNames="true" deactivated="true">
|
|
|
|
<variable name="type" expression="" defaultValue=""TYPE"" alwaysStopAt="true" />
|
|
|
|
<variable name="type" expression="" defaultValue=""TYPE"" alwaysStopAt="true" />
|
|
|
|
<variable name="name" expression="lowercaseAndDash(type)" defaultValue="" alwaysStopAt="false" />
|
|
|
|
<variable name="name" expression="lowercaseAndDash(type)" defaultValue="" alwaysStopAt="false" />
|
|
|
|
<variable name="params" expression="" defaultValue=""PARAMS"" alwaysStopAt="true" />
|
|
|
|
<variable name="params" expression="" defaultValue=""PARAMS"" alwaysStopAt="true" />
|
|
|
|