Get CLI — Powerful GetX Tool for Project Management

A Tool from Getx helps to set up the project, page, and views quickly with Flutter.

flutter pub global activate get_cli

get create project:todo

com.exampledemo

Note: if you face any problem like. after setting the company domain unable to create project,then you can downgrade to the get_cli version. (in the 1.8.1 version i am facing this problem)
so,
~~~~Solution~~~~
First, uninstall your current version (1.8.1)

flutter pub global deactivate get_cli

After that install version 1.6.0

flutter pub global activate get_cli 1.6.0

but, if able to get the project setup option, you can skip this procedure.

get create page:Registration

get create view:success on home

get create controller:success on home

get generate model from “https://tools.learningcontainer.com/sample-json.json"

get help

--

--

Mobile Application Developer | GDG Speaker | Technical Blogger at medium | community member at StackOverflow | Organizer @FlutterIndore

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store
Shirsh Shukla

Mobile Application Developer | GDG Speaker | Technical Blogger at medium | community member at StackOverflow | Organizer @FlutterIndore