Tadas Petra

Results 27 comments of Tadas Petra

> which version of SDK you used? This was on version 4.0.6. And that was the odd thing, is that I don't think this version supports flutter web, but there...

Is this for the video call one? Can you try out this example instead. https://pub.dev/packages/agora_rtc_engine/versions/4.0.7-rc.0/example

So I'm a bit of a noob when it comes to open source, but is this repo not already open source?

Thank you so much for the resources, but since these are just a list of examples, and not necessarily a work in progress "open-source project" I shouldn't need a license...

> Making this work takes more time than doing a project from scratch. The finalization that is about learning getx I did not find it here ... I lost an...

Yea there are some deprecated methods and things when you upgrade the package so that's not unusual. If you go check the pub.dev examples those should run properly. I'll try...

I think this happens when you try to build for web but the project is not compatible with web. Are you using flutter beta channel by any chance? If you...

There was a big Firebase update, most of my example code doesn't really work with firebase. But there is a guide on how to update, that is pretty easy to...

So for most open source repositories, you can "fork" it to your own. And then make updates, push the changes to your forked repository, and then set up a Pull...