...
To activate this package globaly in local meachine (not from pub.dev)
dart pub global activate --source path ./The following commands can be used in terminal to help you efficiently manage UI components and pages.
The add command used to add an component or page a flutter project.
nui add <page or component id>Example : The following example add the page or component in 'lib\namma_ui_kit\login_page' folder by default.
nui add login_pageyou can overrite the destinantion path using the following command
nui add login_page --path my_pages/my_loginYou can download the standalone packages from the GitHub repo here.