Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Request Duration not working #135

Open
discoveruz opened this issue Dec 27, 2022 · 0 comments
Open

[BUG] Request Duration not working #135

discoveruz opened this issue Dec 27, 2022 · 0 comments
Assignees
Labels
new issue New issue which has not been checked yet

Comments

@discoveruz
Copy link

discoveruz commented Dec 27, 2022

Request Duration not working http 0.13.5

Code
request

http.Response response = await http.post(
      Uri.parse(_baseUrl),
      headers: {
        'Content-Type': 'application/json',
        'Authorization': _devToken,
        'User-Authorization': storage.token ?? token ?? '',
        'Accept-Language': storage.selectedLanguageLocale ?? 'uz',
      },
      body: jsonEncode({
        "project": project,
        "action": action,
        "version": _gateWayVersion,
        "query_params": queryParams,
        "body": body,
      }),
    ).interceptWithAlice(alice);

Flutter doctor

[✓] Flutter (Channel stable, 3.3.7, on macOS 12.6 21G115 darwin-arm, locale
    en-UZ)
    • Flutter version 3.3.7 on channel stable at /Users/developer/flutter
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision e99c9c7cd9 (8 weeks ago), 2022-11-01 16:59:00 -0700
    • Engine revision 857bd6b74c
    • Dart version 2.18.4
    • DevTools version 2.15.0

[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
    • Android SDK at /Users/developer/Library/Android/sdk
    • Platform android-33, build-tools 33.0.0
    • Java binary at: /Applications/Android
      Studio.app/Contents/jre/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build
      11.0.13+0-b1751.21-8125866)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 13.4.1)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Build 13F100
    • CocoaPods version 1.11.3

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

[✓] Android Studio (version 2021.3)
    • 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
      11.0.13+0-b1751.21-8125866)

[✓] IntelliJ IDEA Ultimate Edition (version 2022.2.3)
    • IntelliJ at /Applications/IntelliJ IDEA.app
    • 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

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

[✓] Connected device (4 available)
    • iPhone X (mobile)  • 44d67f77b45ce221a20270b47cc5f68d7beb7e0e • ios
      • iOS 15.5 19F77
    • iPhone 11 (mobile) • 1E8706E0-45C8-46E7-9577-D6B8F6A188E6     • ios
      • com.apple.CoreSimulator.SimRuntime.iOS-15-5 (simulator)
    • macOS (desktop)    • macos                                    •
      darwin-arm64   • macOS 12.6 21G115 darwin-arm
    • Chrome (web)       • chrome                                   •
      web-javascript • Google Chrome 108.0.5359.124

[✓] HTTP Host Availability
    • All required HTTP hosts are available

• No issues found!

  • Version: 0.3.2

Smartphone (please complete the following information):

  • Device: [e.g. iPhoneX]
  • OS: [e.g. iOS15.5]
@discoveruz discoveruz added the new issue New issue which has not been checked yet label Dec 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new issue New issue which has not been checked yet
Projects
None yet
Development

No branches or pull requests

2 participants