Hello I got a project that is running on Flutter 1.22.0
When I am running the app I am getting agroa-related issues.
I tried many solutions but nothing is working.
Can you help me, please?

Hello I got a project that is running on Flutter 1.22.0
When I am running the app I am getting agroa-related issues.
I tried many solutions but nothing is working.
Can you help me, please?

Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Tuhin PaulPosted Mar 4, 2023, 10:08 PM
You can check the following, you can check:
1. The correct Agora SDK version in your project. If you're using an outdated version, it may not be compatible with Flutter 1.22.0.
2. Check that you have properly initialized Agora in your project. This includes creating an Agora Engine object and setting up event listeners.
3. Check that you have set up the necessary channels and are properly handling signaling events.