Flutter/Dart: get_cli add more controller to a page

Viewed 71

Is it possible to create multiple controllers using get_cli? currently, I am doing this manually.

1 Answers

do this in terminal:

get create controller:"ControllerName" on home
Related