安装Get Cli
1.1安装命令
flutter pub global activate get_cli
1.2 配置环境变量
Warning: Pub installs executables into F:\xxxxxx\flutter\.pub-cache\bin, which is not on your path.
把提示路径加入到环境变量中
创建项目
2.1 使用Android Studio创建项目
原因: 使用Android Studio创建的项目, 安卓包名自动配置好了
2.2 初始化Getx项目
get init
2.3 创建页面
get create page:category
get create page:cart
get create page:user
get create page:home
get create page:service