File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
src/main/kotlin/com/github/tbm98/fluttergeneratorsnippets Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 77## [ 2.223.0]
88- Support 2022.3
99- Update Gradle IntelliJ Plugin version 1.11.0
10- - Update Constructor deprecated TemplateContextType
1110
1211## [ 2.222.1]
1312- Support 2022.2
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import com.intellij.codeInsight.template.TemplateActionContext
44import com.intellij.codeInsight.template.TemplateContextType
55
66class FlutterContext private constructor() :
7- TemplateContextType ( " Flutter generator snippets" ) {
7+ TemplateContextType ( " FLUTTER_GENERATOR_SNIPPETS " , " Flutter generator snippets" ) {
88 override fun isInContext (templateActionContext : TemplateActionContext ): Boolean {
99 return templateActionContext.file.name.endsWith(" .dart" )
1010 }
You can’t perform that action at this time.
0 commit comments