beansoft / flutter-storm-support

🧩 a WebStorm/PhpStorm/GoLand plugin for developing Flutter applications
https://plugins.jetbrains.com/plugin/14718-flutter-storm
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Error creating new widget in Goland #26

Closed adlandh closed 2 years ago

adlandh commented 2 years ago

When creating new widget with popup menu, always get an error "Error parsing file template: Unable to find resource 'File Header java'" and as a result the file contains only 1 line: "import 'package: flutter/material. dart';"

GoLand 2021.3 Build #GO-213.5744.269, built on December 1, 2021

beansoft commented 2 years ago

I've reproduced this issue, will fix it in 2 days.

beansoft commented 2 years ago

Fixed and wating for review by Jetbrains. Please have a try by downloading and install from disk first: https://plugins.jetbrains.com/plugin/download?rel=true&updateId=150708

adlandh commented 2 years ago

fixed. Thank you