Questions tagged [get-cli]

11 questions
5
votes
2 answers

create a page on a specific folder get cli | Getx Flutter

I have installed the get_cli for my flutter development. As the docs say, I use the command get create page:home to create a home module with bindings, view and controller. It is created in the lib/app/modules/home folder by default. How to create…
Abhijith Konnayil
  • 4,067
  • 6
  • 23
  • 49
2
votes
0 answers

RangeError (end): Invalid value: Only valid value is 0: 1 when generating model

Getting the error RangeError (end): Invalid value: Only valid value is 0: 1 when generating model when I try to generate model Expected Behavior when I use this command get generate model on match_details with…
Ahmed Wagdi
  • 3,913
  • 10
  • 50
  • 116
2
votes
1 answer

Flutter/Dart: get_cli add more controller to a page

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

I'm using GET CLI in flutter and everthing is working fone except for this command "get generate model on home from "https://randomuser.me/api/"

I've installed the GET CLI flutter on my windows machine and everything seems fine. Also, I've just created a few projects using that. But when I use this command get generate model on home from "https://randomuser.me/api/" then I'm getting this…
1
vote
3 answers

Stuck terminal when creating new flutter project with get_cli?

Here the activation command flutter pub global activate get_cli Here the create new project command get create project:getcli_test
Rahul Raj
  • 1,010
  • 9
  • 10
1
vote
5 answers

can't install get_cli flutter

I want to install get_cli but when running the command below, error is found flutter pub global activate get_cli the error Warning: Executable "get" runs "bin/get.dart", which was not found in get_cli. Warning: Executable "getx" runs…
Mee Mihoyo
  • 71
  • 1
  • 6
1
vote
1 answer

Flutter/Dart: get_cli add more view to a page

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?
Omid Mohebi
  • 58
  • 1
  • 8
0
votes
1 answer

cant install get_cli i guess error is with posix package and pwd.dart

Building package executables... (24.4s) Failed to build get_cli:get: AppData/Local/Pub/Cache/hosted/pub.dev/posix-4.1.0/lib/src/pwd.dart:322:35: Error: Field 'name' cannot be nullable or have type 'Null', it must be `int`, `double`, `Pointer`, or a…
Taher
  • 3
  • 1
0
votes
0 answers

get_cli create page inside page

is it okay, to use get create page:account on main because my folder tree looks not good, modules home bindings controllers views account bindings controllers views login bindings controllers views my target is, I have pages like…
Syswantob1
  • 25
  • 4
0
votes
1 answer

cant get_cli install in flutter: Warning: Executable "get" runs "bin\get.dart", which was not found in get_cli

I want to install getx_cli but when I running the command below, error is found flutter pub global activate get_cli error: Package get_cli is currently active at version 1.7.1. Resolving dependencies... The package get_cli is already activated at…
-3
votes
1 answer

how to fix errors , after add screen using get_cli in flutter

how i fix this eroors Undefined name 'ConfigEnvironments'. Try correcting the name to one that is defined, or defining the name. Undefined name 'Environments'. Try correcting the name to one that is defined, or defining the name. Undefined name…