Hax4us / flutter_in_termux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flutter is somehow v0.0.0, making it entirely unusable

elenakrittik opened this issue Β· comments

commented

I did a fresh install a few minutes ago, and flutter doctor -v gave me this:

root@localhost:~/notes-app# flutter doctor -v
   Woah! You appear to be trying to run flutter as root.
   We strongly recommend running the flutter tool without superuser privileges.
  /
πŸ“Ž
[βœ“] Flutter (Channel master, 0.0.0-unknown, on Debian
    GNU/Linux 11 (bullseye) 5.4.0-faked, locale C.UTF-8)
    β€’ Flutter version 0.0.0-unknown at /root/flutter
    β€’ Upstream repository
      https://github.com/flutter/flutter.git
    β€’ Framework revision 87f8873474 (9 months ago),
      2021-12-14 10:14:06 -0800
    β€’ Engine revision b265cb742c
    β€’ Dart version 2.16.0 (build 2.16.0-85.0.dev)
    β€’ DevTools version 2.9.1

[βœ—] Chrome - develop for the web (Cannot find Chrome
    executable at google-chrome)
    ! Cannot find Chrome. Try setting CHROME_EXECUTABLE
      to a Chrome executable.

[βœ—] Flutter IDE Support (No supported IDEs installed)
    β€’ IntelliJ - https://www.jetbrains.com/idea/
    β€’ Android Studio -
      https://developer.android.com/studio/
    β€’ VS Code - https://code.visualstudio.com/

[!] Connected device
    ! No devices available

! Doctor found issues in 3 categories.
root@localhost:~/notes-app#

Any flutter app which depends on some specific version of flutter will error and refuse to build because flutter version is 0.0.0 and none app would want to target 0.0.0 flutter version.

Also, can flutter version be updated? Doctor said they downloaded version was released 9 months ago :(