Dart-code: Dart stays 99% cpu all the time

Created on 24 Jul 2018  ·  28Comments  ·  Source: Dart-Code/Dart-Code

Since I installed Futter and Dart plugin, everytime I open vscode Dart stays 99% of cpu and fans go crazy. The computer goes very hot. At the end I can't use Vscode with Flutter.

Webstorm with flutter is ok though.

2018-07-24 10 36 46

2018-07-24 10 45 03

Any ideas to resolve this problem? thanks.

Most helpful comment

Just found the solution. I used to put flutterApp folders into VSCode Workspace which means any flutter app folder is under the name of workspace "XXXX". I guess it causes some problem on how flutter works on these folders (In each folder is a project). I open the flutter app folder directly in VSCode. It works without any problem now!

Thanks @DanTup for the great work!

All 28 comments

Can you run ps <pid> -w -w (where <pid> is one of the troublesome Dart processes) to get the full command line for the process (we may spawn multiple depending on your project).

Also can you confirm the size of the project you're opening in VS Code? Is it something large?

If you set the dart.analyzerLogFile setting, that will generate a log file that might show whether or not analysis is getting stuck (not completing) too.

Just found the solution. I used to put flutterApp folders into VSCode Workspace which means any flutter app folder is under the name of workspace "XXXX". I guess it causes some problem on how flutter works on these folders (In each folder is a project). I open the flutter app folder directly in VSCode. It works without any problem now!

Thanks @DanTup for the great work!

Everything should work fine even with workspace folders - I use them when working on Flutter:

screen shot 2018-07-24 at 11 03 36 am

If you can provide more info about the structure and a log, I'd love to try and resolve it - no matter what you do, we shouldn't leave you with a process consuming your machine.

The following messages might help?

1.$ flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel beta, v0.5.1, on Mac OS X 10.13.4 17E199, locale zh-Hans-CN)
[✓] Android toolchain - develop for Android devices (Android SDK 25.0.3)
[✓] iOS toolchain - develop for iOS devices (Xcode 9.3)
[✓] Android Studio (version 3.0)
✗ Flutter plugin not installed; this adds Flutter specific functionality.
✗ Dart plugin not installed; this adds Dart specific functionality.
[✓] IntelliJ IDEA Ultimate Edition (version 2017.3.5)
[!] VS Code (version 1.25.1)
[✓] Connected devices (1 available)

! Doctor found issues in 1 category.

2.when I click "Run Code" button. It got this message:

[Running] dart "/Users/gregliu/data/src/git.coding.net/greatLIU/sbt-App/lib/main.dart"
The built-in library 'dart:ui' is not available on the stand-alone VM.
'package:flutter/src/material/animated_icons.dart': error: line 9 pos 1: library handler failed
import 'dart:ui' as ui show Paint, Path, Canvas;
^

[Done] exited with code=254 in 0.199 seconds

@greatGregLiu The most useful thing initially would be the command line args so we can tell which Dart process is consuming the CPU (it's likely the analysis one, but we should check):

Can you run ps -w -w (where is one of the troublesome Dart processes) to get the full command line for the process (we may spawn multiple depending on your project).

Also an analysis log file and some info about the structure of your project as mentioned above would help.

This error:

The built-in library 'dart:ui' is not available on the stand-alone VM.

Happens when you try to run Flutter code on the Dart VM. This happens if the root if your flutter project is not a workspace folder in VS Code, so we don't detect it as Flutter correctly. We should handle projects in sub-folders reasonable well now though, so if you can open a new issue about that one with some details about the structure of your open folder, we can investigate.

$ ps 75525 -w -w
PID TT STAT TIME COMMAND
75525 ?? S 1:17.26 /Users/gregliu/Downloads/flutter/bin/cache/dart-sdk/bin/dart /Users/gregliu/Downloads/flutter/bin/cache/flutter_tools.snapshot daemon

$ ps 75506 -w -w
PID TT STAT TIME COMMAND
75506 ?? S 0:24.21 /Users/gregliu/Downloads/flutter/bin/cache/dart-sdk/bin/dart /Users/gregliu/Downloads/flutter/bin/cache/dart-sdk/bin/snapshots/analysis_server.dart.snapshot --client-id=Dart-Code.dart-code --client-version=2.16.0

@greatGregLiu What was the split of CPU usage when you got those? They're both doing very different things, so I suspect one of them was the culprit, but which one matters.

If both were consuming significant CPU, that's even more concerning.

(Please wait a short while after loading VS Code before checking the CPU usage to ensure you're not just getting an initial spike when the analysis runs, so we don't chase the wrong thing)

@DanTup I also encountered the same problem, which is caused by the workspace of the CPU 100%, using a separate folder to solve, which puzzled me for a long time.

@chengzixian if you can reproduce this, please open a new issue so we can collect some info to understand what it is (please include the output of code --status in a terminal while it's happening, so we can see which process(es) are consuming the CPU).

Same problem

code --status:

Version:          Code 1.39.2 (6ab598523be7a800d7f3eb4d92d7ab9a66069390, 2019-10-15T15:33:00.827Z)
OS Version:       Darwin x64 19.0.0
CPUs:             Intel(R) Core(TM) i5-7267U CPU @ 3.10GHz (4 x 3100)
Memory (System):  8.00GB (0.29GB free)
Load (avg):       7, 7, 8
VM:               0%
Screen Reader:    no
Process Argv:     /Users/<user>/Development/projects/weekcan/app.code-workspace
GPU Status:       2d_canvas:                     enabled
                  flash_3d:                      enabled
                  flash_stage3d:                 enabled
                  flash_stage3d_baseline:        enabled
                  gpu_compositing:               enabled
                  multiple_raster_threads:       enabled_on
                  native_gpu_memory_buffers:     enabled
                  oop_rasterization:             disabled_off
                  protected_video_decode:        unavailable_off
                  rasterization:                 enabled
                  skia_deferred_display_list:    disabled_off
                  skia_renderer:                 disabled_off
                  surface_synchronization:       enabled_on
                  video_decode:                  enabled
                  viz_display_compositor:        disabled_off
                  webgl:                         enabled
                  webgl2:                        enabled

CPU %   Mem MB     PID  Process
    0       66     799  code main
    0       25     800     gpu-process
    0       82     802     window (app.dart — app (Workspace))
    0       33     805       extensionHost
    0       16     825         electron_node server.js 
   85      147     827         /Users/<user>/Development/tools/sdk/flutter/bin/cache/dart-sdk/bin/dart /Users/<user>/Development/tools/sdk/flutter/bin/cache/dart-sdk/bin/snapshots/analysis_server.dart.snapshot --client-id=Dart-Code.dart-code --client-version=3.5.1
    0        0     828         bash /Users/<user>/Development/tools/sdk/flutter/bin/flutter daemon
    0       57     842           /Users/<user>/Development/tools/sdk/flutter/bin/cache/dart-sdk/bin/dart --packages=/Users/<user>/Development/tools/sdk/flutter/packages/flutter_tools/.packages /Users/<user>/Development/tools/sdk/flutter/bin/cache/flutter_tools.snapshot daemon
    0        0     806       /bin/zsh -l
    0       16     809       watcherService
    0       16     813       searchService
    0       41     810     shared-process
    0        0    3199       /bin/ps -ax -o pid=,ppid=,pcpu=,pmem=,command=

Workspace Stats: 
|  Window (app.dart — app (Workspace))
|    Folder (flutter): 0 files
|      File types:
|      Conf files:
|    Folder (working): 5 files
|      File types: DS_Store(2) gitmodules(1)
|      Conf files:
|    Folder (weekcan): more than 22251 files
|      File types: go(5699) sample(902) info(346) md(336) lock(264) dart(225)
|                  DS_Store(219) mod(199) png(197) yaml(152)
|      Conf files: makefile(22) launch.json(12) settings.json(5) tasks.json(5)
|                  package.json(1) tsconfig.json(1) tslint.json(1)
|      Launch Configs: PowerShell(2)
|    Folder (app): 1587 files
|      File types: png(165) dart(150) h(107) plist(60) java(36) m(30) md(29)
|                  gradle(28) json(25) xml(25)
|      Conf files: launch.json(2)
|      Launch Configs: dart



@JCzz can you reproduce this on-demand? Does the status bar in VS Code show "analyzing" while this is happening, or does it persist after that completes (assuming it completes).

Can you reproduce it on other projects or does it only happen when you open this workspace? If only this workspace, does it happen for any if you open each of those folders individually, or only with that combination?

Could you also confirm which version of Flutter you're on (flutter --version)?

Thanks!

same problem:

PID TT STAT TIME COMMAND
575 ?? R 5:38.85 /Users/yuyi/development/flutter/bin/cache/dart-sdk/bin/dart /Users/yuyi/development/flutter/bin/cache/dart-sdk/bin/snapshots/analysis_server.dart.snapshot --client-id=Dart-Code.dart-code --client-version=3.7.0

It seem dart analysis is running for a long time, and vscode dart pragma completion is not working until the analysis service is done.

@yuyi012 thanks for the info - are you able to answer the questions from the comment above? Thanks!

@yuyi012 thanks for the info - are you able to answer the questions from the comment above? Thanks!

屏幕快照 2019-12-10 下午3 39 06

Every flutter workspace can cause this. Moreover when I open two flutter workspace, there are two dart processes cpu high.
屏幕快照 2019-12-10 下午3 42 21

It sometimes works fine, but when I run ### flutter pub get then the cpu high comes.

@yuyi012 thanks for the info - are you able to answer the questions from the comment above? Thanks!

When the cpu percent is hight, code format and completions doesn't work at all. I can't code anything without them.

Thanks - a few more:

  • Can you reproduce it on a small sample created with flutter create, or does it only happen on your other projects?
  • How long does it stay high for?
  • Could you capture an analysis server instrumentation log? (note: this log file may include parts of your source code)
  • How big is the folder you're opening in VS Code? Is it just the Flutter project, or are you opening a much larger folder? Might there by any symlinks that point outside of the folder?

Moreover when I open two flutter workspace, there are two dart processes cpu high.

Having two processes is normal. Separate VS Code instances get their own extension hosts, so we can't share processes. It's usually better to open multiple folders in a single VS Code window (using File -> Add Folder to Workspace to create a "multi-root workspace").

High CPU can also be normal while it's busy - but it shouldn't take too long (depending on the size of your project).

Thanks - a few more:

  • Can you reproduce it on a small sample created with flutter create, or does it only happen on your other projects?
  • How long does it stay high for?
  • Could you capture an analysis server instrumentation log? (note: this log file may include parts of your source code)
  • How big is the folder you're opening in VS Code? Is it just the Flutter project, or are you opening a much larger folder? Might there by any symlinks that point outside of the folder?

Moreover when I open two flutter workspace, there are two dart processes cpu high.

Having two processes is normal. Separate VS Code instances get their own extension hosts, so we can't share processes. It's usually better to open multiple folders in a single VS Code window (using File -> Add Folder to Workspace to create a "multi-root workspace").

High CPU can also be normal while it's busy - but it shouldn't take too long (depending on the size of your project).

  • It works fine on some small demo project. But when I open my company project, it's reproduced.
  • It stays for hours, a fews days ago it stays for about half an hour. But today it has stay for two hours.
  • The log is attached. But there is only one line. It seems get stuck and unable to log anymore.
    analyzerInstrumentation.txt
  • The company project doesn't contain other things. It has 15+ flutter plugin sub project in it. And it relies on 30+ third party plugins.
  • I have deleted the flutter sdk, re download and install. But the problem is still there.

Can you run code --status from a terminal while you have the company project open and post the output here?

Could you also check if there are symlinks in the folder (eg. something like find . -type l -ls) that might be causing cycles?

Can you run code --status from a terminal while you have the company project open and post the output here?

Could you also check if there are symlinks in the folder (eg. something like find . -type l -ls) that might be causing cycles?

Finally, I got this problem resolved.
Re install the mac os system.
Flutter analysis work fine in the same company project.

That seems like an extreme fix, but I'm glad you got it sorted! If it happens to come back, please do let me know so we can try and understand what was happening (and try the things above - checking for symlinks and getting code --status). Thanks!

That seems like an extreme fix, but I'm glad you got it sorted! If it happens to come back, please do let me know so we can try and understand what was happening (and try the things above - checking for symlinks and getting code --status). Thanks!

I have found the reason for this issue.
There is an encryption software installed on my mac, it is required in the corporate institutions.
The encryption software runs whole directory and files scan sometimes.

I use mac time machine to backup my mac system, the flutter analysis works fine when I recovered from time machine. But once I login into the encryption software. The dart 99% issue comes again.

@yuyi012 out of interest, are you able to provide any details on which encryption software you're using that's causing this?

I'm experiencing the same issue and I don't even have an active dart/flutter project open in either vscode nor android studio

@nkoroste please open a new issue and if possible include the full command line of the Dart process that is consuming CPU. Thanks!

i'm still facing this issue. making coding basically a pain. doesn't matter which version of Flutter i run or what device i use to run my app. same result. after like half an hour of coding vs code consumes like 40 percent of my cpu. and delay in typing starts.

I pasted here the the result of code --status when my cpu is running hot.
and then the dart analyzer log after it failed. (here i almost started to run the build_runner, don't know if there is any connection).

$ code --status

**$ code --status**

Version:          Code 1.52.1 (ea3859d4ba2f3e577a159bc91e3074c5d85c0523, 2020-12-16T16:34:46.910Z)
OS Version:       Windows_NT x64 10.0.18363
CPUs:             Intel(R) Core(TM) i7-4702MQ CPU @ 2.20GHz (8 x 2195)
Memory (System):  15.92GB (8.41GB free)
VM:               0%
Screen Reader:    no
Process Argv:     --crash-reporter-id 2555c6bd-61eb-417c-a68c-23d5829cf155
GPU Status:       2d_canvas:                  enabled
                  flash_3d:                   enabled
                  flash_stage3d:              enabled
                  flash_stage3d_baseline:     enabled
                  gpu_compositing:            enabled
                  multiple_raster_threads:    enabled_on
                  oop_rasterization:          disabled_off
                  opengl:                     enabled_on
                  protected_video_decode:     unavailable_off
                  rasterization:              enabled
                  skia_renderer:              disabled_off_ok
                  video_decode:               enabled
                  vulkan:                     disabled_off
                  webgl:                      enabled
                  webgl2:                     enabled

CPU %   Mem MB     PID  Process
    0       62   10484  code main
    1      119    3000     gpu-process
    0       10    8076     crashpad-handler
    0       63    8768     shared-process
    8      216   14740     window (trainer_edit_profile_page.dart - matjoy_app - Visual Studio Code)
    0       22    5388       searchService
    0        6    8560       console-window-host (Windows internal process)
    0       15   11396       watcherService
    0        6   14036         console-window-host (Windows internal process)
   21      868   12412       extensionHost
    0        3    2112         C:\WINDOWS\system32\cmd.exe /d /s /c ""C:\flutter_dev\bin\flutter.bat" "daemon""
    0      164    1992           "C:\flutter_dev\bin\cache\dart-sdk\bin\dart.exe"  --disable-dart-dev --packages="C:\flutter_dev\packages\flutter_tools\.packages"  "C:\flutter_dev\bin\cache\flutter_tools.snapshot" "daemon"
    0        6    3372           console-window-host (Windows internal process)
    0       22    3804         electron_node languageserver.js
    0        3    5108         C:\WINDOWS\system32\cmd.exe /d /s /c ""C:\flutter_dev\bin\cache\dart-sdk\bin\dart.exe" "C:\flutter_dev\bin\cache\dart-sdk\bin\snapshots\analysis_server.dart.snapshot" "--client-id=VS-Code" "--client-version=3.18.0""
    0        6    9380           console-window-host (Windows internal process)
   18     1208   13348           "C:\flutter_dev\bin\cache\dart-sdk\bin\dart.exe"  "C:\flutter_dev\bin\cache\dart-sdk\bin\snapshots\analysis_server.dart.snapshot" "--client-id=VS-Code" "--client-version=3.18.0"
    0       30   14052         electron_node server.js
    0       34   15048         electron_node debug.js
    0        3   14928           C:\WINDOWS\system32\cmd.exe /d /s /c ""C:\flutter_dev\bin\flutter.bat" "run" "--machine" "--target" "lib\main.dart" "-d" "windows" "--dart-define=flutter.inspector.structuredErrors=true" "--start-paused" "--web-server-debug-protocol" "ws" "--web-server-debug-backend-protocol" "ws" "--web-allow-expose-url""
    0        6    6820             console-window-host (Windows internal process)
    0       96    8368             "C:\flutter_dev\bin\cache\dart-sdk\bin\dart.exe"  --disable-dart-dev --packages="C:\flutter_dev\packages\flutter_tools\.packages"  "C:\flutter_dev\bin\cache\flutter_tools.snapshot" "run" "--machine" "--target" "lib\main.dart" "-d" "windows" "--dart-define=flutter.inspector.structuredErrors=true" "--start-paused" "--web-server-debug-protocol" "ws" "--web-server-debug-backend-protocol" "ws" "--web-allow-expose-url"
    0      472    2992               C:\flutter_dev\bin\cache\dart-sdk\bin\dart.exe --disable-dart-dev C:\flutter_dev\bin\cache\artifacts\engine\windows-x64\frontend_server.dart.snapshot --sdk-root C:\flutter_dev\bin\cache\artifacts\engine\common\flutter_patched_sdk/ --incremental --target=flutter --debugger-module-names --experimental-emit-debug-metadata -Ddart.developer.causal_async_stacks=true -Dflutter.inspector.structuredErrors=true --output-dill C:\Users\easa\AppData\Local\Temp\flutter_tools.20eacb1\flutter_tool.a6fa1d90\app.dill --packages .packages -Ddart.vm.profile=false -Ddart.vm.product=false --bytecode-options=source-positions,local-var-info,debugger-stops,instance-field-initializers,keep-unreachable-code,avoid-closure-call-instructions --enable-asserts --track-widget-creation --initialize-from-dill build\f872507f30e2ff2523f0f1d19160266e.cache.dill.track.dill
    5      813   16060               C:\workspace\flutter\projects\matjoy_app\build\windows\runner\Debug\matjoy_app.exe
    0        4   14264       "C:\Program Files\Git\bin\bash.exe"
    0        9   11460         "C:\Program Files\Git\bin\..\usr\bin\bash.exe"
    0       23   15180     utility

Workspace Stats:
|  Window (trainer_edit_profile_page.dart - matjoy_app - Visual Studio Code)
|    Folder (matjoy_app): 18049 files
|      File types: xml(3516) flat(1955) json(1782) class(798) png(421)
|                  dex(283) dart(270) ttf(226) txt(190) jar(188)
|      Conf files: cmake(9) sln(3) launch.json(1)
|      Launch Configs: dart

dart analyzer log

[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\main_screen.dart","errors":[{"severity":"INFO","type":"HINT","location":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\main_screen.dart","offset":259,"length":41,"startLine":8,"startColumn":8},"message":"Unused import: 'package:matjoy_app/core/navigation.dart'.","correction":"Try removing the import directive.","code":"unused_import","url":"https://dart.dev/tools/diagnostic-messages#u…
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\matjoy_plugin.dart","errors":[]}}
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\test_page.dart","errors":[]}}
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\utils\\dialogs.dart","errors":[]}}
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\utils\\list_view_model.dart","errors":[]}}
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\utils\\utils_classes.dart","errors":[]}}
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\utils\\utils_functions.dart","errors":[{"severity":"INFO","type":"HINT","location":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\utils\\utils_functions.dart","offset":7559,"length":17,"startLine":258,"startColumn":14},"message":"This function has a return type of 'String', but doesn't end with a return statement.","correction":"Try adding a return statement, or changing the return ty…
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\app_add_comment.dart","errors":[]}}
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\app_attention_message.dart","errors":[{"severity":"INFO","type":"HINT","location":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\app_attention_message.dart","offset":153,"length":47,"startLine":4,"startColumn":8},"message":"Unused import: 'package:matjoy_app/utils/utils_functions.dart'.","correction":"Try removing the import directive.","code":"unused_impor…
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\app_category_item.dart","errors":[{"severity":"INFO","type":"HINT","location":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\app_category_item.dart","offset":410,"length":31,"startLine":11,"startColumn":51},"message":"The type parameter 'selected' is annotated with @required but only named parameters without a default value can be annotated with it.","corre…
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\app_category_label.dart","errors":[]}}
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\app_comment.dart","errors":[]}}
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\app_copy_link_widget.dart","errors":[]}}
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\app_course_item.dart","errors":[]}}
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\app_course_item_vertical.dart","errors":[]}}
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\app_data_table.dart","errors":[]}}
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\app_deep_link_page_wrapper.dart","errors":[]}}
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\app_form_image_picker.dart","errors":[]}}
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\app_form_video_picker.dart","errors":[{"severity":"INFO","type":"HINT","location":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\app_form_video_picker.dart","offset":373,"length":47,"startLine":10,"startColumn":8},"message":"Unused import: 'package:matjoy_app/utils/utils_functions.dart'.","correction":"Try removing the import directive.","code":"unused_impo…
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\app_link_text.dart","errors":[]}}
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\app_multi_selector.dart","errors":[{"severity":"INFO","type":"HINT","location":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\app_multi_selector.dart","offset":210,"length":16,"startLine":6,"startColumn":7},"message":"This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: AppMult…
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\app_network_image.dart","errors":[]}}
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\app_otp_field.dart","errors":[{"severity":"INFO","type":"HINT","location":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\app_otp_field.dart","offset":3491,"length":11,"startLine":100,"startColumn":9},"message":"The value of the local variable 'cursorIndex' isn't used.","correction":"Try removing the variable, or using it.","code":"unused_local_variable","ur…
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\app_pair_text.dart","errors":[]}}
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\app_profile_toolbar.dart","errors":[]}}
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\app_range_picker.dart","errors":[{"severity":"INFO","type":"HINT","location":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\app_range_picker.dart","offset":48,"length":34,"startLine":2,"startColumn":8},"message":"Unused import: 'package:footprint/footprint.dart'.","correction":"Try removing the import directive.","code":"unused_import","url":"https://dart.d…
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\app_rating.dart","errors":[{"severity":"INFO","type":"HINT","location":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\app_rating.dart","offset":210,"length":9,"startLine":6,"startColumn":7},"message":"This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: AppRating.sizeFactor, Ap…
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\app_resend_otp_count_down.dart","errors":[{"severity":"INFO","type":"HINT","location":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\app_resend_otp_count_down.dart","offset":90,"length":34,"startLine":3,"startColumn":8},"message":"Unused import: 'package:footprint/footprint.dart'.","correction":"Try removing the import directive.","code":"unused_import","ur…
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\app_search_field.dart","errors":[]}}
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\app_selector.dart","errors":[{"severity":"INFO","type":"HINT","location":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\app_selector.dart","offset":210,"length":11,"startLine":6,"startColumn":7},"message":"This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: AppSelector.menuIte…
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\app_session_builder.dart","errors":[]}}
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\app_set_filter_widget.dart","errors":[]}}
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\app_side_bar.dart","errors":[{"severity":"INFO","type":"HINT","location":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\app_side_bar.dart","offset":470,"length":47,"startLine":10,"startColumn":8},"message":"Unused import: 'package:matjoy_app/utils/utils_functions.dart'.","correction":"Try removing the import directive.","code":"unused_import","url":"https:/…
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\app_sliver_course_item.dart","errors":[]}}
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\app_sliver_horizontal_comment_list.dart","errors":[]}}
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\app_sliver_search_field.dart","errors":[]}}
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\app_sliver_trainer_item.dart","errors":[]}}
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\app_text_field.dart","errors":[]}}
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\app_text_field_multi_value_collector.dart","errors":[]}}
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\app_toolbar.dart","errors":[]}}
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\app_trailer_item.dart","errors":[{"severity":"INFO","type":"HINT","location":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\app_trailer_item.dart","offset":149,"length":34,"startLine":6,"startColumn":8},"message":"Unused import: 'package:footprint/footprint.dart'.","correction":"Try removing the import directive.","code":"unused_import","url":"https://dart.…
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\app_trainer_income_card.dart","errors":[]}}
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\app_trainer_item.dart","errors":[{"severity":"INFO","type":"HINT","location":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\app_trainer_item.dart","offset":339,"length":30,"startLine":7,"startColumn":8},"message":"Unused import: 'package:matjoy_app/main.dart'.","correction":"Try removing the import directive.","code":"unused_import","url":"https://dart.dev/…
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\app_trainer_list_item_horizontal.dart","errors":[{"severity":"INFO","type":"HINT","location":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\app_trainer_list_item_horizontal.dart","offset":283,"length":30,"startLine":6,"startColumn":8},"message":"Unused import: 'package:matjoy_app/main.dart'.","correction":"Try removing the import directive.","code":"unused_…
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\app_video_item.dart","errors":[]}}
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\session_bloc_builder.dart","errors":[]}}
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\sliver_four_tiles.dart","errors":[{"severity":"INFO","type":"HINT","location":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app\\sliver_four_tiles.dart","offset":348,"length":47,"startLine":7,"startColumn":8},"message":"Unused import: 'package:matjoy_app/utils/utils_functions.dart'.","correction":"Try removing the import directive.","code":"unused_import","url"…
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\app_slivers.dart","errors":[]}}
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\old\\app_form_field.dart","errors":[]}}
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\old\\app_price_tag.dart","errors":[]}}
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\old\\app_sliver_double_banner.dart","errors":[]}}
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\old\\app_sliver_single_banner.dart","errors":[]}}
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\sections\\search_bloc.dart","errors":[]}}
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\widgets\\sections\\search_bloc.freezed.dart","errors":[]}}
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\test\\api_test.dart","errors":[{"severity":"INFO","type":"HINT","location":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\test\\api_test.dart","offset":11730,"length":4,"startLine":336,"startColumn":9},"message":"The value of the local variable 'user' isn't used.","correction":"Try removing the variable, or using it.","code":"unused_local_variable","url":"https://dart.dev/tools/diagnostic-messa…
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\test\\blocs\\auth_cubit_test.dart","errors":[{"severity":"INFO","type":"HINT","location":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\test\\blocs\\auth_cubit_test.dart","offset":977,"length":19,"startLine":22,"startColumn":12},"message":"The value of the local variable 'threeMinutesFromNow' isn't used.","correction":"Try removing the variable, or using it.","code":"unused_local_variable","url…
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\test\\blocs\\courses_cubit_test.dart","errors":[{"severity":"INFO","type":"HINT","location":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\test\\blocs\\courses_cubit_test.dart","offset":1007,"length":3,"startLine":24,"startColumn":10},"message":"The value of the local variable 'bio' isn't used.","correction":"Try removing the variable, or using it.","code":"unused_local_variable","url":"https:/…
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\test\\blocs\\course_single_cubit_test.dart","errors":[{"severity":"INFO","type":"HINT","location":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\test\\blocs\\course_single_cubit_test.dart","offset":856,"length":9,"startLine":20,"startColumn":12},"message":"The value of the local variable 'birthdate' isn't used.","correction":"Try removing the variable, or using it.","code":"unused_local_variabl…
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\test\\blocs\\home_cubit_test.dart","errors":[{"severity":"INFO","type":"HINT","location":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\test\\blocs\\home_cubit_test.dart","offset":664,"length":10,"startLine":16,"startColumn":14},"message":"The value of the local variable 'datasource' isn't used.","correction":"Try removing the variable, or using it.","code":"unused_local_variable","url":"https:…
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\test\\blocs\\profile_cubit_test.dart","errors":[{"severity":"INFO","type":"HINT","location":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\test\\blocs\\profile_cubit_test.dart","offset":863,"length":3,"startLine":21,"startColumn":10},"message":"The value of the local variable 'bio' isn't used.","correction":"Try removing the variable, or using it.","code":"unused_local_variable","url":"https://…
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\test\\blocs\\trainee_signup_cubit_test.dart","errors":[{"severity":"INFO","type":"HINT","location":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\test\\blocs\\trainee_signup_cubit_test.dart","offset":855,"length":17,"startLine":20,"startColumn":25},"message":"The value of the local variable 'connectionChecker' isn't used.","correction":"Try removing the variable, or using it.","code":"unused_lo…
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\test\\blocs\\trainers_cubit_test.dart","errors":[{"severity":"INFO","type":"HINT","location":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\test\\blocs\\trainers_cubit_test.dart","offset":950,"length":8,"startLine":22,"startColumn":10},"message":"The value of the local variable 'fullname' isn't used.","correction":"Try removing the variable, or using it.","code":"unused_local_variable","url":"h…
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\test\\blocs\\trainer_cubit_test.dart","errors":[{"severity":"INFO","type":"HINT","location":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\test\\blocs\\trainer_cubit_test.dart","offset":968,"length":7,"startLine":23,"startColumn":10},"message":"The value of the local variable 'country' isn't used.","correction":"Try removing the variable, or using it.","code":"unused_local_variable","url":"http…
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\test\\blocs\\trainer_signup_cubit_test.dart","errors":[{"severity":"INFO","type":"HINT","location":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\test\\blocs\\trainer_signup_cubit_test.dart","offset":1397,"length":9,"startLine":34,"startColumn":7},"message":"The value of the local variable 'category2' isn't used.","correction":"Try removing the variable, or using it.","code":"unused_local_varia…
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\test\\fake_test_data.dart","errors":[]}}
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\test\\just_test.dart","errors":[]}}
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\test\\session_test.dart","errors":[]}}
[1:57:36 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\test\\widget_test.dart","errors":[{"severity":"INFO","type":"HINT","location":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\test\\widget_test.dart","offset":464,"length":30,"startLine":11,"startColumn":8},"message":"Unused import: 'package:matjoy_app/main.dart'.","correction":"Try removing the import directive.","code":"unused_import","url":"https://dart.dev/tools/diagnostic-messages#unused_im…
[1:57:36 AM] [Analyzer] [Info] <== {"event":"server.status","params":{"analysis":{"isAnalyzing":false}}}
[1:57:39 AM] [Analyzer] [Info] ==> {"id":"6057","method":"edit.format","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","lineLength":130,"selectionLength":0,"selectionOffset":0},"clientRequestTime":1609280859605}
[1:57:39 AM] [Analyzer] [Info] <== {"id":"6057","result":{"edits":[{"offset":0,"length":7243,"replacement":"import 'package:dio/dio.dart';\r\nimport 'package:matjoy_app/core/constants.dart';\r\nimport 'package:matjoy_app/data/models/category.dart';\r\nimport 'package:matjoy_app/data/models/certificate.dart';\r\nimport 'package:matjoy_app/data/models/comment.dart';\r\nimport 'package:matjoy_app/data/models/course.dart';\r\nimport 'package:matjoy_app/data/models/invoice.dart';\r\nimport 'package:matjoy_app/data/models/social_ne…
[1:57:39 AM] [Analyzer] [Info] ==> {"id":"6058","method":"analysis.updateContent","params":{"files":{"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart":{"edits":[{"id":"","length":4,"offset":6571,"replacement":""}],"type":"change"}}},"clientRequestTime":1609280859647}
[1:57:39 AM] [Analyzer] [Info] <== {"id":"6058","result":{}}
[1:57:39 AM] [Analyzer] [Info] <== {"event":"server.status","params":{"analysis":{"isAnalyzing":true}}}
[1:57:39 AM] [FlutterRun] [Info] [matjoy_app] ==> [{"id":"44","method":"app.restart","params":{"appId":"d4524363-d939-4529-9457-cdc2dd989b5f","fullRestart":false,"pause":false,"reason":"save","debounce":true}}]
[1:57:39 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","errors":[{"severity":"INFO","type":"HINT","location":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","offset":7162,"length":7,"startLine":190,"startColumn":9},"message":"The value of the local variable 'headers' isn't used.","correction":"Try removing the variable, or using it.","code":"unused_local_variable",…
[1:57:39 AM] [Analyzer] [Info] <== {"event":"analysis.occurrences","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","occurrences":[{"element":{"kind":"CLASS","name":"RestApi","location":{"file":"C:\\flutter\\.pub-cache\\hosted\\pub.dartlang.org\\retrofit-1.3.4+1\\lib\\http.dart","offset":995,"length":7,"startLine":31,"startColumn":7},"flags":0},"offsets":[821],"length":7},{"element":{"kind":"FIELD","name":"baseUrl","location":{"file":"C:\\flutter\\.pub-cache\\hosted\\p…
[1:57:39 AM] [Analyzer] [Info] <== {"event":"analysis.closingLabels","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","labels":[]}}
[1:57:39 AM] [Analyzer] [Info] <== {"event":"analysis.folding","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","regions":[{"kind":"CLASS_BODY","offset":880,"length":5691},{"kind":"CLASS_BODY","offset":6625,"length":611},{"kind":"FUNCTION_BODY","offset":6714,"length":333},{"kind":"FUNCTION_BODY","offset":7105,"length":128},{"kind":"DIRECTIVES","offset":6,"length":810}]}}
[1:57:39 AM] [Analyzer] [Info] <== {"event":"analysis.outline","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","kind":"LIBRARY","outline":{"element":{"kind":"COMPILATION_UNIT","name":"<unit>","location":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","offset":0,"length":7239,"startLine":1,"startColumn":1},"flags":0},"offset":0,"length":7239,"codeOffset":0,"codeLength":7239,"children":[{"element":{"kind":"CLASS","name":…
[1:57:39 AM] [Analyzer] [Info] <== {"event":"flutter.outline","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","outline":{"kind":"DART_ELEMENT","offset":0,"length":7239,"codeOffset":0,"codeLength":7239,"dartElement":{"kind":"COMPILATION_UNIT","name":"<unit>","location":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","offset":0,"length":7239,"startLine":1,"startColumn":1},"flags":0},"children":[{"kind":"DART_ELEMENT","of…
[1:57:39 AM] [FlutterRun] [Info] [matjoy_app] <== [{"event":"app.progress","params":{"appId":"d4524363-d939-4529-9457-cdc2dd989b5f","id":"71","progressId":"hot.reload","message":"Performing hot reload...","finished":false}}]
[1:57:39 AM] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1433,"uri":"package:matjoy_app/data/rest/client/rest_client.dart","items":[{"label":"RestClient","declaringLibraryUri":"package:matjoy_app/data/rest/client/rest_client.dart","element":{"kind":"CLASS","name":"RestClient","location":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","offset":868,"length":0,"startLine":20,"startColumn":16},"flags":1},"relevanceTags":["El…
[1:57:39 AM] [Analyzer] [Info] <== {"event":"server.status","params":{"analysis":{"isAnalyzing":false}}}
[1:57:39 AM] [Analyzer] [Info] <== {"event":"server.status","params":{"analysis":{"isAnalyzing":true}}}
[1:57:39 AM] [FlutterRun] [Info] [matjoy_app] <== [{"event":"app.progress","params":{"appId":"d4524363-d939-4529-9457-cdc2dd989b5f","id":"72","progressId":null,"message":"Syncing files to device Windows...","finished":false}}]
[1:57:39 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","errors":[{"severity":"INFO","type":"HINT","location":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","offset":7162,"length":7,"startLine":190,"startColumn":9},"message":"The value of the local variable 'headers' isn't used.","correction":"Try removing the variable, or using it.","code":"unused_local_variable",…
[1:57:39 AM] [Analyzer] [Info] <== {"event":"analysis.occurrences","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","occurrences":[{"element":{"kind":"CLASS","name":"RestApi","location":{"file":"C:\\flutter\\.pub-cache\\hosted\\pub.dartlang.org\\retrofit-1.3.4+1\\lib\\http.dart","offset":995,"length":7,"startLine":31,"startColumn":7},"flags":0},"offsets":[821],"length":7},{"element":{"kind":"FIELD","name":"baseUrl","location":{"file":"C:\\flutter\\.pub-cache\\hosted\\p…
[1:57:39 AM] [Analyzer] [Info] <== {"event":"analysis.closingLabels","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","labels":[]}}
[1:57:39 AM] [Analyzer] [Info] <== {"event":"analysis.folding","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","regions":[{"kind":"CLASS_BODY","offset":880,"length":5691},{"kind":"CLASS_BODY","offset":6625,"length":611},{"kind":"FUNCTION_BODY","offset":6714,"length":333},{"kind":"FUNCTION_BODY","offset":7105,"length":128},{"kind":"DIRECTIVES","offset":6,"length":810}]}}
[1:57:39 AM] [Analyzer] [Info] <== {"event":"analysis.outline","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","kind":"LIBRARY","outline":{"element":{"kind":"COMPILATION_UNIT","name":"<unit>","location":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","offset":0,"length":7239,"startLine":1,"startColumn":1},"flags":0},"offset":0,"length":7239,"codeOffset":0,"codeLength":7239,"children":[{"element":{"kind":"CLASS","name":…
[1:57:39 AM] [Analyzer] [Info] <== {"event":"flutter.outline","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","outline":{"kind":"DART_ELEMENT","offset":0,"length":7239,"codeOffset":0,"codeLength":7239,"dartElement":{"kind":"COMPILATION_UNIT","name":"<unit>","location":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","offset":0,"length":7239,"startLine":1,"startColumn":1},"flags":0},"children":[{"kind":"DART_ELEMENT","of…
[1:57:39 AM] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1433,"uri":"package:matjoy_app/data/rest/client/rest_client.dart","items":[{"label":"RestClient","declaringLibraryUri":"package:matjoy_app/data/rest/client/rest_client.dart","element":{"kind":"CLASS","name":"RestClient","location":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","offset":868,"length":0,"startLine":20,"startColumn":16},"flags":1},"relevanceTags":["El…
[1:57:39 AM] [Analyzer] [Info] <== {"event":"server.status","params":{"analysis":{"isAnalyzing":false}}}
[1:57:39 AM] [Analyzer] [Info] ==> {"id":"6059","method":"edit.getFixes","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","offset":4622},"clientRequestTime":1609280859991}
[1:57:39 AM] [Analyzer] [Info] ==> {"id":"6060","method":"edit.getAssists","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","length":0,"offset":4622},"clientRequestTime":1609280859991}
[1:57:39 AM] [Analyzer] [Info] ==> {"id":"6061","method":"edit.getAvailableRefactorings","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","length":0,"offset":4622},"clientRequestTime":1609280859991}
[1:57:39 AM] [Analyzer] [Info] <== {"id":"6059","result":{"fixes":[]}}
[1:57:39 AM] [Analyzer] [Info] <== {"id":"6061","result":{"kinds":[]}}
[1:57:39 AM] [Analyzer] [Info] <== {"id":"6060","result":{"assists":[]}}
[1:57:40 AM] [Analyzer] [Info] ==> {"id":"6062","method":"analysis.getHover","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","offset":4622},"clientRequestTime":1609280860761}
[1:57:40 AM] [Analyzer] [Info] <== {"id":"6062","result":{"hovers":[]}}
[1:57:40 AM] [FlutterRun] [Info] [matjoy_app] <== [{"event":"app.progress","params":{"appId":"d4524363-d939-4529-9457-cdc2dd989b5f","id":"72","progressId":null,"finished":true}}]
[1:57:41 AM] [VmService] [Info] [matjoy_app] <== {"jsonrpc":"2.0","method":"streamNotify","params":{"streamId":"Isolate","event":{"type":"Event","kind":"IsolateReload","isolate":{"type":"@Isolate","id":"isolates/4455797201965115","name":"main","number":"4455797201965115","isSystemIsolate":false},"timestamp":1609280861143,"status":"success"}}}
[1:57:41 AM] [Analyzer] [Info] ==> {"id":"6063","method":"analysis.getHover","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","offset":4622},"clientRequestTime":1609280861709}
[1:57:41 AM] [Analyzer] [Info] <== {"id":"6063","result":{"hovers":[]}}
[1:57:42 AM] [VmService] [Info] [matjoy_app] <== {"jsonrpc":"2.0","method":"streamNotify","params":{"streamId":"Extension","event":{"type":"Event","kind":"Extension","extensionKind":"Flutter.Error","isolate":{"type":"@Isolate","id":"isolates/4455797201965115","name":"main","number":"4455797201965115","isSystemIsolate":false},"timestamp":1609280862004,"extensionData":{"description":"Exception caught by rendering library","type":"_FlutterErrorDetailsNode","allowWrap":false,"objectId":"inspector-3974","valueId":"inspector-3975","…
[1:57:42 AM] [VmService] [Info] [matjoy_app] <== {"jsonrpc":"2.0","method":"streamNotify","params":{"streamId":"Extension","event":{"type":"Event","kind":"Extension","extensionKind":"Flutter.Error","isolate":{"type":"@Isolate","id":"isolates/4455797201965115","name":"main","number":"4455797201965115","isSystemIsolate":false},"timestamp":1609280862032,"extensionData":{"description":"Exception caught by rendering library","type":"_FlutterErrorDetailsNode","allowWrap":false,"objectId":"inspector-4203","valueId":"inspector-4204","…
[1:57:42 AM] [VmService] [Info] [matjoy_app] <== {"jsonrpc":"2.0","method":"streamNotify","params":{"streamId":"Extension","event":{"type":"Event","kind":"Extension","extensionKind":"Flutter.Error","isolate":{"type":"@Isolate","id":"isolates/4455797201965115","name":"main","number":"4455797201965115","isSystemIsolate":false},"timestamp":1609280862053,"extensionData":{"description":"Exception caught by rendering library","type":"_FlutterErrorDetailsNode","allowWrap":false,"objectId":"inspector-4418","valueId":"inspector-4419","…
[1:57:42 AM] [VmService] [Info] [matjoy_app] <== {"jsonrpc":"2.0","method":"streamNotify","params":{"streamId":"Extension","event":{"type":"Event","kind":"Extension","extensionKind":"Flutter.Error","isolate":{"type":"@Isolate","id":"isolates/4455797201965115","name":"main","number":"4455797201965115","isSystemIsolate":false},"timestamp":1609280862208,"extensionData":{"description":"Exception caught by rendering library","type":"_FlutterErrorDetailsNode","allowWrap":false,"objectId":"inspector-4621","valueId":"inspector-4622","…
[1:57:42 AM] [VmService] [Info] [matjoy_app] <== {"jsonrpc":"2.0","method":"streamNotify","params":{"streamId":"Extension","event":{"type":"Event","kind":"Extension","extensionKind":"Flutter.Error","isolate":{"type":"@Isolate","id":"isolates/4455797201965115","name":"main","number":"4455797201965115","isSystemIsolate":false},"timestamp":1609280862228,"extensionData":{"description":"Exception caught by rendering library","type":"_FlutterErrorDetailsNode","allowWrap":false,"objectId":"inspector-4806","valueId":"inspector-4807","…
[1:57:42 AM] [VmService] [Info] [matjoy_app] <== {"jsonrpc":"2.0","method":"streamNotify","params":{"streamId":"Extension","event":{"type":"Event","kind":"Extension","extensionKind":"Flutter.Error","isolate":{"type":"@Isolate","id":"isolates/4455797201965115","name":"main","number":"4455797201965115","isSystemIsolate":false},"timestamp":1609280862244,"extensionData":{"description":"Exception caught by rendering library","type":"_FlutterErrorDetailsNode","allowWrap":false,"objectId":"inspector-4965","valueId":"inspector-4966","…
[1:57:42 AM] [VmService] [Info] [matjoy_app] <== {"jsonrpc":"2.0","method":"streamNotify","params":{"streamId":"Extension","event":{"type":"Event","kind":"Extension","extensionKind":"Flutter.Error","isolate":{"type":"@Isolate","id":"isolates/4455797201965115","name":"main","number":"4455797201965115","isSystemIsolate":false},"timestamp":1609280862260,"extensionData":{"description":"Exception caught by rendering library","type":"_FlutterErrorDetailsNode","allowWrap":false,"objectId":"inspector-5126","valueId":"inspector-5127","…
[1:57:42 AM] [Analyzer] [Info] ==> {"id":"6064","method":"analysis.getHover","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","offset":4598},"clientRequestTime":1609280862294}
[1:57:42 AM] [Analyzer] [Info] <== {"id":"6064","result":{"hovers":[{"offset":4582,"length":16,"parameter":"[String value]","staticType":"String"}]}}
[1:57:42 AM] [VmService] [Info] [matjoy_app] <== {"jsonrpc":"2.0","method":"streamNotify","params":{"streamId":"Extension","event":{"type":"Event","kind":"Extension","extensionKind":"Flutter.ImageSizesForFrame","isolate":{"type":"@Isolate","id":"isolates/4455797201965115","name":"main","number":"4455797201965115","isSystemIsolate":false},"timestamp":1609280862297,"extensionData":{"<Unknown Image(562×1000)>":{"source":"<Unknown Image(562×1000)>","displaySize":{"width":93.75,"height":93.75},"imageSize":{"width":562.0,"height":10…
[1:57:42 AM] [FlutterRun] [Info] [matjoy_app] <== [{"event":"app.progress","params":{"appId":"d4524363-d939-4529-9457-cdc2dd989b5f","id":"71","progressId":"hot.reload","finished":true}}]
[1:57:42 AM] [FlutterRun] [Info] [matjoy_app] <== Reloaded 125 of 2106 libraries in 2,561ms.
[1:57:42 AM] [FlutterRun] [Info] [matjoy_app] <== [{"id":"44","result":{"code":0,"message":"Reloaded 125 of 2106 libraries"}}]
[1:57:42 AM] [VmService] [Info] [matjoy_app] <== {"jsonrpc":"2.0","method":"streamNotify","params":{"streamId":"Extension","event":{"type":"Event","kind":"Extension","extensionKind":"Flutter.Error","isolate":{"type":"@Isolate","id":"isolates/4455797201965115","name":"main","number":"4455797201965115","isSystemIsolate":false},"timestamp":1609280862362,"extensionData":{"description":"Exception caught by image resource service","type":"_FlutterErrorDetailsNode","allowWrap":false,"objectId":"inspector-5289","valueId":"inspector-52…
[1:57:42 AM] [VmService] [Info] [matjoy_app] <== {"jsonrpc":"2.0","method":"streamNotify","params":{"streamId":"Extension","event":{"type":"Event","kind":"Extension","extensionKind":"Flutter.ImageSizesForFrame","isolate":{"type":"@Isolate","id":"isolates/4455797201965115","name":"main","number":"4455797201965115","isSystemIsolate":false},"timestamp":1609280862472,"extensionData":{"<Unknown Image(562×1000)>":{"source":"<Unknown Image(562×1000)>","displaySize":{"width":93.75,"height":93.75},"imageSize":{"width":562.0,"height":10…
[1:57:42 AM] [VmService] [Info] [matjoy_app] <== {"jsonrpc":"2.0","method":"streamNotify","params":{"streamId":"Extension","event":{"type":"Event","kind":"Extension","extensionKind":"Flutter.Frame","isolate":{"type":"@Isolate","id":"isolates/4455797201965115","name":"main","number":"4455797201965115","isSystemIsolate":false},"timestamp":1609280862474,"extensionData":{"number":5065,"startTime":4723636325,"elapsed":21892,"build":6885,"raster":12968,"vsyncOverhead":2007}}}}
[1:57:42 AM] [VmService] [Info] [matjoy_app] <== {"jsonrpc":"2.0","method":"streamNotify","params":{"streamId":"Extension","event":{"type":"Event","kind":"Extension","extensionKind":"Flutter.ImageSizesForFrame","isolate":{"type":"@Isolate","id":"isolates/4455797201965115","name":"main","number":"4455797201965115","isSystemIsolate":false},"timestamp":1609280862564,"extensionData":{"<Unknown Image(562×1000)>":{"source":"<Unknown Image(562×1000)>","displaySize":{"width":93.75,"height":93.75},"imageSize":{"width":562.0,"height":10…
[1:57:42 AM] [VmService] [Info] [matjoy_app] <== {"jsonrpc":"2.0","method":"streamNotify","params":{"streamId":"Extension","event":{"type":"Event","kind":"Extension","extensionKind":"Flutter.ImageSizesForFrame","isolate":{"type":"@Isolate","id":"isolates/4455797201965115","name":"main","number":"4455797201965115","isSystemIsolate":false},"timestamp":1609280862653,"extensionData":{"<Unknown Image(562×1000)>":{"source":"<Unknown Image(562×1000)>","displaySize":{"width":93.75,"height":93.75},"imageSize":{"width":562.0,"height":10…
[1:57:42 AM] [VmService] [Info] [matjoy_app] <== {"jsonrpc":"2.0","method":"streamNotify","params":{"streamId":"Extension","event":{"type":"Event","kind":"Extension","extensionKind":"Flutter.Frame","isolate":{"type":"@Isolate","id":"isolates/4455797201965115","name":"main","number":"4455797201965115","isSystemIsolate":false},"timestamp":1609280862654,"extensionData":{"number":5066,"startTime":4723701394,"elapsed":162763,"build":96388,"raster":15931,"vsyncOverhead":50409}}}}
[1:57:42 AM] [VmService] [Info] [matjoy_app] <== {"jsonrpc":"2.0","method":"streamNotify","params":{"streamId":"Extension","event":{"type":"Event","kind":"Extension","extensionKind":"Flutter.Frame","isolate":{"type":"@Isolate","id":"isolates/4455797201965115","name":"main","number":"4455797201965115","isSystemIsolate":false},"timestamp":1609280862654,"extensionData":{"number":5067,"startTime":4723801743,"elapsed":108503,"build":87916,"raster":19789,"vsyncOverhead":758}}}}
[1:57:42 AM] [VmService] [Info] [matjoy_app] <== {"jsonrpc":"2.0","method":"streamNotify","params":{"streamId":"Extension","event":{"type":"Event","kind":"Extension","extensionKind":"Flutter.Frame","isolate":{"type":"@Isolate","id":"isolates/4455797201965115","name":"main","number":"4455797201965115","isSystemIsolate":false},"timestamp":1609280862776,"extensionData":{"number":5068,"startTime":4723901697,"elapsed":93379,"build":77508,"raster":15120,"vsyncOverhead":712}}}}
[1:58:30 AM] [Analyzer] [Info] <== {"event":"server.status","params":{"analysis":{"isAnalyzing":true}}}
[1:58:30 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","errors":[{"severity":"INFO","type":"HINT","location":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","offset":7162,"length":7,"startLine":190,"startColumn":9},"message":"The value of the local variable 'headers' isn't used.","correction":"Try removing the variable, or using it.","code":"unused_local_variable",…
[1:58:30 AM] [Analyzer] [Info] <== {"event":"analysis.occurrences","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","occurrences":[{"element":{"kind":"CLASS","name":"RestApi","location":{"file":"C:\\flutter\\.pub-cache\\hosted\\pub.dartlang.org\\retrofit-1.3.4+1\\lib\\http.dart","offset":995,"length":7,"startLine":31,"startColumn":7},"flags":0},"offsets":[821],"length":7},{"element":{"kind":"FIELD","name":"baseUrl","location":{"file":"C:\\flutter\\.pub-cache\\hosted\\p…
[1:58:30 AM] [Analyzer] [Info] <== {"event":"analysis.closingLabels","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","labels":[]}}
[1:58:30 AM] [Analyzer] [Info] <== {"event":"analysis.folding","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","regions":[{"kind":"CLASS_BODY","offset":880,"length":5691},{"kind":"CLASS_BODY","offset":6625,"length":611},{"kind":"FUNCTION_BODY","offset":6714,"length":333},{"kind":"FUNCTION_BODY","offset":7105,"length":128},{"kind":"DIRECTIVES","offset":6,"length":810}]}}
[1:58:30 AM] [Analyzer] [Info] <== {"event":"analysis.outline","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","kind":"LIBRARY","outline":{"element":{"kind":"COMPILATION_UNIT","name":"<unit>","location":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","offset":0,"length":7239,"startLine":1,"startColumn":1},"flags":0},"offset":0,"length":7239,"codeOffset":0,"codeLength":7239,"children":[{"element":{"kind":"CLASS","name":…
[1:58:30 AM] [Analyzer] [Info] <== {"event":"flutter.outline","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","outline":{"kind":"DART_ELEMENT","offset":0,"length":7239,"codeOffset":0,"codeLength":7239,"dartElement":{"kind":"COMPILATION_UNIT","name":"<unit>","location":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","offset":0,"length":7239,"startLine":1,"startColumn":1},"flags":0},"children":[{"kind":"DART_ELEMENT","of…
[1:58:31 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\features\\profiles\\trainer\\edit\\trainer_edit_profile_page.dart","errors":[{"severity":"INFO","type":"HINT","location":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\features\\profiles\\trainer\\edit\\trainer_edit_profile_page.dart","offset":715,"length":72,"startLine":14,"startColumn":8},"message":"Unused import: 'package:matjoy_app/features/certificate/add_edit_certificate_page.da…
[1:58:31 AM] [Analyzer] [Info] <== {"event":"analysis.occurrences","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\features\\profiles\\trainer\\edit\\trainer_edit_profile_page.dart","occurrences":[{"element":{"kind":"ENUM","name":"EditProfilePageSection","location":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\features\\profiles\\trainer\\edit\\trainer_edit_profile_page.dart","offset":1516,"length":22,"startLine":28,"startColumn":6},"flags":0},"offsets":[1516,4919,4998,9161,9249,11410,11495,…
[1:58:31 AM] [Analyzer] [Info] <== {"event":"analysis.closingLabels","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\features\\profiles\\trainer\\edit\\trainer_edit_profile_page.dart","labels":[{"offset":1946,"length":2625,"label":"WillPopScope"},{"offset":2101,"length":2462,"label":"Scaffold"},{"offset":2128,"length":180,"label":"AppToolbar"},{"offset":2325,"length":2228,"label":"BlocBuilder"},{"offset":2516,"length":1938,"label":"NoScrollGlow"},{"offset":2554,"length":1882,"label":"SingleChildScrollView…
[1:58:31 AM] [Analyzer] [Info] <== {"event":"analysis.folding","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\features\\profiles\\trainer\\edit\\trainer_edit_profile_page.dart","regions":[{"kind":"CLASS_BODY","offset":1669,"length":17769},{"kind":"FUNCTION_BODY","offset":1811,"length":37},{"kind":"FUNCTION_BODY","offset":1933,"length":2643},{"kind":"INVOCATION","offset":1959,"length":2611},{"kind":"FUNCTION_BODY","offset":1988,"length":96},{"kind":"INVOCATION","offset":2110,"length":2452},{"kind":"INVOCA…
[1:58:31 AM] [Analyzer] [Info] <== {"event":"analysis.outline","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\features\\profiles\\trainer\\edit\\trainer_edit_profile_page.dart","kind":"LIBRARY","outline":{"element":{"kind":"COMPILATION_UNIT","name":"<unit>","location":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\features\\profiles\\trainer\\edit\\trainer_edit_profile_page.dart","offset":0,"length":19580,"startLine":1,"startColumn":1},"flags":0},"offset":0,"length":19580,"codeOffset":0,"cod…
[1:58:31 AM] [Analyzer] [Info] <== {"event":"flutter.outline","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\features\\profiles\\trainer\\edit\\trainer_edit_profile_page.dart","outline":{"kind":"DART_ELEMENT","offset":0,"length":19580,"codeOffset":0,"codeLength":19580,"dartElement":{"kind":"COMPILATION_UNIT","name":"<unit>","location":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\features\\profiles\\trainer\\edit\\trainer_edit_profile_page.dart","offset":0,"length":19580,"startLine":1,"star…
[1:58:31 AM] [Analyzer] [Info] <== {"event":"server.status","params":{"analysis":{"isAnalyzing":false}}}
[1:58:31 AM] [Analyzer] [Info] ==> {"id":"6065","method":"edit.getFixes","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\features\\profiles\\trainer\\edit\\trainer_edit_profile_page.dart","offset":0},"clientRequestTime":1609280911347}
[1:58:31 AM] [Analyzer] [Info] ==> {"id":"6066","method":"edit.getAssists","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\features\\profiles\\trainer\\edit\\trainer_edit_profile_page.dart","length":0,"offset":0},"clientRequestTime":1609280911347}
[1:58:31 AM] [Analyzer] [Info] ==> {"id":"6067","method":"edit.getAvailableRefactorings","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\features\\profiles\\trainer\\edit\\trainer_edit_profile_page.dart","length":0,"offset":0},"clientRequestTime":1609280911347}
[1:58:31 AM] [Analyzer] [Info] ==> {"id":"6068","method":"edit.getFixes","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\features\\profiles\\trainer\\edit\\trainer_edit_profile_page.dart","offset":0},"clientRequestTime":1609280911348}
[1:58:31 AM] [Analyzer] [Info] ==> {"id":"6069","method":"edit.getAssists","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\features\\profiles\\trainer\\edit\\trainer_edit_profile_page.dart","length":0,"offset":0},"clientRequestTime":1609280911348}
[1:58:31 AM] [Analyzer] [Info] ==> {"id":"6070","method":"edit.getAvailableRefactorings","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\features\\profiles\\trainer\\edit\\trainer_edit_profile_page.dart","length":0,"offset":0},"clientRequestTime":1609280911348}
[1:58:31 AM] [Analyzer] [Info] <== {"id":"6065","result":{"fixes":[]}}
[1:58:31 AM] [Analyzer] [Info] <== {"id":"6067","result":{"kinds":["RENAME"]}}
[1:58:31 AM] [Analyzer] [Info] <== {"id":"6068","result":{"fixes":[]}}
[1:58:31 AM] [Analyzer] [Info] <== {"id":"6070","result":{"kinds":["RENAME"]}}
[1:58:31 AM] [Analyzer] [Info] <== {"id":"6066","result":{"assists":[{"message":"Add explicit 'show' combinator","edits":[{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\features\\profiles\\trainer\\edit\\trainer_edit_profile_page.dart","fileStamp":0,"edits":[{"offset":39,"length":0,"replacement":" show Align, AlignmentDirectional, BuildContext, Center, CircleBorder, Column, Container, CrossAxisAlignment, Directionality, EdgeInsets, Expanded, GestureDetector, Icon, MainAxisAlignment, MainAxisSize, MediaQuery, Opac…
[1:58:31 AM] [Analyzer] [Info] <== {"id":"6069","result":{"assists":[{"message":"Add explicit 'show' combinator","edits":[{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\features\\profiles\\trainer\\edit\\trainer_edit_profile_page.dart","fileStamp":0,"edits":[{"offset":39,"length":0,"replacement":" show Align, AlignmentDirectional, BuildContext, Center, CircleBorder, Column, Container, CrossAxisAlignment, Directionality, EdgeInsets, Expanded, GestureDetector, Icon, MainAxisAlignment, MainAxisSize, MediaQuery, Opac…
[1:58:47 AM] [VmService] [Info] [matjoy_app] Termination requested!
[1:58:47 AM] [FlutterRun] [Info] [matjoy_app] ==> [{"id":"45","method":"app.stop","params":{"appId":"d4524363-d939-4529-9457-cdc2dd989b5f"}}]
[1:58:47 AM] [VmService] [Info] [matjoy_app] VM service connection closed: 1005 ()
[1:58:47 AM] [FlutterRun] [Info] [matjoy_app] <== Application finished.
[1:58:47 AM] [FlutterRun] [Info] [matjoy_app] <== [{"id":"45","result":true}]
[1:58:47 AM] [FlutterRun] [Info] [matjoy_app] <== [{"event":"app.stop","params":{"appId":"d4524363-d939-4529-9457-cdc2dd989b5f"}}]
[1:58:47 AM] [FlutterRun] [Info] [matjoy_app] Process terminated! null, SIGTERM
[1:58:47 AM] [VmService] [Info] [matjoy_app] Process exited (sigterm)
[1:58:47 AM] [VmService] [Info] [matjoy_app] TERM: Requested to terminate with SIGINT...
[1:58:47 AM] [VmService] [Info] [matjoy_app] TERM: Did not need to terminate processes
[1:58:47 AM] [VmService] [Info] [matjoy_app] TERM: Removing all stored data...
[1:58:47 AM] [VmService] [Info] [matjoy_app] TERM: Waiting for process to finish...
[1:58:47 AM] [VmService] [Info] [matjoy_app] TERM: Disconnecting...
[1:58:47 AM] [VmService] [Info] [matjoy_app] Disconnect requested!
[1:58:47 AM] [VmService] [Info] [matjoy_app] TERM: Requested to terminate with SIGINT...
[1:58:47 AM] [VmService] [Info] [matjoy_app] TERM: Did not need to terminate processes
[1:58:47 AM] [VmService] [Info] [matjoy_app] TERM: Removing all stored data...
[1:58:47 AM] [VmService] [Info] [matjoy_app] TERM: Waiting for process to finish...
[1:58:47 AM] [VmService] [Info] [matjoy_app] TERM: Disconnecting...
[1:58:47 AM] [General] [Info] Debugger:SessionDuration timing: 4339364ms (Flutter)
[1:58:47 AM] [Analyzer] [Info] ==> {"id":"6071","method":"edit.getFixes","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","offset":3568},"clientRequestTime":1609280927916}
[1:58:47 AM] [Analyzer] [Info] ==> {"id":"6072","method":"edit.getAssists","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","length":0,"offset":3568},"clientRequestTime":1609280927917}
[1:58:47 AM] [Analyzer] [Info] ==> {"id":"6073","method":"edit.getAvailableRefactorings","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","length":0,"offset":3568},"clientRequestTime":1609280927917}
[1:58:47 AM] [Analyzer] [Info] <== {"id":"6071","result":{"fixes":[]}}
[1:58:47 AM] [Analyzer] [Info] <== {"id":"6073","result":{"kinds":[]}}
[1:58:47 AM] [Analyzer] [Info] <== {"id":"6072","result":{"assists":[]}}
[1:58:50 AM] [Analyzer] [Info] ==> {"id":"6074","method":"edit.getFixes","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","offset":4047},"clientRequestTime":1609280930526}
[1:58:50 AM] [Analyzer] [Info] ==> {"id":"6075","method":"edit.getAssists","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","length":0,"offset":4047},"clientRequestTime":1609280930526}
[1:58:50 AM] [Analyzer] [Info] ==> {"id":"6076","method":"edit.getAvailableRefactorings","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","length":0,"offset":4047},"clientRequestTime":1609280930526}
[1:58:50 AM] [Analyzer] [Info] <== {"id":"6074","result":{"fixes":[]}}
[1:58:50 AM] [Analyzer] [Info] <== {"id":"6076","result":{"kinds":[]}}
[1:58:50 AM] [Analyzer] [Info] <== {"id":"6075","result":{"assists":[]}}
[1:59:01 AM] [Analyzer] [Info] <== {"event":"analysis.flushResults","params":{"files":["C:\\workspace\\flutter\\projects\\matjoy_app\\build\\app\\intermediates\\bundle_manifest\\debug\\processDebugManifest\\bundle-manifest\\AndroidManifest.xml"]}}
[1:59:01 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\build\\app\\intermediates\\bundle_manifest\\debug\\processDebugManifest\\bundle-manifest\\AndroidManifest.xml","errors":[]}}
[1:59:02 AM] [Analyzer] [Info] <== {"event":"server.status","params":{"analysis":{"isAnalyzing":true}}}
[1:59:02 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","errors":[{"severity":"INFO","type":"HINT","location":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","offset":7162,"length":7,"startLine":190,"startColumn":9},"message":"The value of the local variable 'headers' isn't used.","correction":"Try removing the variable, or using it.","code":"unused_local_variable",…
[1:59:02 AM] [Analyzer] [Info] <== {"event":"analysis.flushResults","params":{"files":["C:\\workspace\\flutter\\projects\\matjoy_app\\build\\app\\intermediates\\bundle_manifest\\release\\processReleaseManifest\\bundle-manifest\\AndroidManifest.xml"]}}
[1:59:02 AM] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\build\\app\\intermediates\\bundle_manifest\\release\\processReleaseManifest\\bundle-manifest\\AndroidManifest.xml","errors":[]}}
[1:59:02 AM] [Analyzer] [Info] <== {"event":"analysis.occurrences","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","occurrences":[{"element":{"kind":"CLASS","name":"RestApi","location":{"file":"C:\\flutter\\.pub-cache\\hosted\\pub.dartlang.org\\retrofit-1.3.4+1\\lib\\http.dart","offset":995,"length":7,"startLine":31,"startColumn":7},"flags":0},"offsets":[821],"length":7},{"element":{"kind":"FIELD","name":"baseUrl","location":{"file":"C:\\flutter\\.pub-cache\\hosted\\p…
[1:59:02 AM] [Analyzer] [Info] <== {"event":"analysis.closingLabels","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","labels":[]}}
[1:59:02 AM] [Analyzer] [Info] <== {"event":"analysis.folding","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","regions":[{"kind":"CLASS_BODY","offset":880,"length":5691},{"kind":"CLASS_BODY","offset":6625,"length":611},{"kind":"FUNCTION_BODY","offset":6714,"length":333},{"kind":"FUNCTION_BODY","offset":7105,"length":128},{"kind":"DIRECTIVES","offset":6,"length":810}]}}
[1:59:02 AM] [Analyzer] [Info] <== {"event":"analysis.outline","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","kind":"LIBRARY","outline":{"element":{"kind":"COMPILATION_UNIT","name":"<unit>","location":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","offset":0,"length":7239,"startLine":1,"startColumn":1},"flags":0},"offset":0,"length":7239,"codeOffset":0,"codeLength":7239,"children":[{"element":{"kind":"CLASS","name":…
[1:59:02 AM] [Analyzer] [Info] <== {"event":"flutter.outline","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","outline":{"kind":"DART_ELEMENT","offset":0,"length":7239,"codeOffset":0,"codeLength":7239,"dartElement":{"kind":"COMPILATION_UNIT","name":"<unit>","location":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","offset":0,"length":7239,"startLine":1,"startColumn":1},"flags":0},"children":[{"kind":"DART_ELEMENT","of…
[1:59:02 AM] [Analyzer] [Info] ==> {"id":"6077","method":"edit.getFixes","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","offset":4047},"clientRequestTime":1609280942330}
[1:59:02 AM] [Analyzer] [Info] ==> {"id":"6078","method":"edit.getAssists","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","length":0,"offset":4047},"clientRequestTime":1609280942331}
[1:59:02 AM] [Analyzer] [Info] ==> {"id":"6079","method":"edit.getAvailableRefactorings","params":{"file":"C:\\workspace\\flutter\\projects\\matjoy_app\\lib\\data\\rest\\client\\rest_client.dart","length":0,"offset":4047},"clientRequestTime":1609280942331}
[1:59:16 AM] [Analyzer] [Info] Process terminated! 3221225477, null

@easazade Are you able to share a project that reproduces this? (Please file a new issue for it as this one is closed). Also, it's worth testing if it reproduces with the LSP Preview enabled, as there are some performance improvements when using LSP. Thanks!

@easazade Are you able to share a project that reproduces this? (Please file a new issue for it as this one is closed). Also, it's worth testing if it reproduces with the LSP Preview enabled, as there are some performance improvements when using LSP. Thanks!

thanks, I created a new issue here. I'm going to enable LSP preview and see what happens. I post the result there. I can't share the project here since it's client's. although I think I can send you something, of course only if you are interested to look at it

Was this page helpful?
0 / 5 - 0 ratings