abuanwar072 / E-commerce-Complete-Flutter-UI

https://youtu.be/0Z-IgS267xw
GNU General Public License v3.0
3.84k stars 1.67k forks source link

Expecting binder but got null! #64

Open hharieta opened 1 year ago

hharieta commented 1 year ago

Built build/app/outputs/flutter-apk/app-debug.apk. Connecting to VM Service at ws://127.0.0.1:53294/AfCO9wnDgC8=/ws I/xample.shop_app(20166): Compiler allocated 4579KB to compile void android.view.ViewRootImpl.performTraversals() W/Parcel (20166): Expecting binder but got null!

Captura de pantalla 2023-05-23 a la(s) 3 52 16
eldaliyev commented 1 month ago

I have the same problem too. How did you solve this issue?

ayoub3001 commented 1 month ago

Hi @hharieta and @eldaliyev , that is a message from android itself. It's not going to do anything to your app so it is safe to ignore it.

It has always been there, it didn’t start with flutter 3.7.0.

Thank you