• Subscribe
  • Have you encountered platform-specific bugs in your Flutter or React Native apps?

    Karthik M S N
    3 replies
    How did you address them? What tools do you use as traditional tools like crashlytics or sentry might not support flutter/RN specific issues.

    Replies

    Yiraika Bacchi
    Yes, platform-specific bugs can be tricky. For Flutter, I rely on the Flutter DevTools for in-depth diagnostics. In React Native, I use tools like Flipper to get more insights into the issues
    Share
    Karthik M S N
    @yiraika_bacchi Are they both free tools?
    Karthik M S N
    @yiraika_bacchi Nice. Would love to check them both. thanks for sharing.