-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flutter #1753
Comments
hello? |
Pi-Apps currently has over 70 app requested (including some open PRs for apps to be added). From my understanding, flutter is a google software development kit/library. I would assume any developers which want to use this library already understand how to follow the install flutter instructions. I'll let botspot comment on this if he wants, but to me this seems like it would not be very helpful for everyday GUI users (based on our guidelines): #185
|
Actually there is a project called flutter-pi but the problem is android sdk. i have tried a lot of ways to install it but no sucess |
Thank you! |
What is the name of the app?
Flutter
(Optional) Where is the app hosted?
https://docs.flutter.dev/get-started/install/linux
this doesn't work:
cd ~/development
tar xf ~/Downloads/flutter_linux_2.10.5-stable.tar.xz
this does:
git clone https://github.com/flutter/flutter.git
or
git clone https://github.com/flutter/flutter.git -b stable
then:
export PATH="$PATH:
pwd
/flutter/bin"flutter precache
and then:
flutter doctor
the line above starts the service
About the app
This app is a web developement platform that allows you create applications for all kinds of platforms, sorry for my bad english
there was one similar suggestion:
flutter pub get #1459
Confirmations
The text was updated successfully, but these errors were encountered: