Skip to content

Commit ac89833

Browse files
committed
add var @import
1 parent 0613e5b commit ac89833

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ run
231231

232232
input: <br/>
233233
```dart
234-
import 'package:get/get.dart';
234+
@import
235235
236236
class @controller extends GetxController {
237237
final email = ''.obs;

samples_file/controller.dart.example

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
import 'package:get/get.dart';
1+
@import
22

33
class @controller extends GetxController {
44
final email = ''.obs;
55
final password = ''.obs;
66
void login() {
7-
}
87

8+
9+
}
910
}

0 commit comments

Comments
 (0)