talker icon indicating copy to clipboard operation
talker copied to clipboard

TalkerDataCard does not expand when changing title

Open Luwirispok opened this issue 1 year ago • 2 comments

Describe the bug If you change the title in TalkerSettings in TalkerFlutter.init, TalkerDataCard stops responding to keystrokes, and responds to settings.

To Reproduce Steps to reproduce the behavior:

  1. Connect talker_flutter, talker_dio_logger packages
  2. Create TalkerFlutter.init
  3. In TalkerSettings, change the titles to custom headers (at least network requests)
  4. Add TalkerDioLogger to dio.interceptors
  5. Add TalkerScreen call to TalkerSettings
  6. Make the request in the working application
  7. Click on the network request logs in TalkerScreen
  8. Error. TalkerDataCard with custom title has not changed

Expected behavior Ability to expand TalkerDataCard and see detailed request information

Screenshots

https://github.com/user-attachments/assets/f20941ca-79f9-4c53-97e9-034672f550f1

Desktop (please complete the following information):

Smartphone (please complete the following information):

  • Device: Xiaomi MI 9T.

  • OS: Android 11.

  • Device: Blackview Active 8 Pro.

  • OS: Android 13.

Additional context Spotted in log requests, responses, and network errors because it shows a lot of data. Probably an issue with any logs with detailed data

Package version

  • talker_dio_logger: ^4.4.1
  • talker_bloc_logger: ^4.4.1
  • talker_flutter: ^4.4.1

Luwirispok avatar Sep 10 '24 15:09 Luwirispok

[✓] Flutter (Channel stable, 3.24.1, on macOS 14.5 23F79 darwin-arm64, locale ru-RU)
    • Flutter version 3.24.1 on channel stable at /Users/specialny/tools/flutter
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision 5874a72aa4 (3 недели назад), 2024-08-20 16:46:00 -0500
    • Engine revision c9b9d5780d
    • Dart version 3.5.1
    • DevTools version 2.37.2

[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
    • Android SDK at /Users/specialny/Library/Android/sdk
    • Platform android-34, build-tools 34.0.0
    • Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 17.0.11+0-17.0.11b1207.24-11852314)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 15.4)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Build 15F31d
    • CocoaPods version 1.14.3

[✓] Chrome - develop for the web
    • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 2024.1)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 17.0.11+0-17.0.11b1207.24-11852314)

[✓] VS Code (version 1.92.0)
    • VS Code at /Applications/Visual Studio Code.app/Contents
    • Flutter extension version 3.94.0

[✓] Connected device (4 available)
    • Mi 9T (mobile)                  • e7b48232              • android-arm64  • Android 11 (API 30)
    • macOS (desktop)                 • macos                 • darwin-arm64   • macOS 14.5 23F79 darwin-arm64
    • Mac Designed for iPad (desktop) • mac-designed-for-ipad • darwin         • macOS 14.5 23F79 darwin-arm64
    • Chrome (web)                    • chrome                • web-javascript • Google Chrome 128.0.6613.120

[✓] Network resources
    • All expected network resources are available.

• No issues found!

Luwirispok avatar Sep 10 '24 15:09 Luwirispok

Hello @Luwirispok ! Can you explain how request logs looks in your VSCode console ?

Frezyx avatar Nov 13 '24 05:11 Frezyx