simonbengtsson / airdash

File sharing flutter webrtc app enabling sending files to any device from anywhere
https://airdash-project.web.app
MIT License
564 stars 116 forks source link

Pub get failed #5

Closed stonega closed 2 years ago

stonega commented 2 years ago

I have failed to run pub get after clone the project. Looks like the path is not existed.

pub get failed (66; Because airdash depends on simple_peer from path which doesn't exist (could not find package simple_peer at "libs/simple_peer"), version solving failed.)
simonbengtsson commented 2 years ago

Fixed! 0d11b43967eca6955d46dd1ebc1a046ace42d73d Thanks for reporting.

simonbengtsson commented 2 years ago

Let me know if you run any other issues setting up the project btw. Very much interesting in improving the contribution experience.

stonega commented 2 years ago

Let me know if you run any other issues setting up the project btw. Very much interesting in improving the contribution experience.

Thanks for qucik fix! The app is running now. Screen Shot 2022-08-09 at 17 15 20

I have another question, do I need to setup a firebase project to sign in ?

simonbengtsson commented 2 years ago

Awesome! Yes you need a firebase project. I believe you would be able to use a locally emulated project as well but not entirely sure how to set that up.

stonega commented 2 years ago

Awesome! Yes you need a firebase project. I believe you would be able to use a locally emulated project as well but not entirely sure how to set that up.

Thanks! I will try to setup a new project :)