Flutter/Dart: get_cli add more view to a page

Viewed 75

How to add a multiple sub-view to a view with get-cli? I add views manually but, is there any easier way to do that?

1 Answers

Type the command get create view:SubViewName on home in the terminal.

home is your view you want to add a subview to.

Related