LunarEclipse

Results 1 issues of LunarEclipse

```dart var s1 = ''' You can create multi-line strings like this one. '''; var s2 = """This is also a multi-line string."""; ``` ![image](https://github.com/user-attachments/assets/102c8c0c-15b6-45d4-b913-d3ba83316714) ![image](https://github.com/user-attachments/assets/bf77c651-5c1d-4bed-b94f-99c41f175f04) And it automatically generates...