ubuntu / app-center

App Store for Ubuntu made with Flutter 🧡 💙
GNU General Public License v3.0
662 stars 116 forks source link

Contributing to the app #1430

Closed soumyaDghosh closed 1 year ago

soumyaDghosh commented 1 year ago

How to build this app from source and make some contributions to it?

FussuChalice commented 1 year ago
  1. Install Ubuntu Desktop.
  2. To ubuntu download flutter (3.10.6) for this project and Dart SDK.
  3. To ubuntu install Visual Studio Code.
  4. For VSCode install extenstions (flutter and dart).
  5. Use git clone or another way for download project from github.
  6. Extract project.
  7. Go to project directory and start terminal there.
  8. Run flutter doctor <- this command show what you must install.
  9. Run command in terminal flutter pub get
  10. Now you added dependencies to your project.
  11. Go to VSCode and Select Run -> Without debaging / with debaging.

This short instruction was created for those who already have skills in writing flutter apps.

For more information go to official flutter website.

anorld-droid commented 1 year ago

There is a dependency issue whenever flutter pub get is run, image

d-loose commented 1 year ago

Please make sure you're using Flutter 3.10.6.

We're preparing an updated README and a contribution guide in #1436

soumyaDghosh commented 1 year ago

There is a dependency issue whenever flutter pub get is run, image

Same error with me, but even with flutter version 3.10.6. I downgraded my flutter and got to this version though.

d-loose commented 1 year ago

1436 got merged - there's a CONTRIBUTING.md now \o/

Same error with me, but even with flutter version 3.10.6. I downgraded my flutter and got to this version though.

Please double check that you're using the correct version and that your repository is clean - I can't reproduce any problems with 3.10.6.