We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0613e5b commit ac89833Copy full SHA for ac89833
README.md
@@ -231,7 +231,7 @@ run
231
232
input: <br/>
233
```dart
234
-import 'package:get/get.dart';
+@import
235
236
class @controller extends GetxController {
237
final email = ''.obs;
samples_file/controller.dart.example
@@ -1,9 +1,10 @@
1
2
3
4
5
final password = ''.obs;
6
void login() {
7
- }
8
+
9
+ }
10
}
0 commit comments