-
Notifications
You must be signed in to change notification settings - Fork 6.3k
-
I tried to install flutter and dart plugins, but without success.
Any help would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 3 comments 7 replies
-
Beta Was this translation helpful? Give feedback.
All reactions
-
Oh wait you said Android. I think the binary needs to be built specifically for Android to work. Have you tried installing it through Termux? That might work.
Beta Was this translation helpful? Give feedback.
All reactions
-
Oh wait you said Android. I think the binary needs to be built specifically for Android to work. Have you tried installing it through Termux? That might work.
the said app seems to be based on Termux, as Termux libraries do not map out to /lib/ld-linux (they are built using the NDK), they'll need a proper chroot for this.
Beta Was this translation helpful? Give feedback.
All reactions
-
It doesn't look like flutter is available but it does have dart:
pkg install dart
That said, I haven't used it so who knows if it works.
Beta Was this translation helpful? Give feedback.
All reactions
-
It doesn't look like flutter is available but it does have dart:
pkg install dartThat said, I haven't used it so who knows if it works.
you have to install the Flutter SDK by its own, Dart itself is just the runtime.
Beta Was this translation helpful? Give feedback.
All reactions
-
Yup.
Beta Was this translation helpful? Give feedback.
All reactions
-
Hey there, the Flutter plugins should be available on the marketplace. VSCode supports this, but make sure you have the SDK installed firsthand.
Beta Was this translation helpful? Give feedback.
All reactions
-
@sinojelly did you get anywhere with this?
Beta Was this translation helpful? Give feedback.