rafalbednarczuk / curved_navigation_bar

Animated Curved Navigation Bar in Flutter
BSD 2-Clause "Simplified" License
683 stars 239 forks source link

Bug in release mode #147

Closed hosein-nadali closed 2 months ago

hosein-nadali commented 2 months ago

First thanks for this awesome package. i using this in my project. In debug mode everything are good but when i release APK and install on device, app force exit with this error: libc --> Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 20384 (1.ui)

rafalbednarczuk commented 2 months ago

This problem looks like not related to the package itself.

Could you reproduce the same with example project from this repository? Please clone this project locally and run example/main.dart in release mode.

If you can reproduce on example project or have any other minimal reproducible code, please write a comment, I'll reopen the issue.