Showing
1 changed file
with
1 additions
and
1 deletions
@@ -665,7 +665,7 @@ GetBuilder<Controller>( | @@ -665,7 +665,7 @@ GetBuilder<Controller>( | ||
665 | 665 | ||
666 | ```dart | 666 | ```dart |
667 | GetBuilder<Controller>( | 667 | GetBuilder<Controller>( |
668 | - id: 'text' 、、这里 | 668 | + id: 'text', //这里 |
669 | init: Controller(), // 每个控制器只用一次 | 669 | init: Controller(), // 每个控制器只用一次 |
670 | builder: (_) => Text( | 670 | builder: (_) => Text( |
671 | '${Get.find<Controller>().counter}', //here | 671 | '${Get.find<Controller>().counter}', //here |
-
Please register or login to post a comment