karvulf / flutter-reorderable-grid-view

BSD 3-Clause "New" or "Revised" License
143 stars 20 forks source link

Flutter 3.22 release mode issue, example project is unresponsive (Critical) #105

Closed shubham16g closed 2 months ago

shubham16g commented 3 months ago

Configuration:

Flutter Version: 3.2.2 flutter-reorderable-grid-view: 4.0.0 Running in release mode (--release)

Behavior:

Logs:

Appears when I start touching the screen.

I/flutter (10354): Another exception was thrown: Instance of 'DiagnosticsProperty<void>'
I/flutter (10354): Another exception was thrown: Instance of 'DiagnosticsProperty<void>'
I/flutter (10354): Another exception was thrown: Instance of 'DiagnosticsProperty<void>'
I/flutter (10354): Another exception was thrown: Instance of 'DiagnosticsProperty<void>'
I/flutter (10354): Another exception was thrown: Instance of 'DiagnosticsProperty<void>'
I/flutter (10354): Another exception was thrown: Instance of 'DiagnosticsProperty<void>'
karvulf commented 3 months ago

Hi @shubham-gupta-16 Can you try version ‘5.0.0-dev.10’ because this version will be outdated soon, there are some breaking changes so be sure to check the example app

shubham16g commented 3 months ago

I checked the feature/5.0.0-release and it is working. When you are planning to release a stable version for 5.0?

karvulf commented 3 months ago

I have to update the read me, then I could release it, I should find some time in two weeks, so probably in 3 weeks @shubham-gupta-16

karvulf commented 2 months ago

I published version 5.0.0, so I will close this issue @shubham-gupta-16

shubham16g commented 2 months ago

Not fixed. Issue still exists with GridView, GridViewCount, GridViewExtent. Only GridViewBuilder working in example project.

Also, GridViewBuilder's code is not working in my project.

karvulf commented 2 months ago

What exactly is happening and can you show me your code how you use ReorderableBuilder? @shubham-gupta-16

shubham16g commented 2 months ago

@karvulf It's happening in example project as well.

Here is my project: https://github.com/shubham-gupta-16/multi_image_picker_view

Branch: flutter_reorderable_grid_view_5_0_0

karvulf commented 2 months ago

I tried to reproduce it but everything seems to work. I will checkout your branch, maybe I can see more there. @shubham-gupta-16

karvulf commented 2 months ago

Is it only happening in the release mode or also in debug mode? @shubham-gupta-16

karvulf commented 2 months ago

I tried to start the example app on iOS in your project but I am getting the following exception when trying to install it:

[!] Unable to find a target named `RunnerTests` in project `Runner.xcodeproj`, did find `Runner`.

@shubham-gupta-16

shubham16g commented 2 months ago

@karvulf It's happening only in release mode on an Android device.

karvulf commented 2 months ago

So iOS works totally fine? @shubham-gupta-16

Can you send me the output of flutter doctor -v? @shubham-gupta-16

karvulf commented 2 months ago

I reproduced the issue, I will try to fix it this week, thank you for finding that one! @shubham-gupta-16

karvulf commented 2 months ago

The issue should be fixed, can you check if it still exists? You can use version 5.0.1 @shubham-gupta-16