-
-
Save fusion44/87bf104afba4cf1edcecf80781a75522 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!! PLEASE REVIEW THIS LOG FOR SENSITIVE INFORMATION BEFORE SHARING !! | |
Dart Code extension: 3.7.1 | |
Flutter extension: 3.7.1 (not activated) | |
VS Code: 1.41.1 | |
Platform: linux | |
Workspace type: Flutter | |
Multi-root?: false | |
Dart SDK: | |
Loc: /home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk | |
Ver: 2.7.0-dev.2.1 | |
Flutter SDK: | |
Loc: /home/fusion44/dev/mobile/flutter_sdk/latest | |
Ver: 1.12.13+hotfix.5 | |
HTTP_PROXY: undefined | |
NO_PROXY: undefined | |
Sat Jan 04 2020 [10:15:27 GMT+0100 (Central European Standard Time)] Log file started | |
[10:15:27] [Analyzer] [Info] Spawning /home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/bin/dart with args ["/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/bin/snapshots/analysis_server.dart.snapshot","--client-id=Dart-Code.dart-code","--client-version=3.7.1"] | |
[10:15:27] [Analyzer] [Info] PID: 28786 | |
[10:15:27] [Analyzer] [Info] ==> {"id":"1","method":"server.setSubscriptions","params":{"subscriptions":["STATUS"]},"clientRequestTime":1578129327812} | |
[10:15:27] [Analyzer] [Info] ==> {"id":"2","method":"analysis.updateContent","params":{"files":{"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart":{"content":"import 'dart:async';\nimport 'package:bloc/bloc.dart';\nimport './bloc.dart';\n\nclass CloseChannelBlocBloc\n extends Bloc<CloseChannelEvent, CloseChannelBlocState> {\n @override\n CloseChannelBlocState get initialState => InitialCloseChannelBlocState();\n\n @override\n Stream<CloseChannelBlocState> mapEventToState(\n CloseChannelEvent event,\n ) async* {\n if (event is CloseChannelEvent) {\n // yield CloseChannelLoadingState(event.channelPoint);\n\n // var client = LnConnectionDataProvider().lightningClient;\n\n // var getChanInfoReq = grpc.ChanInfoRequest();\n // getChanInfoReq.chanId = event.chanId;\n // try {\n // var res = await client.getChanInfo(getChanInfoReq);\n // yield ChanInfoLoadedState(ChannelEdge.fromGrpc(res));\n // } on GrpcError catch (e) {\n // yield ChanInfoLoadingErrorState(e.message, chanId: event.chanId);\n // }\n }\n }\n}\n","type":"add"}}},"clientRequestTime":1578129327817} | |
[10:15:27] [Analyzer] [Info] ==> {"id":"3","method":"edit.getFixes","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","offset":404},"clientRequestTime":1578129327902} | |
[10:15:27] [Analyzer] [Info] ==> {"id":"4","method":"edit.getAssists","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","length":1,"offset":404},"clientRequestTime":1578129327904} | |
[10:15:27] [Analyzer] [Info] ==> {"id":"5","method":"edit.getAvailableRefactorings","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","length":487,"offset":404},"clientRequestTime":1578129327905} | |
[10:15:28] [Analyzer] [Info] ==> {"id":"6","method":"edit.getFixes","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","offset":404},"clientRequestTime":1578129328193} | |
[10:15:28] [Analyzer] [Info] ==> {"id":"7","method":"edit.getAssists","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","length":1,"offset":404},"clientRequestTime":1578129328193} | |
[10:15:28] [Analyzer] [Info] ==> {"id":"8","method":"edit.getAvailableRefactorings","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","length":487,"offset":404},"clientRequestTime":1578129328193} | |
[10:15:28] [Analyzer] [Info] <== {"event":"server.connected","params":{"version":"1.27.4","pid":28958}} | |
[10:15:28] [Analyzer] [Info] ==> {"id":"9","method":"analysis.setAnalysisRoots","params":{"excluded":[],"included":["/home/fusion44/dev/mobile/sendmany"]},"clientRequestTime":1578129328260} | |
[10:15:28] [Analyzer] [Info] ==> {"id":"10","method":"analysis.updateContent","params":{"files":{"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart":{"edits":[{"offset":0,"length":0,"replacement":"","id":""}],"type":"change"}}},"clientRequestTime":1578129328261} | |
[10:15:28] [Analyzer] [Info] ==> {"id":"11","method":"analysis.setPriorityFiles","params":{"files":["/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart"]},"clientRequestTime":1578129328263} | |
[10:15:28] [Analyzer] [Info] ==> {"id":"12","method":"analysis.setSubscriptions","params":{"subscriptions":{"CLOSING_LABELS":["/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart"],"FOLDING":["/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart"],"OCCURRENCES":["/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart"],"OUTLINE":["/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart"]}},"clientRequestTime":1578129328263} | |
[10:15:28] [Analyzer] [Info] ==> {"id":"13","method":"completion.setSubscriptions","params":{"subscriptions":["AVAILABLE_SUGGESTION_SETS"]},"clientRequestTime":1578129328263} | |
[10:15:28] [Analyzer] [Info] ==> {"id":"14","method":"analysis.updateContent","params":{"files":{"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart":{"edits":[{"offset":0,"length":0,"replacement":"","id":""}],"type":"change"}}},"clientRequestTime":1578129328263} | |
[10:15:28] [Analyzer] [Info] <== {"id":"1"} | |
[10:15:28] [Analyzer] [Info] <== {"id":"2","result":{}} | |
[10:15:28] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/analysis_options.yaml","errors":[]}} | |
[10:15:28] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/pubspec.yaml","errors":[]}} | |
[10:15:28] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/android/app/src/profile/AndroidManifest.xml","errors":[]}} | |
[10:15:28] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/android/app/src/main/AndroidManifest.xml","errors":[]}} | |
[10:15:28] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/android/app/src/debug/AndroidManifest.xml","errors":[]}} | |
[10:15:28] [Analyzer] [Info] <== {"id":"9"} | |
[10:15:28] [Analyzer] [Info] <== {"id":"10","result":{}} | |
[10:15:28] [Analyzer] [Info] <== {"id":"11"} | |
[10:15:28] [Analyzer] [Info] <== {"id":"12"} | |
[10:15:28] [Analyzer] [Info] ==> {"id":"15","method":"flutter.setSubscriptions","params":{"subscriptions":{"OUTLINE":["/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart"]}},"clientRequestTime":1578129328902} | |
[10:15:28] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[],"removedLibraries":[]}} | |
[10:15:28] [Analyzer] [Info] <== {"id":"13"} | |
[10:15:28] [Analyzer] [Info] <== {"id":"14","result":{}} | |
[10:15:28] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[],"removedLibraries":[]}} | |
[10:15:28] [Analyzer] [Info] <== {"event":"server.status","params":{"analysis":{"isAnalyzing":true}}} | |
[10:15:28] [Analyzer] [Info] <== {"id":"3","result":{"fixes":[]}} | |
[10:15:28] [Analyzer] [Info] <== {"id":"6","result":{"fixes":[]}} | |
[10:15:28] [Analyzer] [Info] <== {"id":"15"} | |
[10:15:28] [Analyzer] [Info] ==> {"id":"16","method":"edit.getFixes","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","offset":897},"clientRequestTime":1578129328982} | |
[10:15:28] [Analyzer] [Info] ==> {"id":"17","method":"edit.getAssists","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","length":0,"offset":897},"clientRequestTime":1578129328983} | |
[10:15:28] [Analyzer] [Info] ==> {"id":"18","method":"edit.getAvailableRefactorings","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","length":0,"offset":897},"clientRequestTime":1578129328983} | |
[10:15:29] [Analyzer] [Info] <== {"id":"5","result":{"kinds":[]}} | |
[10:15:29] [Analyzer] [Info] <== {"id":"8","result":{"kinds":[]}} | |
[10:15:29] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","offset":116,"length":4,"startLine":6,"startColumn":13},"message":"Classes can only extend other classes.","correction":"Try specifying a different superclass, or removing the extends clause.","code":"extends_non_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","offset":28,"length":24,"startLine":2,"startColumn":8},"message":"Target of URI doesn't exist: 'package:bloc/bloc.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","offset":205,"length":12,"startLine":8,"startColumn":29},"message":"The getter doesn't override an inherited getter.","correction":"Try updating this class to match the superclass, or removing the override annotation.","code":"override_on_non_overriding_member","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","offset":116,"length":4,"startLine":6,"startColumn":13},"message":"Undefined class 'Bloc'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Bloc'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/s… | |
[10:15:29] [Analyzer] [Info] <== {"id":"4","result":{"assists":[]}} | |
[10:15:29] [Analyzer] [Info] <== {"id":"7","result":{"assists":[]}} | |
[10:15:29] [Analyzer] [Info] <== {"id":"16","result":{"fixes":[]}} | |
[10:15:29] [Analyzer] [Info] <== {"id":"18","result":{"kinds":[]}} | |
[10:15:29] [Analyzer] [Info] <== {"id":"17","result":{"assists":[]}} | |
[10:15:29] [Analyzer] [Info] <== {"event":"analysis.occurrences","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","occurrences":[{"element":{"kind":"CLASS","name":"CloseChannelBlocBloc","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","offset":83,"length":20,"startLine":5,"startColumn":7},"flags":0},"offsets":[83],"length":20},{"element":{"kind":"CLASS","name":"CloseChannelEvent","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_event.dart","offset":131,"length":17,"startLine":7,"startColumn":7},"flags":0},"offsets":[121,319,374],"length":17},{"element":{"kind":"CLASS","name":"CloseChannelBlocState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_state.dart","offset":139,"length":21,"startLine":6,"startColumn":16},"flags":1},"offsets":[140,179,275],"length":21},{"element":{"kind":"TOP_LEVEL_VARIABLE","name":"override","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/core/annotations.dart","offset":4643,"length":8,"startLine":116,"startColumn":14},"flags":10,"returnType":"Object"},"offsets":[168,257],"length":8},{"element":{"kind":"FIELD","name":"initialState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","offset":-1,"length":12,"startLine":1,"startColumn":0},"flags":4,"returnType":"CloseChannelBlocState"},"offsets":[205],"length":12},{"element":{"kind":"CLASS","name":"InitialCloseChannelBlocState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_state.dart","offset":171,"length":28,"startLine":8,"startColumn":7},"flags":0},"offsets":[221],"length":28},{"element":{"kind":"CLASS","name":"Stream","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/async/stream.dart","offset":3772,"length":6,"startLine":85,"startCo… | |
[10:15:29] [Analyzer] [Info] <== {"event":"analysis.closingLabels","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","labels":[]}} | |
[10:15:29] [Analyzer] [Info] <== {"event":"analysis.folding","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","regions":[{"kind":"CLASS_BODY","offset":164,"length":738},{"kind":"FUNCTION_BODY","offset":356,"length":544},{"kind":"DIRECTIVES","offset":6,"length":69}]}} | |
[10:15:29] [Analyzer] [Info] <== {"event":"analysis.outline","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","kind":"LIBRARY","outline":{"element":{"kind":"COMPILATION_UNIT","name":"<unit>","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","offset":0,"length":904,"startLine":1,"startColumn":1},"flags":0},"offset":0,"length":904,"codeOffset":0,"codeLength":904,"children":[{"element":{"kind":"CLASS","name":"CloseChannelBlocBloc","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","offset":83,"length":20,"startLine":5,"startColumn":7},"flags":0},"offset":77,"length":826,"codeOffset":77,"codeLength":826,"children":[{"element":{"kind":"GETTER","name":"initialState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","offset":205,"length":12,"startLine":8,"startColumn":29},"flags":0,"returnType":"CloseChannelBlocState"},"offset":167,"length":85,"codeOffset":179,"codeLength":73},{"element":{"kind":"METHOD","name":"mapEventToState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","offset":298,"length":15,"startLine":11,"startColumn":33},"flags":0,"parameters":"(CloseChannelEvent event)","returnType":"Stream<CloseChannelBlocState>"},"offset":256,"length":645,"codeOffset":268,"codeLength":633}]}]}}} | |
[10:15:29] [Analyzer] [Info] <== {"event":"flutter.outline","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","outline":{"kind":"DART_ELEMENT","offset":0,"length":904,"codeOffset":0,"codeLength":904,"dartElement":{"kind":"COMPILATION_UNIT","name":"<unit>","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","offset":0,"length":904,"startLine":1,"startColumn":1},"flags":0},"children":[{"kind":"DART_ELEMENT","offset":77,"length":826,"codeOffset":77,"codeLength":826,"dartElement":{"kind":"CLASS","name":"CloseChannelBlocBloc","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","offset":83,"length":20,"startLine":5,"startColumn":7},"flags":0},"children":[{"kind":"DART_ELEMENT","offset":167,"length":85,"codeOffset":179,"codeLength":73,"dartElement":{"kind":"GETTER","name":"initialState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","offset":205,"length":12,"startLine":8,"startColumn":29},"flags":0,"returnType":"CloseChannelBlocState"}},{"kind":"DART_ELEMENT","offset":256,"length":645,"codeOffset":268,"codeLength":633,"dartElement":{"kind":"METHOD","name":"mapEventToState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","offset":298,"length":15,"startLine":11,"startColumn":33},"flags":0,"parameters":"(CloseChannelEvent event)","returnType":"Stream<CloseChannelBlocState>"}}]}]}}} | |
[10:15:29] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":0,"uri":"dart:web_sql","items":[{"label":"SqlError","declaringLibraryUri":"dart:web_sql","element":{"kind":"CLASS","name":"SqlError","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/web_sql/dart2js/web_sql_dart2js.dart","offset":5860,"length":0,"startLine":167,"startColumn":7},"flags":0},"relevanceTags":["dart:web_sql::SqlError","SqlError"]},{"label":"CONSTRAINT_ERR","declaringLibraryUri":"dart:web_sql","element":{"kind":"FIELD","name":"CONSTRAINT_ERR","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/web_sql/dart2js/web_sql_dart2js.dart","offset":6045,"length":0,"startLine":173,"startColumn":20},"flags":2,"returnType":"int"},"relevanceTags":["dart:core::int","CONSTRAINT_ERR"]},{"label":"DATABASE_ERR","declaringLibraryUri":"dart:web_sql","element":{"kind":"FIELD","name":"DATABASE_ERR","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/web_sql/dart2js/web_sql_dart2js.dart","offset":6085,"length":0,"startLine":175,"startColumn":20},"flags":2,"returnType":"int"},"relevanceTags":["dart:core::int","DATABASE_ERR"]},{"label":"QUOTA_ERR","declaringLibraryUri":"dart:web_sql","element":{"kind":"FIELD","name":"QUOTA_ERR","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/web_sql/dart2js/web_sql_dart2js.dart","offset":6123,"length":0,"startLine":177,"startColumn":20},"flags":2,"returnType":"int"},"relevanceTags":["dart:core::int","QUOTA_ERR"]},{"label":"SYNTAX_ERR","declaringLibraryUri":"dart:web_sql","element":{"kind":"FIELD","name":"SYNTAX_ERR","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/web_sql/dart2js/web_sql_dart2js.dart","offset":6158,"length":0,"startLine":179,"startColumn":20},"flags":2,"returnType":"int"},"relevanceTags":["dart:core::int","SYNTAX_ERR"]},{"label":"TIMEOUT_ERR","declaringLibraryUri… | |
[10:15:29] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1,"uri":"dart:web_gl","items":[{"label":"TransformFeedback","declaringLibraryUri":"dart:web_gl","element":{"kind":"CLASS","name":"TransformFeedback","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/web_gl/dart2js/web_gl_dart2js.dart","offset":93037,"length":0,"startLine":2911,"startColumn":7},"flags":0},"relevanceTags":["dart:web_gl::TransformFeedback","TransformFeedback"]},{"label":"LoseContext","declaringLibraryUri":"dart:web_gl","element":{"kind":"CLASS","name":"LoseContext","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/web_gl/dart2js/web_gl_dart2js.dart","offset":20419,"length":0,"startLine":571,"startColumn":7},"flags":0},"relevanceTags":["dart:web_gl::LoseContext","LoseContext"]},{"label":"loseContext","declaringLibraryUri":"dart:web_gl","element":{"kind":"METHOD","name":"loseContext","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/web_gl/dart2js/web_gl_dart2js.dart","offset":20598,"length":0,"startLine":577,"startColumn":8},"flags":0,"parameters":"()","returnType":"void"},"parameterNames":[],"parameterTypes":[],"requiredParameterCount":0},{"label":"restoreContext","declaringLibraryUri":"dart:web_gl","element":{"kind":"METHOD","name":"restoreContext","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/web_gl/dart2js/web_gl_dart2js.dart","offset":20628,"length":0,"startLine":579,"startColumn":8},"flags":0,"parameters":"()","returnType":"void"},"parameterNames":[],"parameterTypes":[],"requiredParameterCount":0},{"label":"Buffer","declaringLibraryUri":"dart:web_gl","element":{"kind":"CLASS","name":"Buffer","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/web_gl/dart2js/web_gl_dart2js.dart","offset":2378,"length":0,"startLine":73,"startColumn":7},"flags":0},"relevanceTags":["dart:web_gl::Bu… | |
[10:15:29] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":2,"uri":"dart:web_audio","items":[{"label":"WaveShaperNode","declaringLibraryUri":"dart:web_audio","element":{"kind":"CLASS","name":"WaveShaperNode","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/web_audio/dart2js/web_audio_dart2js.dart","offset":41278,"length":0,"startLine":1227,"startColumn":7},"flags":0},"relevanceTags":["dart:web_audio::WaveShaperNode","WaveShaperNode"]},{"label":"WaveShaperNode","declaringLibraryUri":"dart:web_audio","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/web_audio/dart2js/web_audio_dart2js.dart","offset":41464,"length":0,"startLine":1233,"startColumn":11},"flags":0,"parameters":"(BaseAudioContext context, [Map options])","returnType":"WaveShaperNode"},"defaultArgumentListString":"context","defaultArgumentListTextRanges":[0,7],"parameterNames":["context","options"],"parameterTypes":["BaseAudioContext","Map"],"relevanceTags":["dart:web_audio::WaveShaperNode",""],"requiredParameterCount":1},{"label":"curve","declaringLibraryUri":"dart:web_audio","element":{"kind":"FIELD","name":"curve","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/web_audio/dart2js/web_audio_dart2js.dart","offset":41978,"length":0,"startLine":1245,"startColumn":15},"flags":0,"returnType":"Float32List"}},{"label":"oversample","declaringLibraryUri":"dart:web_audio","element":{"kind":"FIELD","name":"oversample","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/web_audio/dart2js/web_audio_dart2js.dart","offset":41995,"length":0,"startLine":1247,"startColumn":10},"flags":0,"returnType":"String"}},{"label":"AudioWorkletProcessor","declaringLibraryUri":"dart:web_audio","element":{"kind":"CLASS","name":"AudioWorkletProcessor","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cach… | |
[10:15:29] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":3,"uri":"dart:wasm","items":[{"label":"WasmFunction","declaringLibraryUri":"dart:wasm","element":{"kind":"CLASS","name":"WasmFunction","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/wasm/wasm.dart","offset":2613,"length":0,"startLine":91,"startColumn":16},"flags":1},"relevanceTags":["dart:wasm::WasmFunction","WasmFunction"]},{"label":"call","declaringLibraryUri":"dart:wasm","element":{"kind":"METHOD","name":"call","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/wasm/wasm.dart","offset":2654,"length":0,"startLine":92,"startColumn":7},"flags":0,"parameters":"(List<num> args)","returnType":"num"},"defaultArgumentListString":"args","defaultArgumentListTextRanges":[0,4],"parameterNames":["args"],"parameterTypes":["List<num>"],"requiredParameterCount":1},{"label":"WasmFunction","declaringLibraryUri":"dart:wasm","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/wasm/wasm.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"WasmFunction"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["dart:wasm::WasmFunction",""],"requiredParameterCount":0},{"label":"WasmModule","declaringLibraryUri":"dart:wasm","element":{"kind":"CLASS","name":"WasmModule","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/wasm/wasm.dart","offset":690,"length":0,"startLine":29,"startColumn":16},"flags":1},"relevanceTags":["dart:wasm::WasmModule","WasmModule"]},{"label":"WasmModule","declaringLibraryUri":"dart:wasm","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/wasm/wasm.dart","offset":745,"length":0,"startLine":31,"startColumn":20},"flags":0,"parameters":"(Uint8List data)","returnT… | |
[10:15:29] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":4,"uri":"dart:svg","items":[{"label":"AnimatedString","declaringLibraryUri":"dart:svg","element":{"kind":"CLASS","name":"AnimatedString","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/svg/dart2js/svg_dart2js.dart","offset":11628,"length":0,"startLine":351,"startColumn":7},"flags":0},"relevanceTags":["dart:svg::AnimatedString","AnimatedString"]},{"label":"animVal","declaringLibraryUri":"dart:svg","element":{"kind":"FIELD","name":"animVal","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/svg/dart2js/svg_dart2js.dart","offset":11821,"length":0,"startLine":357,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"baseVal","declaringLibraryUri":"dart:svg","element":{"kind":"FIELD","name":"baseVal","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/svg/dart2js/svg_dart2js.dart","offset":11840,"length":0,"startLine":359,"startColumn":10},"flags":0,"returnType":"String"}},{"label":"FilterElement","declaringLibraryUri":"dart:svg","element":{"kind":"CLASS","name":"FilterElement","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/svg/dart2js/svg_dart2js.dart","offset":54478,"length":0,"startLine":1702,"startColumn":7},"flags":0},"relevanceTags":["dart:svg::FilterElement","FilterElement"]},{"label":"FilterElement","declaringLibraryUri":"dart:svg","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/svg/dart2js/svg_dart2js.dart","offset":54687,"length":0,"startLine":1708,"startColumn":11},"flags":0,"parameters":"()","returnType":"FilterElement"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["dart:svg::FilterElement",""],"requiredParameterCount":0},{"label":"FilterElement.created","declaringLibraryUri":"dart:svg","element":{"kind":"CONSTRUCTOR","name":"… | |
[10:15:29] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":5,"uri":"dart:cli","items":[{"label":"waitFor","declaringLibraryUri":"dart:cli","element":{"kind":"FUNCTION","name":"waitFor","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/cli/wait_for.dart","offset":5326,"length":0,"startLine":116,"startColumn":3},"flags":0,"parameters":"(Future<T> future, {Duration timeout})","returnType":"T","typeParameters":"<T>"},"defaultArgumentListString":"future","defaultArgumentListTextRanges":[0,6],"parameterNames":["future","timeout"],"parameterTypes":["Future<T>","Duration"],"requiredParameterCount":1}]}],"removedLibraries":[]}} | |
[10:15:29] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":7,"uri":"dart:typed_data","items":[{"label":"UnmodifiableUint32ListView","declaringLibraryUri":"dart:typed_data","element":{"kind":"CLASS","name":"UnmodifiableUint32ListView","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/typed_data/unmodifiable_typed_data.dart","offset":7959,"length":0,"startLine":240,"startColumn":7},"flags":0},"relevanceTags":["dart:typed_data::UnmodifiableUint32ListView","UnmodifiableUint32ListView"]},{"label":"UnmodifiableUint32ListView","declaringLibraryUri":"dart:typed_data","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/typed_data/unmodifiable_typed_data.dart","offset":8137,"length":0,"startLine":244,"startColumn":3},"flags":0,"parameters":"(Uint32List list)","returnType":"UnmodifiableUint32ListView"},"defaultArgumentListString":"list","defaultArgumentListTextRanges":[0,4],"parameterNames":["list"],"parameterTypes":["Uint32List"],"relevanceTags":["dart:typed_data::UnmodifiableUint32ListView",""],"requiredParameterCount":1},{"label":"Int32List","declaringLibraryUri":"dart:typed_data","element":{"kind":"CLASS","name":"Int32List","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/typed_data/typed_data.dart","offset":41343,"length":0,"startLine":1127,"startColumn":16},"flags":1},"relevanceTags":["dart:typed_data::Int32List","Int32List"]},{"label":"Int32List","declaringLibraryUri":"dart:typed_data","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/typed_data/typed_data.dart","offset":41536,"length":0,"startLine":1132,"startColumn":20},"flags":0,"parameters":"(int length)","returnType":"Int32List"},"defaultArgumentListString":"length","defaultArgumentListTextRanges":[0,6],"parameterNames":["length"],"parameterTypes":["int"],"rele… | |
[10:15:29] [Analyzer] [Info] ==> {"id":"19","method":"edit.getFixes","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","offset":897},"clientRequestTime":1578129329758} | |
[10:15:29] [Analyzer] [Info] ==> {"id":"20","method":"edit.getAssists","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","length":0,"offset":897},"clientRequestTime":1578129329759} | |
[10:15:29] [Analyzer] [Info] ==> {"id":"21","method":"edit.getAvailableRefactorings","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","length":0,"offset":897},"clientRequestTime":1578129329759} | |
[10:15:29] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":9,"uri":"dart:nativewrappers","items":[{"label":"NativeFieldWrapperClass4","declaringLibraryUri":"dart:nativewrappers","element":{"kind":"CLASS","name":"NativeFieldWrapperClass4","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/html/dartium/nativewrappers.dart","offset":369,"length":0,"startLine":15,"startColumn":7},"flags":0},"relevanceTags":["dart:nativewrappers::NativeFieldWrapperClass4","NativeFieldWrapperClass4"]},{"label":"NativeFieldWrapperClass4","declaringLibraryUri":"dart:nativewrappers","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/html/dartium/nativewrappers.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"NativeFieldWrapperClass4"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["dart:nativewrappers::NativeFieldWrapperClass4",""],"requiredParameterCount":0},{"label":"NativeFieldWrapperClass1","declaringLibraryUri":"dart:nativewrappers","element":{"kind":"CLASS","name":"NativeFieldWrapperClass1","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/html/dartium/nativewrappers.dart","offset":264,"length":0,"startLine":9,"startColumn":7},"flags":0},"relevanceTags":["dart:nativewrappers::NativeFieldWrapperClass1","NativeFieldWrapperClass1"]},{"label":"NativeFieldWrapperClass1","declaringLibraryUri":"dart:nativewrappers","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/html/dartium/nativewrappers.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"NativeFieldWrapperClass1"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["dart:nativewrappers::NativeFieldWrapperClass1",""],"requiredParameterCount":0},{"label":… | |
[10:15:29] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":10,"uri":"dart:mirrors","items":[{"label":"MethodMirror","declaringLibraryUri":"dart:mirrors","element":{"kind":"CLASS","name":"MethodMirror","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/mirrors/mirrors.dart","offset":34145,"length":0,"startLine":977,"startColumn":16},"flags":1},"relevanceTags":["dart:mirrors::MethodMirror","MethodMirror"]},{"label":"returnType","declaringLibraryUri":"dart:mirrors","element":{"kind":"GETTER","name":"returnType","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/mirrors/mirrors.dart","offset":34270,"length":0,"startLine":981,"startColumn":18},"flags":0,"returnType":"TypeMirror"}},{"label":"source","declaringLibraryUri":"dart:mirrors","element":{"kind":"GETTER","name":"source","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/mirrors/mirrors.dart","offset":34378,"length":0,"startLine":986,"startColumn":14},"flags":0,"returnType":"String"}},{"label":"parameters","declaringLibraryUri":"dart:mirrors","element":{"kind":"GETTER","name":"parameters","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/mirrors/mirrors.dart","offset":34487,"length":0,"startLine":991,"startColumn":29},"flags":0,"returnType":"List<ParameterMirror>"}},{"label":"isStatic","declaringLibraryUri":"dart:mirrors","element":{"kind":"GETTER","name":"isStatic","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/mirrors/mirrors.dart","offset":34731,"length":0,"startLine":999,"startColumn":12},"flags":0,"returnType":"bool"}},{"label":"isAbstract","declaringLibraryUri":"dart:mirrors","element":{"kind":"GETTER","name":"isAbstract","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/mirrors/mirrors.dart","offset":34797,"length":0,"startLine":1004,"startColumn":12},"flags":0… | |
[10:15:29] [Analyzer] [Info] <== {"id":"19","result":{"fixes":[]}} | |
[10:15:29] [Analyzer] [Info] <== {"id":"21","result":{"kinds":[]}} | |
[10:15:29] [Analyzer] [Info] <== {"id":"20","result":{"assists":[]}} | |
[10:15:29] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":11,"uri":"dart:math","items":[{"label":"atan2","declaringLibraryUri":"dart:math","element":{"kind":"FUNCTION","name":"atan2","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/math/math.dart","offset":2802,"length":0,"startLine":90,"startColumn":17},"flags":0,"parameters":"(num a, num b)","returnType":"double"},"defaultArgumentListString":"a, b","defaultArgumentListTextRanges":[0,1,3,1],"parameterNames":["a","b"],"parameterTypes":["num","num"],"requiredParameterCount":2},{"label":"sqrt","declaringLibraryUri":"dart:math","element":{"kind":"FUNCTION","name":"sqrt","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/math/math.dart","offset":6103,"length":0,"startLine":169,"startColumn":17},"flags":0,"parameters":"(num x)","returnType":"double"},"defaultArgumentListString":"x","defaultArgumentListTextRanges":[0,1],"parameterNames":["x"],"parameterTypes":["num"],"requiredParameterCount":1},{"label":"sqrt1_2","declaringLibraryUri":"dart:math","element":{"kind":"TOP_LEVEL_VARIABLE","name":"sqrt1_2","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/math/math.dart","offset":1383,"length":0,"startLine":50,"startColumn":14},"flags":2,"returnType":"double"},"relevanceTags":["dart:core::double","sqrt1_2"]},{"label":"max","declaringLibraryUri":"dart:math","element":{"kind":"FUNCTION","name":"max","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/math/math.dart","offset":2136,"length":0,"startLine":70,"startColumn":12},"flags":0,"parameters":"(T a, T b)","returnType":"T","typeParameters":"<T extends num>"},"defaultArgumentListString":"a, b","defaultArgumentListTextRanges":[0,1,3,1],"parameterNames":["a","b"],"parameterTypes":["T","T"],"requiredParameterCount":2},{"label":"Rectangle","declaringLibraryUri":"dart:math","element":{"kind":"CLASS","name":"Rec… | |
[10:15:29] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":16,"uri":"dart:js_util","items":[{"label":"hasProperty","declaringLibraryUri":"dart:js_util","element":{"kind":"FUNCTION","name":"hasProperty","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/js_util/dart2js/js_util_dart2js.dart","offset":2237,"length":0,"startLine":67,"startColumn":6},"flags":0,"parameters":"(o, name)","returnType":"bool"},"defaultArgumentListString":"o, name","defaultArgumentListTextRanges":[0,1,3,4],"parameterNames":["o","name"],"parameterTypes":["",""],"requiredParameterCount":2},{"label":"instanceof","declaringLibraryUri":"dart:js_util","element":{"kind":"FUNCTION","name":"instanceof","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/js_util/dart2js/js_util_dart2js.dart","offset":2530,"length":0,"startLine":74,"startColumn":6},"flags":0,"parameters":"(o, Function type)","returnType":"bool"},"defaultArgumentListString":"o, type","defaultArgumentListTextRanges":[0,1,3,4],"parameterNames":["o","type"],"parameterTypes":["","Function"],"requiredParameterCount":2},{"label":"callMethod","declaringLibraryUri":"dart:js_util","element":{"kind":"FUNCTION","name":"callMethod","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/js_util/dart2js/js_util_dart2js.dart","offset":2418,"length":0,"startLine":71,"startColumn":1},"flags":0,"parameters":"(o, String method, List args)","returnType":""},"defaultArgumentListString":"o, method, args","defaultArgumentListTextRanges":[0,1,3,6,11,4],"parameterNames":["o","method","args"],"parameterTypes":["","String","List"],"requiredParameterCount":3},{"label":"promiseToFuture","declaringLibraryUri":"dart:js_util","element":{"kind":"FUNCTION","name":"promiseToFuture","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/js_util/dart2js/js_util_dart2js.dart","offset":5100,"length":0,"startLine":144… | |
[10:15:29] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":17,"uri":"dart:js","items":[{"label":"JsObject","declaringLibraryUri":"dart:js","element":{"kind":"CLASS","name":"JsObject","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/js/dart2js/js_dart2js.dart","offset":5188,"length":0,"startLine":136,"startColumn":7},"flags":0},"relevanceTags":["dart:js::JsObject","JsObject"]},{"label":"JsObject","declaringLibraryUri":"dart:js","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/js/dart2js/js_dart2js.dart","offset":5487,"length":0,"startLine":147,"startColumn":11},"flags":0,"parameters":"(JsFunction constructor, [List arguments])","returnType":"JsObject"},"defaultArgumentListString":"constructor","defaultArgumentListTextRanges":[0,11],"parameterNames":["constructor","arguments"],"parameterTypes":["JsFunction","List"],"relevanceTags":["dart:js::JsObject",""],"requiredParameterCount":1},{"label":"JsObject.fromBrowserObject","declaringLibraryUri":"dart:js","element":{"kind":"CONSTRUCTOR","name":"fromBrowserObject","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/js/dart2js/js_dart2js.dart","offset":8525,"length":0,"startLine":218,"startColumn":20},"flags":0,"parameters":"(object)","returnType":"JsObject"},"defaultArgumentListString":"object","defaultArgumentListTextRanges":[0,6],"parameterNames":["object"],"parameterTypes":[""],"relevanceTags":["dart:js::JsObject","fromBrowserObject"],"requiredParameterCount":1},{"label":"JsObject.jsify","declaringLibraryUri":"dart:js","element":{"kind":"CONSTRUCTOR","name":"jsify","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/js/dart2js/js_dart2js.dart","offset":9229,"length":0,"startLine":232,"startColumn":20},"flags":0,"parameters":"(object)","returnType":"JsObject"},"defaultArgumentListString":"object","defaultArgu… | |
[10:15:29] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":22,"uri":"dart:isolate","items":[{"label":"Capability","declaringLibraryUri":"dart:isolate","element":{"kind":"CLASS","name":"Capability","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/isolate/capability.dart","offset":1164,"length":0,"startLine":31,"startColumn":7},"flags":0},"relevanceTags":["dart:isolate::Capability","Capability"]},{"label":"Capability","declaringLibraryUri":"dart:isolate","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/isolate/capability.dart","offset":1257,"length":0,"startLine":35,"startColumn":20},"flags":0,"parameters":"()","returnType":"Capability"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["dart:isolate::Capability",""],"requiredParameterCount":0},{"label":"Isolate","declaringLibraryUri":"dart:isolate","element":{"kind":"CLASS","name":"Isolate","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/isolate/isolate.dart","offset":2685,"length":0,"startLine":75,"startColumn":7},"flags":0},"relevanceTags":["dart:isolate::Isolate","Isolate"]},{"label":"immediate","declaringLibraryUri":"dart:isolate","element":{"kind":"FIELD","name":"immediate","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/isolate/isolate.dart","offset":2780,"length":0,"startLine":77,"startColumn":20},"flags":2,"returnType":"int"},"relevanceTags":["dart:core::int","immediate"]},{"label":"beforeNextEvent","declaringLibraryUri":"dart:isolate","element":{"kind":"FIELD","name":"beforeNextEvent","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/isolate/isolate.dart","offset":2892,"length":0,"startLine":79,"startColumn":20},"flags":2,"returnType":"int"},"relevanceTags":["dart:core::int","beforeNextEvent"]},{"label":"controlPort","declaringLibraryUri":"dart… | |
[10:15:29] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":24,"uri":"dart:io","items":[{"label":"Stdout","declaringLibraryUri":"dart:io","element":{"kind":"CLASS","name":"Stdout","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/io/stdio.dart","offset":6798,"length":0,"startLine":213,"startColumn":7},"flags":0},"relevanceTags":["dart:io::Stdout","Stdout"]},{"label":"hasTerminal","declaringLibraryUri":"dart:io","element":{"kind":"GETTER","name":"hasTerminal","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/io/stdio.dart","offset":7017,"length":0,"startLine":222,"startColumn":12},"flags":0,"returnType":"bool"}},{"label":"terminalColumns","declaringLibraryUri":"dart:io","element":{"kind":"GETTER","name":"terminalColumns","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/io/stdio.dart","offset":7239,"length":0,"startLine":230,"startColumn":11},"flags":0,"returnType":"int"}},{"label":"terminalLines","declaringLibraryUri":"dart:io","element":{"kind":"GETTER","name":"terminalLines","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/io/stdio.dart","offset":7467,"length":0,"startLine":238,"startColumn":11},"flags":0,"returnType":"int"}},{"label":"supportsAnsiEscapes","declaringLibraryUri":"dart:io","element":{"kind":"GETTER","name":"supportsAnsiEscapes","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/io/stdio.dart","offset":8583,"length":0,"startLine":262,"startColumn":12},"flags":0,"returnType":"bool"}},{"label":"nonBlocking","declaringLibraryUri":"dart:io","element":{"kind":"GETTER","name":"nonBlocking","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/io/stdio.dart","offset":8865,"length":0,"startLine":272,"startColumn":14},"flags":0,"returnType":"IOSink"}},{"label":"HttpOverrides","declaringLibraryUri":"dart:_http","eleme… | |
[10:15:29] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":72,"uri":"dart:indexed_db","items":[{"label":"IdbFactory","declaringLibraryUri":"dart:indexed_db","element":{"kind":"CLASS","name":"IdbFactory","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart","offset":15087,"length":0,"startLine":461,"startColumn":7},"flags":0},"relevanceTags":["dart:indexed_db::IdbFactory","IdbFactory"]},{"label":"supported","declaringLibraryUri":"dart:indexed_db","element":{"kind":"GETTER","name":"supported","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart","offset":15221,"length":0,"startLine":465,"startColumn":19},"flags":0,"returnType":"bool"}},{"label":"open","declaringLibraryUri":"dart:indexed_db","element":{"kind":"METHOD","name":"open","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart","offset":15400,"length":0,"startLine":473,"startColumn":20},"flags":0,"parameters":"(String name, {int version, void onUpgradeNeeded(VersionChangeEvent event), void onBlocked(Event event)})","returnType":"Future<Database>"},"defaultArgumentListString":"name","defaultArgumentListTextRanges":[0,4],"parameterNames":["name","version","onUpgradeNeeded","onBlocked"],"parameterTypes":["String","int","",""],"requiredParameterCount":1},{"label":"deleteDatabase","declaringLibraryUri":"dart:indexed_db","element":{"kind":"METHOD","name":"deleteDatabase","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart","offset":16200,"length":0,"startLine":501,"startColumn":22},"flags":0,"parameters":"(String name, {void onBlocked(Event e)})","returnType":"Future<IdbFactory>"},"defaultArgumentListString":"name","defaultArgumentListTextRanges":[0,4],"parameterNames":["name","onBlocked… | |
[10:15:29] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":73,"uri":"dart:html_common","items":[{"label":"convertDartToNative_PrepareForStructuredClone","declaringLibraryUri":"dart:html_common","element":{"kind":"FUNCTION","name":"convertDartToNative_PrepareForStructuredClone","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/html/html_common/conversions_dart2js.dart","offset":1365,"length":0,"startLine":49,"startColumn":1},"flags":0,"parameters":"(value)","returnType":""},"defaultArgumentListString":"value","defaultArgumentListTextRanges":[0,5],"parameterNames":["value"],"parameterTypes":[""],"requiredParameterCount":1},{"label":"isJavaScriptSimpleObject","declaringLibraryUri":"dart:html_common","element":{"kind":"FUNCTION","name":"isJavaScriptSimpleObject","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/html/html_common/conversions_dart2js.dart","offset":3074,"length":0,"startLine":92,"startColumn":6},"flags":0,"parameters":"(value)","returnType":"bool"},"defaultArgumentListString":"value","defaultArgumentListTextRanges":[0,5],"parameterNames":["value"],"parameterTypes":[""],"requiredParameterCount":1},{"label":"convertNativeToDart_DateTime","declaringLibraryUri":"dart:html_common","element":{"kind":"FUNCTION","name":"convertNativeToDart_DateTime","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/html/html_common/conversions_dart2js.dart","offset":1077,"length":0,"startLine":40,"startColumn":10},"flags":0,"parameters":"(date)","returnType":"DateTime"},"defaultArgumentListString":"date","defaultArgumentListTextRanges":[0,4],"parameterNames":["date"],"parameterTypes":[""],"requiredParameterCount":1},{"label":"Unstable","declaringLibraryUri":"dart:_metadata","element":{"kind":"CLASS","name":"Unstable","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/html/html_common/metadata.dart","offset":1… | |
[10:15:29] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":81,"uri":"dart:html","items":[{"label":"DivElement","declaringLibraryUri":"dart:html","element":{"kind":"CLASS","name":"DivElement","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/html/dart2js/html_dart2js.dart","offset":278904,"length":0,"startLine":9206,"startColumn":7},"flags":0},"relevanceTags":["dart:html::DivElement","DivElement"]},{"label":"DivElement","declaringLibraryUri":"dart:html","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/html/dart2js/html_dart2js.dart","offset":279084,"length":0,"startLine":9212,"startColumn":11},"flags":0,"parameters":"()","returnType":"DivElement"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["dart:html::DivElement",""],"requiredParameterCount":0},{"label":"DivElement.created","declaringLibraryUri":"dart:html","element":{"kind":"CONSTRUCTOR","name":"created","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/html/dart2js/html_dart2js.dart","offset":279385,"length":0,"startLine":9219,"startColumn":14},"flags":0,"parameters":"()","returnType":"DivElement"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["dart:html::DivElement","created"],"requiredParameterCount":0},{"label":"NavigatorID","declaringLibraryUri":"dart:html","element":{"kind":"CLASS","name":"NavigatorID","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/html/dart2js/html_dart2js.dart","offset":677201,"length":0,"startLine":21761,"startColumn":16},"flags":1},"relevanceTags":["dart:html::NavigatorID","NavigatorID"]},{"label":"appCodeName","declaringLibraryUri":"dart:html","element":{"kind":"FIELD","name":"appCodeName","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/html/dart2js/html_dart2js.dart","offset":677388,"length":0,"startLine":… | |
[10:15:29] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":82,"uri":"dart:ffi","items":[{"label":"Int32Pointer","declaringLibraryUri":"dart:ffi","element":{"kind":"EXTENSION","name":"Int32Pointer","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/ffi/ffi.dart","offset":6557,"length":0,"startLine":179,"startColumn":11},"flags":0}},{"label":"unsized","declaringLibraryUri":"dart:ffi","element":{"kind":"TOP_LEVEL_VARIABLE","name":"unsized","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/ffi/annotations.dart","offset":1487,"length":0,"startLine":39,"startColumn":7},"flags":2,"returnType":""}},{"label":"NativePort","declaringLibraryUri":"dart:ffi","element":{"kind":"EXTENSION","name":"NativePort","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/ffi/ffi.dart","offset":22707,"length":0,"startLine":616,"startColumn":11},"flags":0}},{"label":"Int8Pointer","declaringLibraryUri":"dart:ffi","element":{"kind":"EXTENSION","name":"Int8Pointer","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/ffi/ffi.dart","offset":3324,"length":0,"startLine":97,"startColumn":11},"flags":0}},{"label":"Int16Pointer","declaringLibraryUri":"dart:ffi","element":{"kind":"EXTENSION","name":"Int16Pointer","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/ffi/ffi.dart","offset":4800,"length":0,"startLine":133,"startColumn":11},"flags":0}},{"label":"IntPtrPointer","declaringLibraryUri":"dart:ffi","element":{"kind":"EXTENSION","name":"IntPtrPointer","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/ffi/ffi.dart","offset":15434,"length":0,"startLine":421,"startColumn":11},"flags":0}},{"label":"Void","declaringLibraryUri":"dart:ffi","element":{"kind":"CLASS","name":"Void","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/f… | |
[10:15:29] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":87,"uri":"dart:developer","items":[{"label":"TimelineSyncFunction","declaringLibraryUri":"dart:developer","element":{"kind":"FUNCTION_TYPE_ALIAS","name":"TimelineSyncFunction","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/developer/timeline.dart","offset":436,"length":0,"startLine":13,"startColumn":9},"flags":0,"parameters":"()","returnType":"T"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["dart:developer::TimelineSyncFunction","TimelineSyncFunction"],"requiredParameterCount":0},{"label":"ServiceExtensionHandler","declaringLibraryUri":"dart:developer","element":{"kind":"FUNCTION_TYPE_ALIAS","name":"ServiceExtensionHandler","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/developer/extension.dart","offset":3950,"length":0,"startLine":119,"startColumn":42},"flags":0,"parameters":"(String method, Map<String, String> parameters)","returnType":"Future<ServiceExtensionResponse>"},"parameterNames":["method","parameters"],"parameterTypes":["String","Map<String, String>"],"relevanceTags":["dart:developer::ServiceExtensionHandler","ServiceExtensionHandler"],"requiredParameterCount":2},{"label":"postEvent","declaringLibraryUri":"dart:developer","element":{"kind":"FUNCTION","name":"postEvent","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/developer/extension.dart","offset":5255,"length":0,"startLine":148,"startColumn":6},"flags":0,"parameters":"(String eventKind, Map eventData)","returnType":"void"},"defaultArgumentListString":"eventKind, eventData","defaultArgumentListTextRanges":[0,9,11,9],"parameterNames":["eventKind","eventData"],"parameterTypes":["String","Map"],"requiredParameterCount":2},{"label":"Metrics","declaringLibraryUri":"dart:developer","element":{"kind":"CLASS","name":"Metrics","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/ca… | |
[10:15:30] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":92,"uri":"dart:core","items":[{"label":"TypeError","declaringLibraryUri":"dart:core","element":{"kind":"CLASS","name":"TypeError","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/core/errors.dart","offset":3935,"length":0,"startLine":110,"startColumn":7},"flags":0},"relevanceTags":["dart:core::TypeError","TypeError"]},{"label":"TypeError","declaringLibraryUri":"dart:core","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/core/errors.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"TypeError"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["dart:core::TypeError",""],"requiredParameterCount":0},{"label":"Comparator","declaringLibraryUri":"dart:core","element":{"kind":"FUNCTION_TYPE_ALIAS","name":"Comparator","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/core/comparable.dart","offset":787,"length":0,"startLine":23,"startColumn":9},"flags":0,"parameters":"(T a, T b)","returnType":"int"},"parameterNames":["a","b"],"parameterTypes":["T","T"],"relevanceTags":["dart:core::Comparator","Comparator"],"requiredParameterCount":2},{"label":"Match","declaringLibraryUri":"dart:core","element":{"kind":"CLASS","name":"Match","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/core/pattern.dart","offset":2709,"length":0,"startLine":76,"startColumn":16},"flags":1},"relevanceTags":["dart:core::Match","Match"]},{"label":"start","declaringLibraryUri":"dart:core","element":{"kind":"GETTER","name":"start","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/core/pattern.dart","offset":2800,"length":0,"startLine":80,"startColumn":11},"flags":0,"returnType":"int"}},{"label":"end","declaringLibraryUri":"dart:core",… | |
[10:15:30] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":141,"uri":"dart:convert","items":[{"label":"Codec","declaringLibraryUri":"dart:convert","element":{"kind":"CLASS","name":"Codec","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/convert/codec.dart","offset":655,"length":0,"startLine":17,"startColumn":16},"flags":1},"relevanceTags":["dart:convert::Codec","Codec"]},{"label":"Codec","declaringLibraryUri":"dart:convert","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/convert/codec.dart","offset":677,"length":0,"startLine":18,"startColumn":9},"flags":0,"parameters":"()","returnType":"Codec"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["dart:convert::Codec",""],"requiredParameterCount":0},{"label":"encode","declaringLibraryUri":"dart:convert","element":{"kind":"METHOD","name":"encode","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/convert/codec.dart","offset":775,"length":0,"startLine":23,"startColumn":5},"flags":0,"parameters":"(S input)","returnType":"T"},"defaultArgumentListString":"input","defaultArgumentListTextRanges":[0,5],"parameterNames":["input"],"parameterTypes":["S"],"requiredParameterCount":1},{"label":"decode","declaringLibraryUri":"dart:convert","element":{"kind":"METHOD","name":"decode","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/convert/codec.dart","offset":914,"length":0,"startLine":28,"startColumn":5},"flags":0,"parameters":"(T encoded)","returnType":"S"},"defaultArgumentListString":"encoded","defaultArgumentListTextRanges":[0,7],"parameterNames":["encoded"],"parameterTypes":["T"],"requiredParameterCount":1},{"label":"encoder","declaringLibraryUri":"dart:convert","element":{"kind":"GETTER","name":"encoder","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/convert/codec.… | |
[10:15:30] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":155,"uri":"dart:collection","items":[{"label":"MapView","declaringLibraryUri":"dart:collection","element":{"kind":"CLASS","name":"MapView","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/collection/maps.dart","offset":9717,"length":0,"startLine":315,"startColumn":7},"flags":0},"relevanceTags":["dart:collection::MapView","MapView"]},{"label":"MapView","declaringLibraryUri":"dart:collection","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/collection/maps.dart","offset":9786,"length":0,"startLine":317,"startColumn":9},"flags":0,"parameters":"(Map<K, V> map)","returnType":"MapView"},"defaultArgumentListString":"map","defaultArgumentListTextRanges":[0,3],"parameterNames":["map"],"parameterTypes":["Map<K, V>"],"relevanceTags":["dart:collection::MapView",""],"requiredParameterCount":1},{"label":"cast","declaringLibraryUri":"dart:collection","element":{"kind":"METHOD","name":"cast","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/collection/maps.dart","offset":9838,"length":0,"startLine":319,"startColumn":15},"flags":0,"parameters":"()","returnType":"Map<RK, RV>","typeParameters":"<RK, RV>"},"parameterNames":[],"parameterTypes":[],"requiredParameterCount":0},{"label":"[]","declaringLibraryUri":"dart:collection","element":{"kind":"METHOD","name":"[]","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/collection/maps.dart","offset":9890,"length":0,"startLine":320,"startColumn":14},"flags":0,"parameters":"(Object key)","returnType":"V"},"defaultArgumentListString":"key","defaultArgumentListTextRanges":[0,3],"parameterNames":["key"],"parameterTypes":["Object"],"requiredParameterCount":1},{"label":"[]=","declaringLibraryUri":"dart:collection","element":{"kind":"METHOD","name":"[]=","location":{"file":"/… | |
[10:15:30] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":93,"uri":"dart:async","items":[{"label":"ControllerCancelCallback","declaringLibraryUri":"dart:async","element":{"kind":"FUNCTION_TYPE_ALIAS","name":"ControllerCancelCallback","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/async/stream_controller.dart","offset":704,"length":0,"startLine":23,"startColumn":9},"flags":0,"parameters":"()","returnType":""},"parameterNames":[],"parameterTypes":[],"relevanceTags":["dart:async::ControllerCancelCallback","ControllerCancelCallback"],"requiredParameterCount":0},{"label":"EventSink","declaringLibraryUri":"dart:async","element":{"kind":"CLASS","name":"EventSink","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/async/stream.dart","offset":64534,"length":0,"startLine":1803,"startColumn":16},"flags":1},"relevanceTags":["dart:async::EventSink","EventSink"]},{"label":"add","declaringLibraryUri":"dart:async","element":{"kind":"METHOD","name":"add","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/async/stream.dart","offset":64672,"length":0,"startLine":1809,"startColumn":8},"flags":0,"parameters":"(T event)","returnType":"void"},"defaultArgumentListString":"event","defaultArgumentListTextRanges":[0,5],"parameterNames":["event"],"parameterTypes":["T"],"requiredParameterCount":1},{"label":"addError","declaringLibraryUri":"dart:async","element":{"kind":"METHOD","name":"addError","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/async/stream.dart","offset":64787,"length":0,"startLine":1816,"startColumn":8},"flags":0,"parameters":"(Object error, [StackTrace stackTrace])","returnType":"void"},"defaultArgumentListString":"error","defaultArgumentListTextRanges":[0,5],"parameterNames":["error","stackTrace"],"parameterTypes":["Object","StackTrace"],"requiredParameterCount":1},{"label":"close","declaringLibrary… | |
[10:15:30] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":169,"uri":"file:///home/fusion44/dev/mobile/sendmany/test/utils_test.dart","items":[{"label":"main","declaringLibraryUri":"file:///home/fusion44/dev/mobile/sendmany/test/utils_test.dart","element":{"kind":"FUNCTION","name":"main","location":{"file":"/home/fusion44/dev/mobile/sendmany/test/utils_test.dart","offset":100,"length":0,"startLine":4,"startColumn":6},"flags":0,"parameters":"()","returnType":"void"},"parameterNames":[],"parameterTypes":[],"requiredParameterCount":0}]}],"removedLibraries":[]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":170,"uri":"file:///home/fusion44/dev/mobile/sendmany/test/channels/subscribe_channel_events/channels_updated_state_test.dart","items":[{"label":"main","declaringLibraryUri":"file:///home/fusion44/dev/mobile/sendmany/test/channels/subscribe_channel_events/channels_updated_state_test.dart","element":{"kind":"FUNCTION","name":"main","location":{"file":"/home/fusion44/dev/mobile/sendmany/test/channels/subscribe_channel_events/channels_updated_state_test.dart","offset":1154,"length":0,"startLine":36,"startColumn":6},"flags":0,"parameters":"()","returnType":"void"},"parameterNames":[],"parameterTypes":[],"requiredParameterCount":0}]}],"removedLibraries":[]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":171,"uri":"file:///home/fusion44/dev/mobile/sendmany/test/validator_test.dart","items":[{"label":"main","declaringLibraryUri":"file:///home/fusion44/dev/mobile/sendmany/test/validator_test.dart","element":{"kind":"FUNCTION","name":"main","location":{"file":"/home/fusion44/dev/mobile/sendmany/test/validator_test.dart","offset":104,"length":0,"startLine":4,"startColumn":6},"flags":0,"parameters":"()","returnType":"void"},"parameterNames":[],"parameterTypes":[],"requiredParameterCount":0}]}],"removedLibraries":[]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/test/validator_test.dart","errors":[{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/test/validator_test.dart","offset":826,"length":6,"startLine":27,"startColumn":7},"message":"The function 'expect' isn't defined.","correction":"Try importing the library that defines 'expect', correcting the name to the name of an existing function, or defining a function named 'expect'.","code":"undefined_function","url":"https://dart.dev/tools/diagnostic-messages#undefined_function","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/test/validator_test.dart","offset":702,"length":6,"startLine":23,"startColumn":7},"message":"The function 'expect' isn't defined.","correction":"Try importing the library that defines 'expect', correcting the name to the name of an existing function, or defining a function named 'expect'.","code":"undefined_function","url":"https://dart.dev/tools/diagnostic-messages#undefined_function","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/test/validator_test.dart","offset":947,"length":6,"startLine":31,"startColumn":7},"message":"The function 'expect' isn't defined.","correction":"Try importing the library that defines 'expect', correcting the name to the name of an existing function, or defining a function named 'expect'.","code":"undefined_function","url":"https://dart.dev/tools/diagnostic-messages#undefined_function","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/test/validator_test.dart","offset":56,"length":40,"startLine":2,"startColumn":8},"message":"Target of URI doesn't exist: 'package:sendmany/common/validator.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file … | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/test/channels/subscribe_channel_events/channels_updated_state_test.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/test/channels/subscribe_channel_events/channels_updated_state_test.dart","offset":93,"length":67,"startLine":3,"startColumn":8},"message":"Target of URI doesn't exist: 'package:sendmany/channels/subscribe_channel_events/bloc/bloc.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/test/channels/subscribe_channel_events/channels_updated_state_test.dart","offset":2280,"length":5,"startLine":72,"startColumn":21},"message":"Undefined name 'Int64'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.dev/tools/diagnostic-messages#undefined_identifier","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/test/channels/subscribe_channel_events/channels_updated_state_test.dart","offset":1002,"length":12,"startLine":29,"startColumn":21},"message":"The function 'ChannelPoint' isn't defined.","correction":"Try importing the library that defines 'ChannelPoint', correcting the name to the name of an existing function, or defining a function named 'ChannelPoint'.","code":"undefined_function","url":"https://dart.dev/tools/diagnostic-messages#undefined_function","hasFix":true},{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/test/channels/subscribe_channel_events/channels_updated_state_test.dart","offset":1122,"length":5,"startLine":31,"startColumn":22… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/test/utils_test.dart","errors":[{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/test/utils_test.dart","offset":1211,"length":6,"startLine":42,"startColumn":5},"message":"The function 'expect' isn't defined.","correction":"Try importing the library that defines 'expect', correcting the name to the name of an existing function, or defining a function named 'expect'.","code":"undefined_function","url":"https://dart.dev/tools/diagnostic-messages#undefined_function","hasFix":true},{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/test/utils_test.dart","offset":1270,"length":12,"startLine":44,"startColumn":32},"message":"Undefined name 'BitcoinDenom'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.dev/tools/diagnostic-messages#undefined_identifier","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/test/utils_test.dart","offset":1588,"length":12,"startLine":55,"startColumn":14},"message":"The function 'convertSatTo' isn't defined.","correction":"Try importing the library that defines 'convertSatTo', correcting the name to the name of an existing function, or defining a function named 'convertSatTo'.","code":"undefined_function","url":"https://dart.dev/tools/diagnostic-messages#undefined_function","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/test/utils_test.dart","offset":498,"length":6,"startLine":19,"startColumn":5},"message":"The function 'expect' isn't defined.","correction":"Try importing the library that defines 'expect', correcting the name to the name of an existing function, or defining a function named 'expect'.","code":"undefined_function","url":"htt… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/peer_info_widget.dart","errors":[{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/peer_info_widget.dart","offset":537,"length":17,"startLine":19,"startColumn":30},"message":"Undefined name 'MainAxisAlignment'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.dev/tools/diagnostic-messages#undefined_identifier","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/peer_info_widget.dart","offset":323,"length":9,"startLine":11,"startColumn":5},"message":"Undefined name 'required' used as an annotation.","correction":"Try defining the name or importing it from another library.","code":"undefined_annotation","url":"https://dart.dev/tools/diagnostic-messages#undefined_annotation","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/peer_info_widget.dart","offset":386,"length":6,"startLine":14,"startColumn":3},"message":"Undefined class 'Widget'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Widget'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/peer_info_widget.dart","offset":229,"length":15,"startLine":6,"startColumn":36},"message":"Undefined class 'StatelessWidget'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'StatelessWidget'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/onchain_fee_select.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/onchain_fee_select.dart","offset":1845,"length":6,"startLine":69,"startColumn":5},"message":"Undefined class 'Widget'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Widget'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/onchain_fee_select.dart","offset":1587,"length":6,"startLine":60,"startColumn":3},"message":"Undefined class 'Widget'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Widget'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/onchain_fee_select.dart","offset":3132,"length":9,"startLine":112,"startColumn":9},"message":"The method 'Container' isn't defined for the class '_OnchainFeeSelectWidgetState'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'Container'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/onchain_fee_select.dart","offset":2054,"length":2,"startLine":74,"startColumn":19},"message":"The method 'tr' isn't defined for the class '_OnchainFeeSelectWidgetState'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'tr'.","code":… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/charts/chart_section_input.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/charts/chart_section_input.dart","offset":7,"length":31,"startLine":1,"startColumn":8},"message":"Target of URI doesn't exist: 'package:flutter/material.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/charts/chart_section_input.dart","offset":98,"length":5,"startLine":5,"startColumn":9},"message":"Undefined class 'Color'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Color'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false}]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/charts/charts.dart","errors":[]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/charts/flat_line_chart/flat_line_chart_painter.dart","errors":[{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/charts/flat_line_chart/flat_line_chart_painter.dart","offset":846,"length":5,"startLine":37,"startColumn":8},"message":"The method doesn't override an inherited method.","correction":"Try updating this class to match the superclass, or removing the override annotation.","code":"override_on_non_overriding_member","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/charts/flat_line_chart/flat_line_chart_painter.dart","offset":867,"length":4,"startLine":37,"startColumn":29},"message":"Undefined class 'Size'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Size'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/charts/flat_line_chart/flat_line_chart_painter.dart","offset":574,"length":5,"startLine":26,"startColumn":15},"message":"The method 'Paint' isn't defined for the class 'FlatLineChartPainter'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'Paint'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/charts/flat_line_chart/flat_line_chart_painter.dart","offset":626,"length":13,"startLine":28,"startColumn":19},"message":"Undefined name 'PaintingStyle'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefin… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/charts/flat_line_chart/flat_line_chart_widget.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/charts/flat_line_chart/flat_line_chart_widget.dart","offset":147,"length":15,"startLine":6,"startColumn":29},"message":"Classes can only extend other classes.","correction":"Try specifying a different superclass, or removing the extends clause.","code":"extends_non_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/charts/flat_line_chart/flat_line_chart_widget.dart","offset":387,"length":3,"startLine":16,"startColumn":14},"message":"The named parameter 'key' isn't defined.","correction":"Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'key'.","code":"undefined_named_parameter","url":"https://dart.dev/tools/diagnostic-messages#undefined_named_parameter","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/charts/flat_line_chart/flat_line_chart_widget.dart","offset":297,"length":9,"startLine":13,"startColumn":5},"message":"Undefined name 'required' used as an annotation.","correction":"Try defining the name or importing it from another library.","code":"undefined_annotation","url":"https://dart.dev/tools/diagnostic-messages#undefined_annotation","hasFix":true},{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/charts/flat_line_chart/flat_line_chart_widget.dart","offset":420,"length":5,"startLine":19,"startColumn":10},"message":"The method doesn't override an inherited method.","correction":"Try updating this class to match the superclass, or removing the override annotation.","code":"override_on_non… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/data_item.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/data_item.dart","offset":47,"length":40,"startLine":2,"startColumn":8},"message":"Target of URI doesn't exist: 'package:sendmany/common/constants.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/data_item.dart","offset":463,"length":6,"startLine":21,"startColumn":18},"message":"The name 'Widget' isn't a type so it can't be used as a type argument.","correction":"Try correcting the name to an existing type, or defining a type named 'Widget'.","code":"non_type_as_type_argument","url":"https://dart.dev/tools/diagnostic-messages#non_type_as_type_argument","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/data_item.dart","offset":329,"length":3,"startLine":14,"startColumn":14},"message":"The named parameter 'key' isn't defined.","correction":"Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'key'.","code":"undefined_named_parameter","url":"https://dart.dev/tools/diagnostic-messages#undefined_named_parameter","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/data_item.dart","offset":981,"length":4,"startLine":39,"startColumn":21},"message":"The method 'Text' isn't defined for the class 'DataItem'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'Tex… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/money_value_input.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/money_value_input.dart","offset":265,"length":5,"startLine":8,"startColumn":9},"message":"Undefined class 'Int64'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Int64'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/money_value_input.dart","offset":690,"length":5,"startLine":27,"startColumn":37},"message":"Classes can only extend other classes.","correction":"Try specifying a different superclass, or removing the extends clause.","code":"extends_non_class","hasFix":false},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/money_value_input.dart","offset":777,"length":15,"startLine":30,"startColumn":12},"message":"The method 'FilledTextField' isn't defined for the class '_MoneyValueInputState'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'FilledTextField'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/money_value_input.dart","offset":438,"length":3,"startLine":17,"startColumn":5},"message":"Undefined class 'Key'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Key'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/data_item_money.dart","errors":[{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/data_item_money.dart","offset":410,"length":18,"startLine":15,"startColumn":18},"message":"Undefined name 'sendManyBackground'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.dev/tools/diagnostic-messages#undefined_identifier","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/data_item_money.dart","offset":219,"length":15,"startLine":6,"startColumn":29},"message":"Classes can only extend other classes.","correction":"Try specifying a different superclass, or removing the extends clause.","code":"extends_non_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/data_item_money.dart","offset":443,"length":3,"startLine":16,"startColumn":14},"message":"The named parameter 'key' isn't defined.","correction":"Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'key'.","code":"undefined_named_parameter","url":"https://dart.dev/tools/diagnostic-messages#undefined_named_parameter","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/data_item_money.dart","offset":289,"length":5,"startLine":9,"startColumn":9},"message":"Undefined class 'Color'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Color'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/tabbar/tab_bar.dart","errors":[]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/tabbar/tab.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/tabbar/tab.dart","offset":3441,"length":6,"startLine":106,"startColumn":3},"message":"Undefined class 'Widget'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Widget'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/tabbar/tab.dart","offset":3738,"length":6,"startLine":113,"startColumn":41},"message":"Undefined name 'widget'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.dev/tools/diagnostic-messages#undefined_identifier","hasFix":true},{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/tabbar/tab.dart","offset":2584,"length":6,"startLine":77,"startColumn":15},"message":"Undefined name 'widget'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.dev/tools/diagnostic-messages#undefined_identifier","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/tabbar/tab.dart","offset":637,"length":6,"startLine":26,"startColumn":3},"message":"Undefined class 'Widget'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Widget'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mob… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/tabbar/tab_data.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/tabbar/tab_data.dart","offset":7,"length":31,"startLine":1,"startColumn":8},"message":"Target of URI doesn't exist: 'package:flutter/material.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/tabbar/tab_data.dart","offset":87,"length":8,"startLine":5,"startColumn":9},"message":"Undefined class 'IconData'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'IconData'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false}]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/tabbar/tab_bar_widget.dart","errors":[{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/tabbar/tab_bar_widget.dart","offset":645,"length":6,"startLine":28,"startColumn":25},"message":"Undefined name 'widget'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.dev/tools/diagnostic-messages#undefined_identifier","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/tabbar/tab_bar_widget.dart","offset":1175,"length":3,"startLine":49,"startColumn":12},"message":"The method 'Row' isn't defined for the class '_SendManyTabBarState'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'Row'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/tabbar/tab_bar_widget.dart","offset":789,"length":6,"startLine":37,"startColumn":10},"message":"The name 'Widget' isn't a type so it can't be used as a type argument.","correction":"Try correcting the name to an existing type, or defining a type named 'Widget'.","code":"non_type_as_type_argument","url":"https://dart.dev/tools/diagnostic-messages#non_type_as_type_argument","hasFix":true},{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/tabbar/tab_bar_widget.dart","offset":1103,"length":6,"startLine":45,"startColumn":21},"message":"Undefined name 'widget'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.dev/tools/diagnostic-… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/logo_hero_widget.dart","errors":[{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/logo_hero_widget.dart","offset":508,"length":5,"startLine":15,"startColumn":14},"message":"Undefined name 'Image'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.dev/tools/diagnostic-messages#undefined_identifier","hasFix":true},{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/logo_hero_widget.dart","offset":474,"length":19,"startLine":14,"startColumn":12},"message":"Undefined name 'heroTagSendManyLogo'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.dev/tools/diagnostic-messages#undefined_identifier","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/logo_hero_widget.dart","offset":182,"length":3,"startLine":6,"startColumn":5},"message":"Undefined class 'Key'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Key'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/logo_hero_widget.dart","offset":243,"length":12,"startLine":10,"startColumn":16},"message":"Undefined class 'BuildContext'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'BuildContext'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/widgets.dart","errors":[]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/timeago_list_item.dart","errors":[{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/timeago_list_item.dart","offset":828,"length":17,"startLine":33,"startColumn":15},"message":"The method 'TimeAgoTextWidget' isn't defined for the class 'TimeAgoListItem'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'TimeAgoTextWidget'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/timeago_list_item.dart","offset":96,"length":54,"startLine":3,"startColumn":8},"message":"Target of URI doesn't exist: 'package:sendmany/common/widgets/time_ago_widget.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/timeago_list_item.dart","offset":678,"length":14,"startLine":29,"startColumn":26},"message":"Undefined class 'EdgeInsets.all'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'EdgeInsets.all'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/timeago_list_item.dart","offset":183,"length":15,"startLine":5,"startColumn":31},"message":"Classes can only extend other classes.","correction":"Try specifying a different superclass, or removing the extends clause.… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/sendmany_card.dart","errors":[{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/sendmany_card.dart","offset":418,"length":7,"startLine":18,"startColumn":14},"message":"The method 'Padding' isn't defined for the class 'SendManyCard'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'Padding'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/sendmany_card.dart","offset":675,"length":4,"startLine":25,"startColumn":22},"message":"The method 'Text' isn't defined for the class 'SendManyCard'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'Text'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/sendmany_card.dart","offset":7,"length":31,"startLine":1,"startColumn":8},"message":"Target of URI doesn't exist: 'package:flutter/material.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/sendmany_card.dart","offset":141,"length":18,"startLine":6,"startColumn":9},"message":"Undefined class 'CrossAxisAlignment'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'CrossAxisAlignment'.","code":"unde… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/qr_scanner_widget.dart","errors":[{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/qr_scanner_widget.dart","offset":4302,"length":12,"startLine":116,"startColumn":32},"message":"The method 'RaisedButton' isn't defined for the class '_QRScannerWidgetState'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'RaisedButton'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/qr_scanner_widget.dart","offset":834,"length":8,"startLine":30,"startColumn":12},"message":"The method 'Scaffold' isn't defined for the class '_QRScannerWidgetState'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'Scaffold'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/qr_scanner_widget.dart","offset":3913,"length":12,"startLine":107,"startColumn":32},"message":"The method 'RaisedButton' isn't defined for the class '_QRScannerWidgetState'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'RaisedButton'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/qr_scanner_widget.dart","offset":1734,"length":9,"startLine":57,"startColumn":23},"message":"The method 'Container' isn't defined for the class '_QRScannerWidgetState'.","correcti… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/loading_widget.dart","errors":[{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/loading_widget.dart","offset":391,"length":5,"startLine":18,"startColumn":10},"message":"The method doesn't override an inherited method.","correction":"Try updating this class to match the superclass, or removing the override annotation.","code":"override_on_non_overriding_member","hasFix":false},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/loading_widget.dart","offset":535,"length":9,"startLine":24,"startColumn":11},"message":"The method 'Container' isn't defined for the class 'LoadingWidget'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'Container'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/loading_widget.dart","offset":358,"length":3,"startLine":15,"startColumn":14},"message":"The named parameter 'key' isn't defined.","correction":"Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'key'.","code":"undefined_named_parameter","url":"https://dart.dev/tools/diagnostic-messages#undefined_named_parameter","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/loading_widget.dart","offset":102,"length":40,"startLine":3,"startColumn":8},"message":"Target of URI doesn't exist: 'package:sendmany/common/constants.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/peer_list_tile.dart","errors":[{"severity":"INFO","type":"TODO","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/peer_list_tile.dart","offset":312,"length":18,"startLine":11,"startColumn":8},"message":"TODO: implement me","code":"todo","hasFix":false},{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/peer_list_tile.dart","offset":755,"length":12,"startLine":23,"startColumn":49},"message":"Undefined name 'TextOverflow'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.dev/tools/diagnostic-messages#undefined_identifier","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/peer_list_tile.dart","offset":281,"length":12,"startLine":10,"startColumn":15},"message":"Undefined class 'BuildContext'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'BuildContext'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/peer_list_tile.dart","offset":255,"length":3,"startLine":8,"startColumn":49},"message":"The named parameter 'key' isn't defined.","correction":"Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'key'.","code":"undefined_named_parameter","url":"https://dart.dev/tools/diagnostic-messages#undefined_named_parameter","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/peer_list_tile.dart","offset":489,"length":8,"startLine":18,"startColumn"… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/balance_display_list_item.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/balance_display_list_item.dart","offset":795,"length":14,"startLine":32,"startColumn":26},"message":"Undefined class 'EdgeInsets.all'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'EdgeInsets.all'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/balance_display_list_item.dart","offset":552,"length":3,"startLine":20,"startColumn":14},"message":"The named parameter 'key' isn't defined.","correction":"Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'key'.","code":"undefined_named_parameter","url":"https://dart.dev/tools/diagnostic-messages#undefined_named_parameter","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/balance_display_list_item.dart","offset":945,"length":4,"startLine":36,"startColumn":15},"message":"The method 'Text' isn't defined for the class 'BalanceDisplayListItem'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'Text'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/balance_display_list_item.dart","offset":403,"length":9,"startLine":15,"startColumn":5},"message":"Undefined name 'required' used as an annotation.","correction":"Try defining the name or importing it from anot… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/money_value_view.dart","errors":[{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/money_value_view.dart","offset":840,"length":12,"startLine":28,"startColumn":30},"message":"Undefined name 'NumberFormat'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.dev/tools/diagnostic-messages#undefined_identifier","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/money_value_view.dart","offset":327,"length":9,"startLine":11,"startColumn":9},"message":"Undefined class 'TextAlign'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'TextAlign'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/money_value_view.dart","offset":7,"length":28,"startLine":1,"startColumn":8},"message":"Target of URI doesn't exist: 'package:fixnum/fixnum.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/money_value_view.dart","offset":166,"length":40,"startLine":5,"startColumn":8},"message":"Target of URI doesn't exist: 'package:sendmany/preferences/bloc.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-me… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/local_node_info_widget.dart","errors":[{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/local_node_info_widget.dart","offset":784,"length":6,"startLine":24,"startColumn":39},"message":"Undefined name 'widget'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.dev/tools/diagnostic-messages#undefined_identifier","hasFix":true},{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/local_node_info_widget.dart","offset":659,"length":6,"startLine":20,"startColumn":7},"message":"Undefined name 'widget'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.dev/tools/diagnostic-messages#undefined_identifier","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/local_node_info_widget.dart","offset":735,"length":7,"startLine":23,"startColumn":9},"message":"The method 'Divider' isn't defined for the class '_LocalNodeInfoWidgetState'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'Divider'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/local_node_info_widget.dart","offset":2660,"length":7,"startLine":100,"startColumn":23},"message":"Undefined name 'context'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.dev/tools/diagnostic-messages#undefined_identifier","hasFix":true},{"severi… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/filled_text_field.dart","errors":[{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/filled_text_field.dart","offset":3381,"length":9,"startLine":126,"startColumn":28},"message":"The method 'Container' isn't defined for the class '_FilledTextFieldState'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'Container'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/filled_text_field.dart","offset":733,"length":9,"startLine":28,"startColumn":22},"message":"Undefined name 'TextAlign'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.dev/tools/diagnostic-messages#undefined_identifier","hasFix":true},{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/filled_text_field.dart","offset":2856,"length":6,"startLine":112,"startColumn":22},"message":"Undefined name 'widget'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.dev/tools/diagnostic-messages#undefined_identifier","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/filled_text_field.dart","offset":462,"length":15,"startLine":16,"startColumn":9},"message":"Undefined class 'TextInputAction'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'TextInputAction'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class"… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/translated_text.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/translated_text.dart","offset":162,"length":9,"startLine":6,"startColumn":9},"message":"Undefined class 'TextStyle'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'TextStyle'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/translated_text.dart","offset":187,"length":12,"startLine":7,"startColumn":9},"message":"Undefined class 'TextOverflow'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'TextOverflow'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/translated_text.dart","offset":115,"length":15,"startLine":4,"startColumn":30},"message":"Undefined class 'StatelessWidget'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'StatelessWidget'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/translated_text.dart","offset":47,"length":36,"startLine":2,"startColumn":8},"message":"Target of URI doesn't exist: 'package:sendmany/common/utils.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/dia… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/loading_indicator.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/loading_indicator.dart","offset":72,"length":15,"startLine":3,"startColumn":32},"message":"Undefined class 'StatelessWidget'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'StatelessWidget'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/loading_indicator.dart","offset":111,"length":5,"startLine":5,"startColumn":10},"message":"The method doesn't override an inherited method.","correction":"Try updating this class to match the superclass, or removing the override annotation.","code":"override_on_non_overriding_member","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/loading_indicator.dart","offset":72,"length":15,"startLine":3,"startColumn":32},"message":"Classes can only extend other classes.","correction":"Try specifying a different superclass, or removing the extends clause.","code":"extends_non_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/loading_indicator.dart","offset":104,"length":6,"startLine":5,"startColumn":3},"message":"Undefined class 'Widget'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Widget'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/loading… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/filled_text_field_manual.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/filled_text_field_manual.dart","offset":3056,"length":15,"startLine":109,"startColumn":24},"message":"Undefined class 'EdgeInsets.only'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'EdgeInsets.only'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/filled_text_field_manual.dart","offset":151,"length":21,"startLine":5,"startColumn":9},"message":"Undefined class 'TextEditingController'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'TextEditingController'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/filled_text_field_manual.dart","offset":126,"length":14,"startLine":4,"startColumn":37},"message":"Classes can only extend other classes.","correction":"Try specifying a different superclass, or removing the extends clause.","code":"extends_non_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/filled_text_field_manual.dart","offset":288,"length":13,"startLine":10,"startColumn":9},"message":"Undefined class 'TextInputType'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'TextInputType'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasF… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/transaction_hash_data_item.dart","errors":[{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/transaction_hash_data_item.dart","offset":1111,"length":8,"startLine":32,"startColumn":18},"message":"The method 'DataItem' isn't defined for the class 'TransactionHashDataItem'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'DataItem'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/transaction_hash_data_item.dart","offset":796,"length":26,"startLine":20,"startColumn":22},"message":"The name 'LnInfoStateLoadingFinished' isn't defined, so it can't be used in an 'is' expression.","correction":"Try changing the name to the name of an existing type, or creating a type with the name 'LnInfoStateLoadingFinished'.","code":"type_test_with_undefined_name","url":"https://dart.dev/tools/diagnostic-messages#type_test_with_undefined_name","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/transaction_hash_data_item.dart","offset":2042,"length":14,"startLine":72,"startColumn":18},"message":"The method 'TranslatedText' isn't defined for the class 'TransactionHashDataItem'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'TranslatedText'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/transaction_hash_data_item.dart","offset":2105,"length":21,"startLine":73,"startCol… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/time_ago_widget.dart","errors":[{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/time_ago_widget.dart","offset":864,"length":4,"startLine":32,"startColumn":16},"message":"The method 'Text' isn't defined for the class 'TimeAgoTextWidget'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'Text'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/time_ago_widget.dart","offset":7,"length":31,"startLine":1,"startColumn":8},"message":"Target of URI doesn't exist: 'package:flutter/material.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/time_ago_widget.dart","offset":47,"length":40,"startLine":2,"startColumn":8},"message":"Target of URI doesn't exist: 'package:flutter_bloc/flutter_bloc.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/time_ago_widget.dart","offset":406,"length":3,"startLine":15,"startColumn":5},"message":"Undefined class 'Key'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Key'.","code":"undefined_class",… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/constants.dart","errors":[{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/constants.dart","offset":1115,"length":5,"startLine":29,"startColumn":27},"message":"The function 'Color' isn't defined.","correction":"Try importing the library that defines 'Color', correcting the name to the name of an existing function, or defining a function named 'Color'.","code":"undefined_function","url":"https://dart.dev/tools/diagnostic-messages#undefined_function","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/constants.dart","offset":1601,"length":6,"startLine":40,"startColumn":30},"message":"Const variables must be initialized with a constant value.","correction":"Try changing the initializer to be a constant expression.","code":"const_initialized_with_non_constant_value","url":"https://dart.dev/tools/diagnostic-messages#const_initialized_with_non_constant_value","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/constants.dart","offset":1025,"length":17,"startLine":27,"startColumn":27},"message":"Const variables must be initialized with a constant value.","correction":"Try changing the initializer to be a constant expression.","code":"const_initialized_with_non_constant_value","url":"https://dart.dev/tools/diagnostic-messages#const_initialized_with_non_constant_value","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/constants.dart","offset":1292,"length":17,"startLine":33,"startColumn":25},"message":"Const variables must be initialized with a constant value.","correction":"Try changing the initializer to be a constant expression.","code":"const_initialized_with_non_constant_value","url… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/blocs/get_remote_node_info/get_remote_node_info_event.dart","errors":[{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/blocs/get_remote_node_info/get_remote_node_info_event.dart","offset":434,"length":5,"startLine":14,"startColumn":20},"message":"The getter doesn't override an inherited getter.","correction":"Try updating this class to match the superclass, or removing the override annotation.","code":"override_on_non_overriding_member","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/blocs/get_remote_node_info/get_remote_node_info_event.dart","offset":7,"length":34,"startLine":1,"startColumn":8},"message":"Target of URI doesn't exist: 'package:equatable/equatable.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/blocs/get_remote_node_info/get_remote_node_info_event.dart","offset":118,"length":9,"startLine":4,"startColumn":38},"message":"Classes can only extend other classes.","correction":"Try specifying a different superclass, or removing the extends clause.","code":"extends_non_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/blocs/get_remote_node_info/get_remote_node_info_event.dart","offset":118,"length":9,"startLine":4,"startColumn":38},"message":"Undefined class 'Equatable'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Equatable'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/blocs/get_remote_node_info/bloc.dart","errors":[]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/blocs/get_remote_node_info/get_remote_node_info_bloc.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/blocs/get_remote_node_info/get_remote_node_info_bloc.dart","offset":584,"length":4,"startLine":15,"startColumn":13},"message":"Classes can only extend other classes.","correction":"Try specifying a different superclass, or removing the extends clause.","code":"extends_non_class","hasFix":false},{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/blocs/get_remote_node_info/get_remote_node_info_bloc.dart","offset":1206,"length":9,"startLine":34,"startColumn":10},"message":"The name 'GrpcError' isn't a type and can't be used in an on-catch clause.","correction":"Try correcting the name to match an existing class.","code":"non_type_in_catch_clause","hasFix":false},{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/blocs/get_remote_node_info/get_remote_node_info_bloc.dart","offset":680,"length":12,"startLine":17,"startColumn":30},"message":"The getter doesn't override an inherited getter.","correction":"Try updating this class to match the superclass, or removing the override annotation.","code":"override_on_non_overriding_member","hasFix":false},{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/blocs/get_remote_node_info/get_remote_node_info_bloc.dart","offset":1171,"length":8,"startLine":33,"startColumn":39},"message":"Undefined name 'NodeInfo'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.dev/tools/diagnostic-messages#undefined_identifier","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mob… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/blocs/get_remote_node_info/get_remote_node_info_state.dart","errors":[{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/blocs/get_remote_node_info/get_remote_node_info_state.dart","offset":292,"length":5,"startLine":10,"startColumn":20},"message":"The getter doesn't override an inherited getter.","correction":"Try updating this class to match the superclass, or removing the override annotation.","code":"override_on_non_overriding_member","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/blocs/get_remote_node_info/get_remote_node_info_state.dart","offset":50,"length":44,"startLine":2,"startColumn":8},"message":"Target of URI doesn't exist: 'package:sendmany/common/models/models.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/blocs/get_remote_node_info/get_remote_node_info_state.dart","offset":143,"length":9,"startLine":4,"startColumn":47},"message":"Classes can only extend other classes.","correction":"Try specifying a different superclass, or removing the extends clause.","code":"extends_non_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/blocs/get_remote_node_info/get_remote_node_info_state.dart","offset":143,"length":9,"startLine":4,"startColumn":47},"message":"Undefined class 'Equatable'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Equatable'.","code":"undefined_class","url":"https://dart.dev/tools/diagnost… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/lnd_rpc/rpc.pbenum.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/lnd_rpc/rpc.pbenum.dart","offset":314,"length":32,"startLine":10,"startColumn":8},"message":"Target of URI doesn't exist: 'package:protobuf/protobuf.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true}]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/lnd_rpc/rpc.pb.dart","errors":[{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/lnd_rpc/rpc.pb.dart","offset":183597,"length":10,"startLine":4926,"startColumn":24},"message":"The method 'clearField' isn't defined for the class 'LightningNode'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'clearField'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/lnd_rpc/rpc.pb.dart","offset":84452,"length":10,"startLine":2246,"startColumn":34},"message":"The method 'clearField' isn't defined for the class 'Channel'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'clearField'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/lnd_rpc/rpc.pb.dart","offset":40249,"length":5,"startLine":1077,"startColumn":29},"message":"The method '$_has' isn't defined for the class 'ChannelAcceptResponse'.","correction":"Try correcting the name to the name of an existing method, or defining a method named '$_has'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/lnd_rpc/rpc.pb.dart","offset":223091,"length":6,"startLine":6001,"startColumn":48},"message":"The method '$_getN' isn't defined for the class 'Invoice'.","correction":"Try correcting the name to the name… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/lnd_rpc/rpc.pbjson.dart","errors":[]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/lnd_rpc/lnd_rpc.dart","errors":[]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/lnd_rpc/rpc.pbgrpc.dart","errors":[{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/lnd_rpc/rpc.pbgrpc.dart","offset":12561,"length":13,"startLine":278,"startColumn":53},"message":"The method 'writeToBuffer' isn't defined for the class 'ChannelAcceptResponse'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'writeToBuffer'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/lnd_rpc/rpc.pbgrpc.dart","offset":22385,"length":11,"startLine":465,"startColumn":18},"message":"The method '$createCall' isn't defined for the class 'LightningClient'.","correction":"Try correcting the name to the name of an existing method, or defining a method named '$createCall'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/lnd_rpc/rpc.pbgrpc.dart","offset":3161,"length":10,"startLine":84,"startColumn":5},"message":"The method '$addMethod' isn't defined for the class 'WalletUnlockerServiceBase'.","correction":"Try correcting the name to the name of an existing method, or defining a method named '$addMethod'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/lnd_rpc/rpc.pbgrpc.dart","offset":24435,"length":11,"startLine":525,"startColumn":18},"message":"The method '$createCall' isn't defined for the class 'Ligh… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/connection_manager/connection_manager_event.dart","errors":[{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/connection_manager/connection_manager_event.dart","offset":659,"length":5,"startLine":28,"startColumn":20},"message":"The getter doesn't override an inherited getter.","correction":"Try updating this class to match the superclass, or removing the override annotation.","code":"override_on_non_overriding_member","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/connection_manager/connection_manager_event.dart","offset":270,"length":17,"startLine":9,"startColumn":9},"message":"Undefined class 'LndConnectionData'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'LndConnectionData'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/connection_manager/connection_manager_event.dart","offset":444,"length":17,"startLine":18,"startColumn":9},"message":"Undefined class 'LndConnectionData'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'LndConnectionData'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/connection_manager/connection_manager_event.dart","offset":537,"length":5,"startLine":23,"startColumn":20},"message":"The getter doesn't override an inherited getter.","correction":"Try updating this class to match the superclass, or removing the override a… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/connection_manager/connection_data_provider.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/connection_manager/connection_data_provider.dart","offset":7,"length":57,"startLine":1,"startColumn":8},"message":"Target of URI doesn't exist: 'package:sendmany/common/connection/lnd_rpc/lnd_rpc.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/connection_manager/connection_data_provider.dart","offset":200,"length":15,"startLine":7,"startColumn":3},"message":"Undefined class 'LightningClient'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'LightningClient'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false}]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/connection_manager/connection_manager_bloc.dart","errors":[{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/connection_manager/connection_manager_bloc.dart","offset":1542,"length":5,"startLine":45,"startColumn":17},"message":"The method 'close' isn't defined in a superclass of 'ConnectionManagerBloc'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'close' in a superclass.","code":"undefined_super_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_super_method","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/connection_manager/connection_manager_bloc.dart","offset":587,"length":13,"startLine":16,"startColumn":3},"message":"Undefined class 'ClientChannel'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'ClientChannel'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/connection_manager/connection_manager_bloc.dart","offset":2539,"length":15,"startLine":79,"startColumn":24},"message":"The method 'LightningClient' isn't defined for the class 'ConnectionManagerBloc'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'LightningClient'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/connection_manager/connection_manager_bloc.dart","offset":2593,"length":11,"… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/connection_manager/bloc.dart","errors":[]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/connection_manager/connection_manager_state.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/connection_manager/connection_manager_state.dart","offset":7,"length":24,"startLine":1,"startColumn":8},"message":"Target of URI doesn't exist: 'package:meta/meta.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/connection_manager/connection_manager_state.dart","offset":34,"length":10,"startLine":3,"startColumn":1},"message":"Undefined name 'immutable' used as an annotation.","correction":"Try defining the name or importing it from another library.","code":"undefined_annotation","url":"https://dart.dev/tools/diagnostic-messages#undefined_annotation","hasFix":true}]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/check_lnd_connection/check_lnd_connection_bloc.dart","errors":[{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/check_lnd_connection/check_lnd_connection_bloc.dart","offset":1585,"length":15,"startLine":52,"startColumn":24},"message":"The method 'LightningClient' isn't defined for the class 'CheckLndConnectionBloc'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'LightningClient'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/check_lnd_connection/check_lnd_connection_bloc.dart","offset":1057,"length":25,"startLine":34,"startColumn":7},"message":"Undefined class 'DoCheckLNDConnectionEvent'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'DoCheckLNDConnectionEvent'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/check_lnd_connection/check_lnd_connection_bloc.dart","offset":1519,"length":14,"startLine":50,"startColumn":16},"message":"The method 'ChannelOptions' isn't defined for the class 'CheckLndConnectionBloc'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'ChannelOptions'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/check_lnd_connection/check_lnd_connection_bloc.d… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/check_lnd_connection/check_lnd_connection_page.dart","errors":[{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/check_lnd_connection/check_lnd_connection_page.dart","offset":4098,"length":21,"startLine":119,"startColumn":12},"message":"The method 'SingleChildScrollView' isn't defined for the class '_CheckLNDConnectionPageState'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'SingleChildScrollView'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/check_lnd_connection/check_lnd_connection_page.dart","offset":1609,"length":12,"startLine":54,"startColumn":19},"message":"Undefined class 'BuildContext'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'BuildContext'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/check_lnd_connection/check_lnd_connection_page.dart","offset":3839,"length":6,"startLine":107,"startColumn":20},"message":"The method 'Center' isn't defined for the class '_CheckLNDConnectionPageState'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'Center'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/check_lnd_connection/check_lnd_connection_page.dart","offset":27… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/check_lnd_connection/check_lnd_connection_state.dart","errors":[{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/check_lnd_connection/check_lnd_connection_state.dart","offset":437,"length":5,"startLine":15,"startColumn":20},"message":"The getter doesn't override an inherited getter.","correction":"Try updating this class to match the superclass, or removing the override annotation.","code":"override_on_non_overriding_member","hasFix":false},{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/check_lnd_connection/check_lnd_connection_state.dart","offset":848,"length":5,"startLine":37,"startColumn":20},"message":"The getter doesn't override an inherited getter.","correction":"Try updating this class to match the superclass, or removing the override annotation.","code":"override_on_non_overriding_member","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/check_lnd_connection/check_lnd_connection_state.dart","offset":538,"length":15,"startLine":19,"startColumn":9},"message":"Undefined class 'GetInfoResponse'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'GetInfoResponse'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/check_lnd_connection/check_lnd_connection_state.dart","offset":317,"length":5,"startLine":10,"startColumn":20},"message":"The getter doesn't override an inherited getter.","correction":"Try updating this class to match the superclass, or removing the override annotation.","code":"override_on_non_overriding_member","hasF… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/check_lnd_connection/bloc.dart","errors":[]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/check_lnd_connection/check_lnd_connection_event.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/check_lnd_connection/check_lnd_connection_event.dart","offset":201,"length":9,"startLine":6,"startColumn":48},"message":"Undefined class 'Equatable'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Equatable'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/check_lnd_connection/check_lnd_connection_event.dart","offset":343,"length":9,"startLine":11,"startColumn":30},"message":"Undefined name 'required' used as an annotation.","correction":"Try defining the name or importing it from another library.","code":"undefined_annotation","url":"https://dart.dev/tools/diagnostic-messages#undefined_annotation","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/check_lnd_connection/check_lnd_connection_event.dart","offset":50,"length":24,"startLine":2,"startColumn":8},"message":"Target of URI doesn't exist: 'package:meta/meta.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/check_lnd_connection/check_lnd_connection_event.dart","offset":201,"length":9,"startLine":6,"startColumn":48},"message":"Classes can only extend other classes.","correction":"Try specifying a d… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/onchain_feetype.dart","errors":[]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/models.dart","errors":[]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/hop_hint.dart","errors":[]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/lightning_address.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/lightning_address.dart","offset":7,"length":57,"startLine":1,"startColumn":8},"message":"Target of URI doesn't exist: 'package:sendmany/common/connection/lnd_rpc/lnd_rpc.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true}]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/channel_edge.dart","errors":[{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/channel_edge.dart","offset":1255,"length":5,"startLine":44,"startColumn":20},"message":"Undefined name 'Int64'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.dev/tools/diagnostic-messages#undefined_identifier","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/channel_edge.dart","offset":182,"length":5,"startLine":8,"startColumn":9},"message":"Undefined class 'Int64'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Int64'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/channel_edge.dart","offset":289,"length":5,"startLine":12,"startColumn":9},"message":"Undefined class 'Int64'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Int64'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/channel_edge.dart","offset":7,"length":28,"startLine":1,"startColumn":8},"message":"Target of URI doesn't exist: 'package:fixnum/fixnum.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/routing_policy.dart","errors":[{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/routing_policy.dart","offset":1169,"length":5,"startLine":39,"startColumn":23},"message":"Undefined name 'Int64'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.dev/tools/diagnostic-messages#undefined_identifier","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/routing_policy.dart","offset":257,"length":5,"startLine":11,"startColumn":9},"message":"Undefined class 'Int64'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Int64'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/routing_policy.dart","offset":999,"length":5,"startLine":36,"startColumn":23},"message":"Undefined name 'Int64'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.dev/tools/diagnostic-messages#undefined_identifier","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/routing_policy.dart","offset":7,"length":28,"startLine":1,"startColumn":8},"message":"Target of URI doesn't exist: 'package:fixnum/fixnum.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity"… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/waiting_close_channels.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/waiting_close_channels.dart","offset":44,"length":57,"startLine":2,"startColumn":8},"message":"Target of URI doesn't exist: 'package:sendmany/common/connection/lnd_rpc/lnd_rpc.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/waiting_close_channels.dart","offset":462,"length":5,"startLine":14,"startColumn":9},"message":"Undefined class 'Int64'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Int64'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/waiting_close_channels.dart","offset":7,"length":28,"startLine":1,"startColumn":8},"message":"Target of URI doesn't exist: 'package:fixnum/fixnum.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true}]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/channel_point.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/channel_point.dart","offset":125,"length":30,"startLine":4,"startColumn":8},"message":"Target of URI doesn't exist: 'package:convert/convert.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/channel_point.dart","offset":621,"length":3,"startLine":19,"startColumn":14},"message":"Undefined name 'hex'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.dev/tools/diagnostic-messages#undefined_identifier","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/channel_point.dart","offset":7,"length":34,"startLine":1,"startColumn":8},"message":"Target of URI doesn't exist: 'package:equatable/equatable.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/channel_point.dart","offset":1002,"length":5,"startLine":37,"startColumn":20},"message":"The getter doesn't override an inherited getter.","correction":"Try updating this class to match the superclass, or removing the override annotation.","code":"override_on_non_overriding_member","hasFix":false},{"seve… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_closing_channels.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_closing_channels.dart","offset":7,"length":57,"startLine":1,"startColumn":8},"message":"Target of URI doesn't exist: 'package:sendmany/common/connection/lnd_rpc/lnd_rpc.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true}]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_channels.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_channels.dart","offset":801,"length":5,"startLine":27,"startColumn":30},"message":"The default value of an optional parameter must be constant.","code":"non_constant_default_value","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_channels.dart","offset":44,"length":57,"startLine":2,"startColumn":8},"message":"Target of URI doesn't exist: 'package:sendmany/common/connection/lnd_rpc/lnd_rpc.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_channels.dart","offset":390,"length":5,"startLine":12,"startColumn":9},"message":"Undefined class 'Int64'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Int64'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_channels.dart","offset":7,"length":28,"startLine":1,"startColumn":8},"message":"Target of URI doesn't exist: 'package:fixnum/fixnum.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_force_closing_channels.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_force_closing_channels.dart","offset":7,"length":28,"startLine":1,"startColumn":8},"message":"Target of URI doesn't exist: 'package:fixnum/fixnum.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_force_closing_channels.dart","offset":946,"length":5,"startLine":30,"startColumn":9},"message":"Undefined class 'Int64'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Int64'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_force_closing_channels.dart","offset":559,"length":5,"startLine":18,"startColumn":9},"message":"Undefined class 'Int64'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Int64'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_force_closing_channels.dart","offset":44,"length":56,"startLine":2,"startColumn":8},"message":"Target of URI doesn't exist: 'package:sendmany/common/connection/lnd_rpc/rpc.pb.dart'.","correction":"Try creating the file reference… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/channel.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/channel.dart","offset":7,"length":44,"startLine":1,"startColumn":8},"message":"Target of URI doesn't exist: 'package:sendmany/common/models/models.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/channel.dart","offset":340,"length":8,"startLine":10,"startColumn":9},"message":"Undefined class 'NodeInfo'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'NodeInfo'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/channel.dart","offset":268,"length":12,"startLine":7,"startColumn":9},"message":"Undefined class 'ChannelPoint'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'ChannelPoint'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false}]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/models.dart","errors":[]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_htlcs.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_htlcs.dart","offset":260,"length":5,"startLine":9,"startColumn":9},"message":"Undefined class 'Int64'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Int64'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_htlcs.dart","offset":44,"length":57,"startLine":2,"startColumn":8},"message":"Target of URI doesn't exist: 'package:sendmany/common/connection/lnd_rpc/lnd_rpc.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_htlcs.dart","offset":7,"length":28,"startLine":1,"startColumn":8},"message":"Target of URI doesn't exist: 'package:fixnum/fixnum.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true}]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_open_channels.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_open_channels.dart","offset":7,"length":28,"startLine":1,"startColumn":8},"message":"Target of URI doesn't exist: 'package:fixnum/fixnum.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_open_channels.dart","offset":891,"length":5,"startLine":26,"startColumn":9},"message":"Undefined class 'Int64'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Int64'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_open_channels.dart","offset":818,"length":5,"startLine":23,"startColumn":9},"message":"Undefined class 'Int64'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Int64'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_open_channels.dart","offset":1153,"length":5,"startLine":32,"startColumn":9},"message":"Undefined class 'Int64'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Int64'.","code":"undefined_class","url":"http… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/established_channel.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/established_channel.dart","offset":1223,"length":5,"startLine":35,"startColumn":9},"message":"Undefined class 'Int64'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Int64'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/established_channel.dart","offset":2053,"length":4,"startLine":60,"startColumn":14},"message":"The name 'HTLC' isn't a type so it can't be used as a type argument.","correction":"Try correcting the name to an existing type, or defining a type named 'HTLC'.","code":"non_type_as_type_argument","url":"https://dart.dev/tools/diagnostic-messages#non_type_as_type_argument","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/established_channel.dart","offset":44,"length":51,"startLine":2,"startColumn":8},"message":"Target of URI doesn't exist: 'package:sendmany/common/models/channels/htlc.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/established_channel.dart","offset":1935,"length":5,"startLine":56,"startColumn":9},"message":"Undefined class 'Int64'.","correction":"Try changing the name to the name of an existing class, or creating a class … | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_channel_data.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_channel_data.dart","offset":611,"length":8,"startLine":22,"startColumn":5},"message":"Undefined class 'NodeInfo'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'NodeInfo'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_channel_data.dart","offset":265,"length":5,"startLine":8,"startColumn":9},"message":"Undefined class 'Int64'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Int64'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_channel_data.dart","offset":118,"length":44,"startLine":3,"startColumn":8},"message":"Target of URI doesn't exist: 'package:sendmany/common/models/models.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_channel_data.dart","offset":346,"length":5,"startLine":11,"startColumn":9},"message":"Undefined class 'Int64'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Int64'.","code":"undefined_c… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/htlc.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/htlc.dart","offset":7,"length":28,"startLine":1,"startColumn":8},"message":"Target of URI doesn't exist: 'package:fixnum/fixnum.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/htlc.dart","offset":156,"length":5,"startLine":6,"startColumn":9},"message":"Undefined class 'Int64'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Int64'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/htlc.dart","offset":44,"length":57,"startLine":2,"startColumn":8},"message":"Target of URI doesn't exist: 'package:sendmany/common/connection/lnd_rpc/lnd_rpc.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true}]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/closed_channel_summary.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/closed_channel_summary.dart","offset":118,"length":44,"startLine":3,"startColumn":8},"message":"Target of URI doesn't exist: 'package:sendmany/common/models/models.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/closed_channel_summary.dart","offset":1834,"length":12,"startLine":64,"startColumn":21},"message":"Undefined name 'ChannelPoint'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.dev/tools/diagnostic-messages#undefined_identifier","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/closed_channel_summary.dart","offset":335,"length":12,"startLine":15,"startColumn":9},"message":"Undefined class 'ChannelPoint'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'ChannelPoint'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/closed_channel_summary.dart","offset":556,"length":5,"startLine":23,"startColumn":9},"message":"Undefined class 'Int64'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Int64'.","code":"undefi… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/node_info/channel_edge.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/node_info/channel_edge.dart","offset":272,"length":5,"startLine":11,"startColumn":9},"message":"Undefined class 'Int64'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Int64'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/node_info/channel_edge.dart","offset":7,"length":28,"startLine":1,"startColumn":8},"message":"Target of URI doesn't exist: 'package:fixnum/fixnum.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/node_info/channel_edge.dart","offset":171,"length":5,"startLine":7,"startColumn":9},"message":"Undefined class 'Int64'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Int64'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/node_info/channel_edge.dart","offset":44,"length":57,"startLine":2,"startColumn":8},"message":"Target of URI doesn't exist: 'package:sendmany/common/connection/lnd_rpc/lnd_rpc.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_ex… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/node_info/routing_policy.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/node_info/routing_policy.dart","offset":274,"length":5,"startLine":10,"startColumn":9},"message":"Undefined class 'Int64'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Int64'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/node_info/routing_policy.dart","offset":7,"length":28,"startLine":1,"startColumn":8},"message":"Target of URI doesn't exist: 'package:fixnum/fixnum.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/node_info/routing_policy.dart","offset":219,"length":5,"startLine":8,"startColumn":9},"message":"Undefined class 'Int64'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Int64'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/node_info/routing_policy.dart","offset":192,"length":5,"startLine":7,"startColumn":9},"message":"Undefined class 'Int64'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Int64'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-mes… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/node_info/node_address.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/node_info/node_address.dart","offset":7,"length":57,"startLine":1,"startColumn":8},"message":"Target of URI doesn't exist: 'package:sendmany/common/connection/lnd_rpc/lnd_rpc.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true}]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/node_info/lightning_node.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/node_info/lightning_node.dart","offset":47,"length":57,"startLine":2,"startColumn":8},"message":"Target of URI doesn't exist: 'package:sendmany/common/connection/lnd_rpc/lnd_rpc.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/node_info/lightning_node.dart","offset":7,"length":31,"startLine":1,"startColumn":8},"message":"Target of URI doesn't exist: 'package:flutter/material.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/node_info/lightning_node.dart","offset":791,"length":5,"startLine":36,"startColumn":14},"message":"The method 'Color' isn't defined for the class 'LightningNode'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'Color'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/node_info/lightning_node.dart","offset":250,"length":5,"startLine":11,"startColumn":3},"message":"Undefined class 'Color'.","correction":"Try changing the name to the name of an existing class, or creatin… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/node_info/node_info.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/node_info/node_info.dart","offset":7,"length":28,"startLine":1,"startColumn":8},"message":"Target of URI doesn't exist: 'package:fixnum/fixnum.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/node_info/node_info.dart","offset":44,"length":57,"startLine":2,"startColumn":8},"message":"Target of URI doesn't exist: 'package:sendmany/common/connection/lnd_rpc/lnd_rpc.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/node_info/node_info.dart","offset":231,"length":5,"startLine":10,"startColumn":3},"message":"Undefined class 'Int64'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Int64'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false}]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/onchain_transaction.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/onchain_transaction.dart","offset":248,"length":5,"startLine":10,"startColumn":9},"message":"Undefined class 'Int64'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Int64'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/onchain_transaction.dart","offset":697,"length":5,"startLine":28,"startColumn":9},"message":"Undefined class 'Int64'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Int64'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/onchain_transaction.dart","offset":7,"length":28,"startLine":1,"startColumn":8},"message":"Target of URI doesn't exist: 'package:fixnum/fixnum.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/onchain_transaction.dart","offset":549,"length":5,"startLine":22,"startColumn":9},"message":"Undefined class 'Int64'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Int64'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class",… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/peer.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/peer.dart","offset":1790,"length":18,"startLine":75,"startColumn":12},"message":"Case expressions must be constant.","code":"non_constant_case_expression","url":"https://dart.dev/tools/diagnostic-messages#non_constant_case_expression","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/peer.dart","offset":1790,"length":31,"startLine":75,"startColumn":12},"message":"Case expressions must be constant.","code":"non_constant_case_expression","url":"https://dart.dev/tools/diagnostic-messages#non_constant_case_expression","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/peer.dart","offset":629,"length":5,"startLine":25,"startColumn":9},"message":"Undefined class 'Int64'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Int64'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/peer.dart","offset":1707,"length":18,"startLine":73,"startColumn":12},"message":"Case expressions must be constant.","code":"non_constant_case_expression","url":"https://dart.dev/tools/diagnostic-messages#non_constant_case_expression","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/peer.dart","offset":1707,"length":30,"startLine":73,"startColumn":12},"message":"Case expressions must be constant.","code":"non_constant_case_expression","url":"https://dart.dev/tools/diagnost… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/lnd_connection_data.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/lnd_connection_data.dart","offset":31,"length":24,"startLine":3,"startColumn":8},"message":"Target of URI doesn't exist: 'package:meta/meta.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/lnd_connection_data.dart","offset":371,"length":9,"startLine":19,"startColumn":5},"message":"Undefined name 'required' used as an annotation.","correction":"Try defining the name or importing it from another library.","code":"undefined_annotation","url":"https://dart.dev/tools/diagnostic-messages#undefined_annotation","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/lnd_connection_data.dart","offset":346,"length":9,"startLine":18,"startColumn":5},"message":"Undefined name 'required' used as an annotation.","correction":"Try defining the name or importing it from another library.","code":"undefined_annotation","url":"https://dart.dev/tools/diagnostic-messages#undefined_annotation","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/lnd_connection_data.dart","offset":317,"length":9,"startLine":17,"startColumn":5},"message":"Undefined name 'required' used as an annotation.","correction":"Try defining the name or importing it from another library.","code":"undefined_annotation","url":"https://dart.dev/tools/diagnostic-messages#undefined_annotation","hasFix":true},{"sev… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/payment.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/payment.dart","offset":514,"length":5,"startLine":15,"startColumn":9},"message":"Undefined class 'Int64'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Int64'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/payment.dart","offset":59,"length":28,"startLine":2,"startColumn":8},"message":"Target of URI doesn't exist: 'package:fixnum/fixnum.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/payment.dart","offset":646,"length":5,"startLine":20,"startColumn":9},"message":"Undefined class 'Int64'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Int64'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/payment.dart","offset":1127,"length":38,"startLine":42,"startColumn":12},"message":"Case expressions must be constant.","code":"non_constant_case_expression","url":"https://dart.dev/tools/diagnostic-messages#non_constant_case_expression","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/mode… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/invoice.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/invoice.dart","offset":629,"length":5,"startLine":24,"startColumn":9},"message":"Undefined class 'Int64'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Int64'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/invoice.dart","offset":438,"length":5,"startLine":17,"startColumn":9},"message":"Undefined class 'Int64'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Int64'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/invoice.dart","offset":1183,"length":34,"startLine":51,"startColumn":12},"message":"Case expressions must be constant.","code":"non_constant_case_expression","url":"https://dart.dev/tools/diagnostic-messages#non_constant_case_expression","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/invoice.dart","offset":1183,"length":25,"startLine":51,"startColumn":12},"message":"Case expressions must be constant.","code":"non_constant_case_expression","url":"https://dart.dev/tools/diagnostic-messages#non_constant_case_expression","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/invoice.dart","offset":44,"length":57,"startLine":2,"startColumn":8},"message":"Target of URI doesn't e… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/transaction.dart","errors":[{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/transaction.dart","offset":555,"length":12,"startLine":25,"startColumn":28},"message":"Undefined name 'InvoiceState'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.dev/tools/diagnostic-messages#undefined_identifier","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/transaction.dart","offset":265,"length":7,"startLine":13,"startColumn":9},"message":"Undefined class 'Payment'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Payment'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/transaction.dart","offset":7,"length":28,"startLine":1,"startColumn":8},"message":"Target of URI doesn't exist: 'package:fixnum/fixnum.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/transaction.dart","offset":669,"length":12,"startLine":28,"startColumn":28},"message":"Undefined name 'InvoiceState'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.dev/tools/diagnostic-messages#undefined_identifier","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","loc… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/validator.dart","errors":[]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/pages/retrieve_connection_info_page.dart","errors":[{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/pages/retrieve_connection_info_page.dart","offset":6974,"length":14,"startLine":243,"startColumn":16},"message":"The method 'TranslatedText' isn't defined for the class '_RetrieveConnectionInfoPageState'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'TranslatedText'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/pages/retrieve_connection_info_page.dart","offset":433,"length":30,"startLine":11,"startColumn":8},"message":"Target of URI doesn't exist: 'package:convert/convert.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/pages/retrieve_connection_info_page.dart","offset":8619,"length":15,"startLine":312,"startColumn":21},"message":"The name 'PreferencesBloc' isn't a type so it can't be used as a type argument.","correction":"Try correcting the name to an existing type, or defining a type named 'PreferencesBloc'.","code":"non_type_as_type_argument","url":"https://dart.dev/tools/diagnostic-messages#non_type_as_type_argument","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/pages/retrieve_connection_info_page.dart","offset":8504,"length":8,"startLine":307,"startColumn":5},"message":"The method 'setState' isn't defi… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/pages/home_page.dart","errors":[{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/pages/home_page.dart","offset":4132,"length":6,"startLine":117,"startColumn":20},"message":"The method 'Column' isn't defined for the class '_HomePageState'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'Column'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/pages/home_page.dart","offset":5225,"length":7,"startLine":155,"startColumn":20},"message":"The method 'Opacity' isn't defined for the class '_HomePageState'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'Opacity'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/pages/home_page.dart","offset":1887,"length":15,"startLine":45,"startColumn":27},"message":"The method 'LoadChannelList' isn't defined for the class '_HomePageState'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'LoadChannelList'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/pages/home_page.dart","offset":2954,"length":12,"startLine":78,"startColumn":15},"message":"Undefined name 'BlocProvider'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.de… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/pages/splash_page.dart","errors":[{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/pages/splash_page.dart","offset":697,"length":6,"startLine":20,"startColumn":42},"message":"The method 'Locale' isn't defined for the class '_SplashPageState'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'Locale'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/pages/splash_page.dart","offset":637,"length":16,"startLine":19,"startColumn":34},"message":"Undefined name 'prefLanguageCode'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.dev/tools/diagnostic-messages#undefined_identifier","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/pages/splash_page.dart","offset":280,"length":14,"startLine":7,"startColumn":26},"message":"Undefined class 'StatefulWidget'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'StatefulWidget'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/pages/splash_page.dart","offset":96,"length":40,"startLine":3,"startColumn":8},"message":"Target of URI doesn't exist: 'package:sendmany/common/constants.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#u… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/pages/onboarding_page.dart","errors":[{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/pages/onboarding_page.dart","offset":3399,"length":12,"startLine":119,"startColumn":13},"message":"The method 'RaisedButton' isn't defined for the class '_OnboardingPageState'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'RaisedButton'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/pages/onboarding_page.dart","offset":145,"length":46,"startLine":4,"startColumn":8},"message":"Target of URI doesn't exist: 'package:sendmany/common/widgets/widgets.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/pages/onboarding_page.dart","offset":1534,"length":9,"startLine":59,"startColumn":24},"message":"Undefined name 'TextAlign'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.dev/tools/diagnostic-messages#undefined_identifier","hasFix":true},{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/pages/onboarding_page.dart","offset":370,"length":11,"startLine":11,"startColumn":24},"message":"The method doesn't override an inherited method.","correction":"Try updating this class to match the superclass, or removing the override annotation.","code":"override_on_non_overriding_member","hasFix":fals… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/utils.dart","errors":[{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/utils.dart","offset":4424,"length":8,"startLine":147,"startColumn":7},"message":"Undefined name 'Scaffold'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.dev/tools/diagnostic-messages#undefined_identifier","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/utils.dart","offset":4458,"length":8,"startLine":147,"startColumn":41},"message":"The function 'SnackBar' isn't defined.","correction":"Try importing the library that defines 'SnackBar', correcting the name to the name of an existing function, or defining a function named 'SnackBar'.","code":"undefined_function","url":"https://dart.dev/tools/diagnostic-messages#undefined_function","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/utils.dart","offset":122,"length":31,"startLine":5,"startColumn":8},"message":"Target of URI doesn't exist: 'package:flutter/material.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/utils.dart","offset":4476,"length":4,"startLine":147,"startColumn":59},"message":"The function 'Text' isn't defined.","correction":"Try importing the library that defines 'Text', correcting the name to the name of an existing function, or defining a function named 'Text'.","code":"undefined_function","url":"https://dart.dev/tools/diagnostic-messages#undef… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/preferences/preferences_page.dart","errors":[{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/preferences/preferences_page.dart","offset":3610,"length":16,"startLine":110,"startColumn":29},"message":"The name 'DropdownMenuItem' isn't a type so it can't be used as a type argument.","correction":"Try correcting the name to an existing type, or defining a type named 'DropdownMenuItem'.","code":"non_type_as_type_argument","url":"https://dart.dev/tools/diagnostic-messages#non_type_as_type_argument","hasFix":true},{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/preferences/preferences_page.dart","offset":4140,"length":9,"startLine":133,"startColumn":11},"message":"Undefined name 'Navigator'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.dev/tools/diagnostic-messages#undefined_identifier","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/preferences/preferences_page.dart","offset":3925,"length":14,"startLine":122,"startColumn":18},"message":"The method 'TranslatedText' isn't defined for the class '_PreferencesPageState'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'TranslatedText'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/preferences/preferences_page.dart","offset":1712,"length":12,"startLine":44,"startColumn":25},"message":"Undefined name 'BlocProvider'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.d… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/preferences/preferences_state.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/preferences/preferences_state.dart","offset":610,"length":9,"startLine":21,"startColumn":5},"message":"Undefined name 'required' used as an annotation.","correction":"Try defining the name or importing it from another library.","code":"undefined_annotation","url":"https://dart.dev/tools/diagnostic-messages#undefined_annotation","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/preferences/preferences_state.dart","offset":1824,"length":9,"startLine":66,"startColumn":5},"message":"Undefined name 'required' used as an annotation.","correction":"Try defining the name or importing it from another library.","code":"undefined_annotation","url":"https://dart.dev/tools/diagnostic-messages#undefined_annotation","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/preferences/preferences_state.dart","offset":487,"length":9,"startLine":17,"startColumn":5},"message":"Undefined name 'required' used as an annotation.","correction":"Try defining the name or importing it from another library.","code":"undefined_annotation","url":"https://dart.dev/tools/diagnostic-messages#undefined_annotation","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/preferences/preferences_state.dart","offset":7,"length":34,"startLine":1,"startColumn":8},"message":"Target of URI doesn't exist: 'package:equatable/equatable.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ER… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/preferences/preferences_bloc.dart","errors":[{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/preferences/preferences_bloc.dart","offset":4651,"length":5,"startLine":135,"startColumn":20},"message":"Undefined name 'state'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.dev/tools/diagnostic-messages#undefined_identifier","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/preferences/preferences_bloc.dart","offset":2460,"length":17,"startLine":75,"startColumn":22},"message":"The name 'LndConnectionData' isn't a type so it can't be used as a type argument.","correction":"Try correcting the name to an existing type, or defining a type named 'LndConnectionData'.","code":"non_type_as_type_argument","url":"https://dart.dev/tools/diagnostic-messages#non_type_as_type_argument","hasFix":true},{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/preferences/preferences_bloc.dart","offset":3233,"length":5,"startLine":96,"startColumn":20},"message":"Undefined name 'state'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.dev/tools/diagnostic-messages#undefined_identifier","hasFix":true},{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/preferences/preferences_bloc.dart","offset":5130,"length":20,"startLine":149,"startColumn":16},"message":"Undefined name 'prefActiveConnection'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.dev/tools/diagnostic-messages#undefined_identifier","hasFix":true},{"severity":"ERROR… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/preferences/bloc.dart","errors":[]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/preferences/preferences_event.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/preferences/preferences_event.dart","offset":130,"length":10,"startLine":5,"startColumn":1},"message":"Undefined name 'immutable' used as an annotation.","correction":"Try defining the name or importing it from another library.","code":"undefined_annotation","url":"https://dart.dev/tools/diagnostic-messages#undefined_annotation","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/preferences/preferences_event.dart","offset":181,"length":9,"startLine":6,"startColumn":41},"message":"Classes can only extend other classes.","correction":"Try specifying a different superclass, or removing the extends clause.","code":"extends_non_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/preferences/preferences_event.dart","offset":83,"length":44,"startLine":3,"startColumn":8},"message":"Target of URI doesn't exist: 'package:sendmany/common/models/models.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/preferences/preferences_event.dart","offset":1486,"length":17,"startLine":64,"startColumn":9},"message":"Undefined class 'LndConnectionData'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'LndConnectionData'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"INFO","type":"HINT","location":{… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/new_address_bloc/new_address_bloc.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/new_address_bloc/new_address_bloc.dart","offset":168,"length":57,"startLine":5,"startColumn":8},"message":"Target of URI doesn't exist: 'package:sendmany/common/connection/lnd_rpc/lnd_rpc.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/new_address_bloc/new_address_bloc.dart","offset":745,"length":11,"startLine":21,"startColumn":16},"message":"The method 'CallOptions' isn't defined for the class 'NewAddressBloc'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'CallOptions'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/new_address_bloc/new_address_bloc.dart","offset":94,"length":65,"startLine":4,"startColumn":8},"message":"Target of URI doesn't exist: 'package:sendmany/common/connection/connection_manager/bloc.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/new_address_bloc/new_address_bloc.dart","offset":439,"length":12,"startLine":12,"startCo… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/new_address_bloc/new_address_event.dart","errors":[{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/new_address_bloc/new_address_event.dart","offset":325,"length":5,"startLine":13,"startColumn":20},"message":"The getter doesn't override an inherited getter.","correction":"Try updating this class to match the superclass, or removing the override annotation.","code":"override_on_non_overriding_member","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/new_address_bloc/new_address_event.dart","offset":7,"length":34,"startLine":1,"startColumn":8},"message":"Target of URI doesn't exist: 'package:equatable/equatable.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/new_address_bloc/new_address_event.dart","offset":135,"length":10,"startLine":6,"startColumn":1},"message":"Undefined name 'immutable' used as an annotation.","correction":"Try defining the name or importing it from another library.","code":"undefined_annotation","url":"https://dart.dev/tools/diagnostic-messages#undefined_annotation","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/new_address_bloc/new_address_event.dart","offset":176,"length":9,"startLine":7,"startColumn":31},"message":"Classes can only extend other classes.","correction":"Try specifying a different superclass, or removing the extends clause.","code":"extends_non_class","hasFix":f… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/new_address_bloc/new_address_state.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/new_address_bloc/new_address_state.dart","offset":77,"length":10,"startLine":4,"startColumn":1},"message":"Undefined name 'immutable' used as an annotation.","correction":"Try defining the name or importing it from another library.","code":"undefined_annotation","url":"https://dart.dev/tools/diagnostic-messages#undefined_annotation","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/new_address_bloc/new_address_state.dart","offset":50,"length":24,"startLine":2,"startColumn":8},"message":"Target of URI doesn't exist: 'package:meta/meta.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/new_address_bloc/new_address_state.dart","offset":7,"length":34,"startLine":1,"startColumn":8},"message":"Target of URI doesn't exist: 'package:equatable/equatable.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/new_address_bloc/new_address_state.dart","offset":733,"length":5,"startLine":33,"startColumn":20},"message":"The getter doesn't override an inherited getter.","correction":"Try updating this class to match th… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/new_address_bloc/bloc.dart","errors":[]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/subscribe_transactions/subscribe_transactions_state.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/subscribe_transactions/subscribe_transactions_state.dart","offset":410,"length":18,"startLine":14,"startColumn":9},"message":"Undefined class 'OnchainTransaction'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'OnchainTransaction'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/subscribe_transactions/subscribe_transactions_state.dart","offset":191,"length":9,"startLine":6,"startColumn":51},"message":"Classes can only extend other classes.","correction":"Try specifying a different superclass, or removing the extends clause.","code":"extends_non_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/subscribe_transactions/subscribe_transactions_state.dart","offset":191,"length":9,"startLine":6,"startColumn":51},"message":"Undefined class 'Equatable'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Equatable'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/subscribe_transactions/subscribe_transactions_state.dart","offset":50,"length":24,"startLine":2,"startColumn":8},"message":"Target of URI doesn't exist: 'package:meta/meta.dart'.","correction":"Try creating the file referenced… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/subscribe_transactions/bloc.dart","errors":[]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/subscribe_transactions/subscribe_transactions_bloc.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/subscribe_transactions/subscribe_transactions_bloc.dart","offset":1072,"length":14,"startLine":34,"startColumn":5},"message":"Undefined class 'ResponseStream'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'ResponseStream'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/subscribe_transactions/subscribe_transactions_bloc.dart","offset":975,"length":11,"startLine":31,"startColumn":16},"message":"The method 'CallOptions' isn't defined for the class 'SubscribeTransactionsBloc'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'CallOptions'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/subscribe_transactions/subscribe_transactions_bloc.dart","offset":94,"length":65,"startLine":4,"startColumn":8},"message":"Target of URI doesn't exist: 'package:sendmany/common/connection/connection_manager/bloc.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/subscribe_transactions/subscribe_tr… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/subscribe_transactions/subscribe_transactions_event.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/subscribe_transactions/subscribe_transactions_event.dart","offset":83,"length":44,"startLine":3,"startColumn":8},"message":"Target of URI doesn't exist: 'package:sendmany/common/models/models.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/subscribe_transactions/subscribe_transactions_event.dart","offset":130,"length":10,"startLine":5,"startColumn":1},"message":"Undefined name 'immutable' used as an annotation.","correction":"Try defining the name or importing it from another library.","code":"undefined_annotation","url":"https://dart.dev/tools/diagnostic-messages#undefined_annotation","hasFix":true},{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/subscribe_transactions/subscribe_transactions_event.dart","offset":372,"length":5,"startLine":14,"startColumn":20},"message":"The getter doesn't override an inherited getter.","correction":"Try updating this class to match the superclass, or removing the override annotation.","code":"override_on_non_overriding_member","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/subscribe_transactions/subscribe_transactions_event.dart","offset":7,"length":34,"startLine":1,"startColumn":8},"message":"Target of URI doesn't exist: 'package:equatable/equatable.dart'.","co… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/show_onchain_invoice.dart","errors":[{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/show_onchain_invoice.dart","offset":2733,"length":4,"startLine":75,"startColumn":28},"message":"The method 'Text' isn't defined for the class '_ShowOnchainInvoiceState'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'Text'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/show_onchain_invoice.dart","offset":699,"length":3,"startLine":20,"startColumn":14},"message":"The named parameter 'key' isn't defined.","correction":"Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'key'.","code":"undefined_named_parameter","url":"https://dart.dev/tools/diagnostic-messages#undefined_named_parameter","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/show_onchain_invoice.dart","offset":1001,"length":25,"startLine":31,"startColumn":25},"message":"The name 'SubscribeTransactionsBloc' isn't a type so it can't be used as a type argument.","correction":"Try correcting the name to an existing type, or defining a type named 'SubscribeTransactionsBloc'.","code":"non_type_as_type_argument","url":"https://dart.dev/tools/diagnostic-messages#non_type_as_type_argument","hasFix":true},{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/show_onchain_invoice.dart","offset":4195,"length":9,"startLine":110,"startColumn":27},"message":"Undefined name 'Navigator'… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/add_invoice_bloc/add_invoice_bloc.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/add_invoice_bloc/add_invoice_bloc.dart","offset":557,"length":15,"startLine":12,"startColumn":3},"message":"Undefined class 'AddInvoiceState'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'AddInvoiceState'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/add_invoice_bloc/add_invoice_bloc.dart","offset":679,"length":15,"startLine":16,"startColumn":5},"message":"Undefined class 'AddInvoiceEvent'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'AddInvoiceEvent'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/add_invoice_bloc/add_invoice_bloc.dart","offset":577,"length":12,"startLine":12,"startColumn":23},"message":"The getter doesn't override an inherited getter.","correction":"Try updating this class to match the superclass, or removing the override annotation.","code":"override_on_non_overriding_member","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/add_invoice_bloc/add_invoice_bloc.dart","offset":168,"length":57,"startLine":5,"startColumn":8},"message":"Target of URI doesn't exist: 'package:sendmany/common/connection/lnd_rpc/lnd_rpc.dart'.","correction":"Try creating the file referenced by the URI… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/add_invoice_bloc/add_invoice_state.dart","errors":[{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/add_invoice_bloc/add_invoice_state.dart","offset":445,"length":5,"startLine":19,"startColumn":20},"message":"The getter doesn't override an inherited getter.","correction":"Try updating this class to match the superclass, or removing the override annotation.","code":"override_on_non_overriding_member","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/add_invoice_bloc/add_invoice_state.dart","offset":7,"length":34,"startLine":1,"startColumn":8},"message":"Target of URI doesn't exist: 'package:equatable/equatable.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/add_invoice_bloc/add_invoice_state.dart","offset":280,"length":5,"startLine":10,"startColumn":20},"message":"The getter doesn't override an inherited getter.","correction":"Try updating this class to match the superclass, or removing the override annotation.","code":"override_on_non_overriding_member","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/add_invoice_bloc/add_invoice_state.dart","offset":50,"length":24,"startLine":2,"startColumn":8},"message":"Target of URI doesn't exist: 'package:meta/meta.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"htt… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/add_invoice_bloc/add_invoice_event.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/add_invoice_bloc/add_invoice_event.dart","offset":114,"length":10,"startLine":5,"startColumn":1},"message":"Undefined name 'immutable' used as an annotation.","correction":"Try defining the name or importing it from another library.","code":"undefined_annotation","url":"https://dart.dev/tools/diagnostic-messages#undefined_annotation","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/add_invoice_bloc/add_invoice_event.dart","offset":50,"length":28,"startLine":2,"startColumn":8},"message":"Target of URI doesn't exist: 'package:fixnum/fixnum.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/add_invoice_bloc/add_invoice_event.dart","offset":7,"length":34,"startLine":1,"startColumn":8},"message":"Target of URI doesn't exist: 'package:equatable/equatable.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/add_invoice_bloc/add_invoice_event.dart","offset":363,"length":5,"startLine":18,"startColumn":20},"message":"The getter doesn't override an inherited getter.","correction":"Try updating this cl… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/add_invoice_bloc/bloc.dart","errors":[]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/show_lightning_invoice.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/show_lightning_invoice.dart","offset":4222,"length":6,"startLine":123,"startColumn":3},"message":"Undefined class 'Widget'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Widget'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/show_lightning_invoice.dart","offset":4473,"length":20,"startLine":130,"startColumn":24},"message":"The method 'FloatingActionButton' isn't defined for the class '_ShowLightningInvoiceState'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'FloatingActionButton'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/show_lightning_invoice.dart","offset":3158,"length":7,"startLine":90,"startColumn":25},"message":"The method 'QrImage' isn't defined for the class '_ShowLightningInvoiceState'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'QrImage'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/show_lightning_invoice.dart","offset":3264,"length":10,"startLine":92,"startColumn":36},"message":"Undefined name 'QrVersions'.","correction":"Try c… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/watch_invoices_bloc/watch_invoices_bloc.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/watch_invoices_bloc/watch_invoices_bloc.dart","offset":536,"length":4,"startLine":17,"startColumn":33},"message":"Classes can only extend other classes.","correction":"Try specifying a different superclass, or removing the extends clause.","code":"extends_non_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/watch_invoices_bloc/watch_invoices_bloc.dart","offset":536,"length":4,"startLine":17,"startColumn":33},"message":"Undefined class 'Bloc'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Bloc'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/watch_invoices_bloc/watch_invoices_bloc.dart","offset":28,"length":24,"startLine":2,"startColumn":8},"message":"Target of URI doesn't exist: 'package:bloc/bloc.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/watch_invoices_bloc/watch_invoices_bloc.dart","offset":61,"length":24,"startLine":3,"startColumn":8},"message":"Target of URI doesn't exist: 'package:grpc/grpc.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/watch_invoices_bloc/watch_invoices_state.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/watch_invoices_bloc/watch_invoices_state.dart","offset":183,"length":9,"startLine":6,"startColumn":43},"message":"Classes can only extend other classes.","correction":"Try specifying a different superclass, or removing the extends clause.","code":"extends_non_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/watch_invoices_bloc/watch_invoices_state.dart","offset":183,"length":9,"startLine":6,"startColumn":43},"message":"Undefined class 'Equatable'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Equatable'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/watch_invoices_bloc/watch_invoices_state.dart","offset":130,"length":10,"startLine":5,"startColumn":1},"message":"Undefined name 'immutable' used as an annotation.","correction":"Try defining the name or importing it from another library.","code":"undefined_annotation","url":"https://dart.dev/tools/diagnostic-messages#undefined_annotation","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/watch_invoices_bloc/watch_invoices_state.dart","offset":83,"length":44,"startLine":3,"startColumn":8},"message":"Target of URI doesn't exist: 'package:sendmany/common/models/models.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exis… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/watch_invoices_bloc/bloc.dart","errors":[]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/watch_invoices_bloc/watch_invoices_event.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/watch_invoices_bloc/watch_invoices_event.dart","offset":34,"length":10,"startLine":3,"startColumn":1},"message":"Undefined name 'immutable' used as an annotation.","correction":"Try defining the name or importing it from another library.","code":"undefined_annotation","url":"https://dart.dev/tools/diagnostic-messages#undefined_annotation","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/watch_invoices_bloc/watch_invoices_event.dart","offset":7,"length":24,"startLine":1,"startColumn":8},"message":"Target of URI doesn't exist: 'package:meta/meta.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true}]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/receive_page.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/receive_page.dart","offset":565,"length":67,"startLine":11,"startColumn":8},"message":"Target of URI doesn't exist: 'package:sendmany/wallet/receive/onchain/show_onchain_invoice.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/receive_page.dart","offset":4754,"length":25,"startLine":138,"startColumn":26},"message":"The name 'SubscribeTransactionsBloc' isn't a type so it can't be used as a type argument.","correction":"Try correcting the name to an existing type, or defining a type named 'SubscribeTransactionsBloc'.","code":"non_type_as_type_argument","url":"https://dart.dev/tools/diagnostic-messages#non_type_as_type_argument","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/receive_page.dart","offset":4569,"length":17,"startLine":133,"startColumn":25},"message":"The method 'MultiBlocProvider' isn't defined for the class '_ReceivePageState'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'MultiBlocProvider'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/receive_page.dart","offset":912,"length":5,"startLine":20,"startColumn":3},"message":"Undefined class 'Int64'.","correction":"Try changing the name … | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/bloc/ln_info_bloc.dart","errors":[{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/bloc/ln_info_bloc.dart","offset":1087,"length":20,"startLine":31,"startColumn":34},"message":"The method 'WalletBalanceRequest' isn't defined for the class 'LnInfoBloc'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'WalletBalanceRequest'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/bloc/ln_info_bloc.dart","offset":557,"length":24,"startLine":18,"startColumn":20},"message":"The method 'LnConnectionDataProvider' isn't defined for the class 'LnInfoBloc'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'LnConnectionDataProvider'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/bloc/ln_info_bloc.dart","offset":622,"length":24,"startLine":19,"startColumn":22},"message":"The method 'LnConnectionDataProvider' isn't defined for the class 'LnInfoBloc'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'LnConnectionDataProvider'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/bloc/ln_info_bloc.dart","offset":753,"length":5,"startLine":22,"startColumn":18},"message":"Undefined name 'state'.","correction":"Try correcting t… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/bloc/ln_info_event.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/bloc/ln_info_event.dart","offset":7,"length":24,"startLine":1,"startColumn":8},"message":"Target of URI doesn't exist: 'package:meta/meta.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/bloc/ln_info_event.dart","offset":34,"length":10,"startLine":3,"startColumn":1},"message":"Undefined name 'immutable' used as an annotation.","correction":"Try defining the name or importing it from another library.","code":"undefined_annotation","url":"https://dart.dev/tools/diagnostic-messages#undefined_annotation","hasFix":true}]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/bloc/bloc.dart","errors":[]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/bloc/ln_info_state.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/bloc/ln_info_state.dart","offset":50,"length":24,"startLine":2,"startColumn":8},"message":"Target of URI doesn't exist: 'package:meta/meta.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/bloc/ln_info_state.dart","offset":83,"length":57,"startLine":3,"startColumn":8},"message":"Target of URI doesn't exist: 'package:sendmany/common/connection/lnd_rpc/lnd_rpc.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/bloc/ln_info_state.dart","offset":281,"length":5,"startLine":10,"startColumn":20},"message":"The getter doesn't override an inherited getter.","correction":"Try updating this class to match the superclass, or removing the override annotation.","code":"override_on_non_overriding_member","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/bloc/ln_info_state.dart","offset":143,"length":10,"startLine":5,"startColumn":1},"message":"Undefined name 'immutable' used as an annotation.","correction":"Try defining the name or importing it from another library.","code":"undefined_annotation","url":"https://dart.dev/tools/diagnostic-messages#undefined_annotation"… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/list_transactions/list_transactions_event.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/list_transactions/list_transactions_event.dart","offset":34,"length":10,"startLine":3,"startColumn":1},"message":"Undefined name 'immutable' used as an annotation.","correction":"Try defining the name or importing it from another library.","code":"undefined_annotation","url":"https://dart.dev/tools/diagnostic-messages#undefined_annotation","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/list_transactions/list_transactions_event.dart","offset":7,"length":24,"startLine":1,"startColumn":8},"message":"Target of URI doesn't exist: 'package:meta/meta.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true}]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/list_transactions/list_transactions_state.dart","errors":[{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/list_transactions/list_transactions_state.dart","offset":268,"length":5,"startLine":10,"startColumn":20},"message":"The getter doesn't override an inherited getter.","correction":"Try updating this class to match the superclass, or removing the override annotation.","code":"override_on_non_overriding_member","hasFix":false},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/list_transactions/list_transactions_state.dart","offset":702,"length":2,"startLine":32,"startColumn":14},"message":"The name 'Tx' isn't a type so it can't be used as a type argument.","correction":"Try correcting the name to an existing type, or defining a type named 'Tx'.","code":"non_type_as_type_argument","url":"https://dart.dev/tools/diagnostic-messages#non_type_as_type_argument","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/list_transactions/list_transactions_state.dart","offset":346,"length":2,"startLine":14,"startColumn":14},"message":"The name 'Tx' isn't a type so it can't be used as a type argument.","correction":"Try correcting the name to an existing type, or defining a type named 'Tx'.","code":"non_type_as_type_argument","url":"https://dart.dev/tools/diagnostic-messages#non_type_as_type_argument","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/list_transactions/list_transactions_state.dart","offset":176,"length":9,"startLine":6,"startColumn":36},"message":"Undefined class 'Equatable'.","correction":"Try changing the name to the name of an existing class, or creating a class… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/list_transactions/list_transactions_bloc.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/list_transactions/list_transactions_bloc.dart","offset":762,"length":4,"startLine":23,"startColumn":26},"message":"Undefined class 'Bloc'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Bloc'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/list_transactions/list_transactions_bloc.dart","offset":3036,"length":15,"startLine":113,"startColumn":23},"message":"The method doesn't override an inherited method.","correction":"Try updating this class to match the superclass, or removing the override annotation.","code":"override_on_non_overriding_member","hasFix":false},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/list_transactions/list_transactions_bloc.dart","offset":1632,"length":24,"startLine":57,"startColumn":20},"message":"The method 'LnConnectionDataProvider' isn't defined for the class 'ListTxBloc'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'LnConnectionDataProvider'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/list_transactions/list_transactions_bloc.dart","offset":28,"length":24,"startLine":2,"startColumn":8},"message":"Target of URI doesn't exist: 'package:bloc/bloc.dart'.","correction":"Try creating the file referenced by the URI, or Try using … | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/list_transactions/bloc.dart","errors":[]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/transactions_widget.dart","errors":[{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/transactions_widget.dart","offset":1859,"length":6,"startLine":59,"startColumn":49},"message":"Undefined name 'Colors'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.dev/tools/diagnostic-messages#undefined_identifier","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/transactions_widget.dart","offset":1580,"length":4,"startLine":52,"startColumn":5},"message":"Undefined class 'Icon'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Icon'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/transactions_widget.dart","offset":2730,"length":3,"startLine":87,"startColumn":12},"message":"The method 'Row' isn't defined for the class '_TransactionsWidgetState'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'Row'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/transactions_widget.dart","offset":1992,"length":6,"startLine":63,"startColumn":44},"message":"Undefined name 'Colors'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.dev/tools/diagnostic-messages#undefined_identifier","hasFix":true},{"severi… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/balance_overview_widget.dart","errors":[{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/balance_overview_widget.dart","offset":5763,"length":5,"startLine":154,"startColumn":24},"message":"Undefined name 'Icons'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.dev/tools/diagnostic-messages#undefined_identifier","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/balance_overview_widget.dart","offset":3222,"length":14,"startLine":80,"startColumn":31},"message":"The method 'MoneyValueView' isn't defined for the class '_BalanceOverviewWidgetState'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'MoneyValueView'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/balance_overview_widget.dart","offset":429,"length":51,"startLine":9,"startColumn":8},"message":"Target of URI doesn't exist: 'package:sendmany/wallet/receive/receive_page.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/balance_overview_widget.dart","offset":200,"length":40,"startLine":5,"startColumn":8},"message":"Target of URI doesn't exist: 'package:sendmany/common/constants.dart'.","correction":"Try creating the file referenced by the URI, o… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/send_transaction_widget.dart","errors":[{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/send_transaction_widget.dart","offset":5126,"length":12,"startLine":156,"startColumn":15},"message":"The method 'RaisedButton' isn't defined for the class '_SendTransactionWidgetState'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'RaisedButton'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/send_transaction_widget.dart","offset":2433,"length":4,"startLine":71,"startColumn":36},"message":"The method 'Text' isn't defined for the class '_SendTransactionWidgetState'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'Text'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/send_transaction_widget.dart","offset":802,"length":9,"startLine":22,"startColumn":5},"message":"Undefined name 'required' used as an annotation.","correction":"Try defining the name or importing it from another library.","code":"undefined_annotation","url":"https://dart.dev/tools/diagnostic-messages#undefined_annotation","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/send_transaction_widget.dart","offset":1500,"length":12,"startLine":49,"startColumn":16},"message":"Undefined class 'BuildContext'.","correction":"Try changing the name to the name of an existing class, or creating a class with the nam… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/on_chain/send_coins/bloc/send_coins_bloc.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/on_chain/send_coins/bloc/send_coins_bloc.dart","offset":61,"length":24,"startLine":3,"startColumn":8},"message":"Target of URI doesn't exist: 'package:grpc/grpc.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/on_chain/send_coins/bloc/send_coins_bloc.dart","offset":429,"length":15,"startLine":13,"startColumn":26},"message":"The method doesn't override an inherited method.","correction":"Try updating this class to match the superclass, or removing the override annotation.","code":"override_on_non_overriding_member","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/on_chain/send_coins/bloc/send_coins_bloc.dart","offset":28,"length":24,"startLine":2,"startColumn":8},"message":"Target of URI doesn't exist: 'package:bloc/bloc.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/on_chain/send_coins/bloc/send_coins_bloc.dart","offset":350,"length":12,"startLine":10,"startColumn":22},"message":"The getter doesn't override an inherited getter.","correction":"Try updating this class to match the superclass, or removing the override annotation.","code":"override_on_non_ov… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/on_chain/send_coins/bloc/bloc.dart","errors":[]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/on_chain/send_coins/bloc/send_coins_event.dart","errors":[{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/on_chain/send_coins/bloc/send_coins_event.dart","offset":520,"length":5,"startLine":23,"startColumn":23},"message":"Undefined name 'Int64'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.dev/tools/diagnostic-messages#undefined_identifier","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/on_chain/send_coins/bloc/send_coins_event.dart","offset":50,"length":28,"startLine":2,"startColumn":8},"message":"Target of URI doesn't exist: 'package:fixnum/fixnum.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/on_chain/send_coins/bloc/send_coins_event.dart","offset":422,"length":9,"startLine":20,"startColumn":5},"message":"Undefined name 'required' used as an annotation.","correction":"Try defining the name or importing it from another library.","code":"undefined_annotation","url":"https://dart.dev/tools/diagnostic-messages#undefined_annotation","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/on_chain/send_coins/bloc/send_coins_event.dart","offset":154,"length":9,"startLine":6,"startColumn":30},"message":"Classes can only extend other classes.","correction":"Try specifying a different superclass, or removing the extends clause.","code":"extends_non_class","hasFix"… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/on_chain/send_coins/bloc/send_coins_state.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/on_chain/send_coins/bloc/send_coins_state.dart","offset":87,"length":24,"startLine":3,"startColumn":8},"message":"Target of URI doesn't exist: 'package:meta/meta.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/on_chain/send_coins/bloc/send_coins_state.dart","offset":826,"length":5,"startLine":39,"startColumn":20},"message":"The getter doesn't override an inherited getter.","correction":"Try updating this class to match the superclass, or removing the override annotation.","code":"override_on_non_overriding_member","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/on_chain/send_coins/bloc/send_coins_state.dart","offset":7,"length":34,"startLine":1,"startColumn":8},"message":"Target of URI doesn't exist: 'package:equatable/equatable.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/on_chain/send_coins/bloc/send_coins_state.dart","offset":261,"length":5,"startLine":10,"startColumn":20},"message":"The getter doesn't override an inherited getter.","correction":"Try updating this class to match the superclass, or removing the override annotation.","code":"overri… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/on_chain/send_coins/send_coins_input_widget.dart","errors":[{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/on_chain/send_coins/send_coins_input_widget.dart","offset":570,"length":11,"startLine":20,"startColumn":30},"message":"The method doesn't override an inherited method.","correction":"Try updating this class to match the superclass, or removing the override annotation.","code":"override_on_non_overriding_member","hasFix":false},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/on_chain/send_coins/send_coins_input_widget.dart","offset":2190,"length":2,"startLine":72,"startColumn":30},"message":"The method 'tr' isn't defined for the class '_SendCoinsInputWidgetState'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'tr'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/on_chain/send_coins/send_coins_input_widget.dart","offset":775,"length":5,"startLine":26,"startColumn":3},"message":"Undefined class 'Int64'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Int64'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/on_chain/send_coins/send_coins_input_widget.dart","offset":1508,"length":13,"startLine":51,"startColumn":33},"message":"Undefined name 'TextInputType'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"htt… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/on_chain/send_coins/send_coins_page.dart","errors":[{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/on_chain/send_coins/send_coins_page.dart","offset":4370,"length":18,"startLine":137,"startColumn":7},"message":"Undefined name 'CrossAxisAlignment'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.dev/tools/diagnostic-messages#undefined_identifier","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/on_chain/send_coins/send_coins_page.dart","offset":1078,"length":5,"startLine":33,"startColumn":20},"message":"The method 'close' isn't defined for the class 'SendCoinsBloc'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'close'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/on_chain/send_coins/send_coins_page.dart","offset":1097,"length":7,"startLine":34,"startColumn":11},"message":"The method 'dispose' isn't defined in a superclass of '_SendCoinsPageState'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'dispose' in a superclass.","code":"undefined_super_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_super_method","hasFix":false},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/on_chain/send_coins/send_coins_page.dart","offset":3328,"length":4,"startLine":95,"startColumn":38},"message":"The method 'Text' isn't defined for the class '_SendCoinsPageState'.","corre… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/send_payment_page.dart","errors":[{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/send_payment_page.dart","offset":3361,"length":2,"startLine":107,"startColumn":20},"message":"The method 'tr' isn't defined for the class '_SendPaymentPageState'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'tr'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/send_payment_page.dart","offset":1469,"length":9,"startLine":48,"startColumn":30},"message":"Undefined name 'Navigator'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.dev/tools/diagnostic-messages#undefined_identifier","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/send_payment_page.dart","offset":6523,"length":12,"startLine":213,"startColumn":13},"message":"The method 'RaisedButton' isn't defined for the class '_SendPaymentPageState'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'RaisedButton'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/send_payment_page.dart","offset":1386,"length":10,"startLine":46,"startColumn":20},"message":"The method 'IconButton' isn't defined for the class '_SendPaymentPageState'.","correction":"Try correcting the name to the name of an existing… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_event.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_event.dart","offset":133,"length":9,"startLine":5,"startColumn":46},"message":"Classes can only extend other classes.","correction":"Try specifying a different superclass, or removing the extends clause.","code":"extends_non_class","hasFix":false},{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_event.dart","offset":407,"length":5,"startLine":18,"startColumn":20},"message":"The getter doesn't override an inherited getter.","correction":"Try updating this class to match the superclass, or removing the override annotation.","code":"override_on_non_overriding_member","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_event.dart","offset":133,"length":9,"startLine":5,"startColumn":46},"message":"Undefined class 'Equatable'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Equatable'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_event.dart","offset":293,"length":5,"startLine":13,"startColumn":20},"message":"The getter doesn't override an inherited getter.","correction":"Try updating this class to match the superclass, or removing the override annotation.","code":"override_on_non_overriding_member","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_bloc.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_bloc.dart","offset":94,"length":65,"startLine":4,"startColumn":8},"message":"Target of URI doesn't exist: 'package:sendmany/common/connection/connection_manager/bloc.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_bloc.dart","offset":168,"length":56,"startLine":5,"startColumn":8},"message":"Target of URI doesn't exist: 'package:sendmany/common/connection/lnd_rpc/rpc.pb.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_bloc.dart","offset":1127,"length":11,"startLine":34,"startColumn":18},"message":"The method 'CallOptions' isn't defined for the class 'DecodePayReqBloc'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'CallOptions'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_bloc.dart","offset":61… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_state.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_state.dart","offset":50,"length":24,"startLine":2,"startColumn":8},"message":"Target of URI doesn't exist: 'package:meta/meta.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_state.dart","offset":474,"length":5,"startLine":19,"startColumn":20},"message":"The getter doesn't override an inherited getter.","correction":"Try updating this class to match the superclass, or removing the override annotation.","code":"override_on_non_overriding_member","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_state.dart","offset":557,"length":6,"startLine":23,"startColumn":9},"message":"Undefined class 'PayReq'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'PayReq'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_state.dart","offset":7,"length":34,"startLine":1,"startColumn":8},"message":"Target of URI doesn't exist: 'package:equatable/equatable.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/decode_payreq/bloc/bloc.dart","errors":[]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/send_payment/bloc/send_payment_event.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/send_payment/bloc/send_payment_event.dart","offset":50,"length":24,"startLine":2,"startColumn":8},"message":"Target of URI doesn't exist: 'package:meta/meta.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/send_payment/bloc/send_payment_event.dart","offset":77,"length":10,"startLine":4,"startColumn":1},"message":"Undefined name 'immutable' used as an annotation.","correction":"Try defining the name or importing it from another library.","code":"undefined_annotation","url":"https://dart.dev/tools/diagnostic-messages#undefined_annotation","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/send_payment/bloc/send_payment_event.dart","offset":128,"length":9,"startLine":5,"startColumn":41},"message":"Undefined class 'Equatable'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Equatable'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/send_payment/bloc/send_payment_event.dart","offset":7,"length":34,"startLine":1,"startColumn":8},"message":"Target of URI doesn't exist: 'package:equatable/equatable.dart'.","correction":"Try creating the file referenc… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/send_payment/bloc/send_payment_state.dart","errors":[{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/send_payment/bloc/send_payment_state.dart","offset":483,"length":5,"startLine":19,"startColumn":20},"message":"The getter doesn't override an inherited getter.","correction":"Try updating this class to match the superclass, or removing the override annotation.","code":"override_on_non_overriding_member","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/send_payment/bloc/send_payment_state.dart","offset":194,"length":9,"startLine":6,"startColumn":41},"message":"Undefined class 'Equatable'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Equatable'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/send_payment/bloc/send_payment_state.dart","offset":194,"length":9,"startLine":6,"startColumn":41},"message":"Classes can only extend other classes.","correction":"Try specifying a different superclass, or removing the extends clause.","code":"extends_non_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/send_payment/bloc/send_payment_state.dart","offset":384,"length":12,"startLine":14,"startColumn":9},"message":"Undefined class 'SendResponse'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'SendResponse'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":fals… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/send_payment/bloc/send_payment_bloc.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/send_payment/bloc/send_payment_bloc.dart","offset":607,"length":14,"startLine":20,"startColumn":3},"message":"Undefined class 'ResponseStream'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'ResponseStream'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/send_payment/bloc/send_payment_bloc.dart","offset":1214,"length":5,"startLine":44,"startColumn":16},"message":"The method doesn't override an inherited method.","correction":"Try updating this class to match the superclass, or removing the override annotation.","code":"override_on_non_overriding_member","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/send_payment/bloc/send_payment_bloc.dart","offset":61,"length":24,"startLine":3,"startColumn":8},"message":"Target of URI doesn't exist: 'package:grpc/grpc.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/send_payment/bloc/send_payment_bloc.dart","offset":1341,"length":15,"startLine":50,"startColumn":28},"message":"The method doesn't override an inherited method.","correction":"Try updating this class to match the superclass, or removing the override annotation.","code":"… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/send_payment/bloc/bloc.dart","errors":[]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/send_page.dart","errors":[{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/send_page.dart","offset":4382,"length":12,"startLine":151,"startColumn":18},"message":"The method 'BlocProvider' isn't defined for the class '_SendPageState'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'BlocProvider'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/send_page.dart","offset":2978,"length":15,"startLine":108,"startColumn":27},"message":"The method 'InputDecoration' isn't defined for the class '_SendPageState'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'InputDecoration'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/send_page.dart","offset":87,"length":40,"startLine":3,"startColumn":8},"message":"Target of URI doesn't exist: 'package:flutter_bloc/flutter_bloc.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/send_page.dart","offset":4805,"length":12,"startLine":170,"startColumn":20},"message":"Undefined name 'BlocProvider'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https:/… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/wallet_page.dart","errors":[{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/wallet_page.dart","offset":2628,"length":6,"startLine":77,"startColumn":49},"message":"Undefined name 'Colors'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.dev/tools/diagnostic-messages#undefined_identifier","hasFix":true},{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/wallet_page.dart","offset":2887,"length":6,"startLine":87,"startColumn":18},"message":"Undefined name 'Colors'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.dev/tools/diagnostic-messages#undefined_identifier","hasFix":true},{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/wallet_page.dart","offset":2071,"length":5,"startLine":64,"startColumn":21},"message":"Undefined name 'Icons'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.dev/tools/diagnostic-messages#undefined_identifier","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/wallet_page.dart","offset":2066,"length":4,"startLine":64,"startColumn":16},"message":"The method 'Icon' isn't defined for the class '_WalletPageState'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'Icon'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/wallet_page.dart"… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/peers/bloc/list_peers_state.dart","errors":[{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/peers/bloc/list_peers_state.dart","offset":230,"length":5,"startLine":11,"startColumn":20},"message":"The getter doesn't override an inherited getter.","correction":"Try updating this class to match the superclass, or removing the override annotation.","code":"override_on_non_overriding_member","hasFix":false},{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/peers/bloc/list_peers_state.dart","offset":326,"length":5,"startLine":16,"startColumn":20},"message":"The getter doesn't override an inherited getter.","correction":"Try updating this class to match the superclass, or removing the override annotation.","code":"override_on_non_overriding_member","hasFix":false},{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/peers/bloc/list_peers_state.dart","offset":487,"length":5,"startLine":25,"startColumn":20},"message":"The getter doesn't override an inherited getter.","correction":"Try updating this class to match the superclass, or removing the override annotation.","code":"override_on_non_overriding_member","hasFix":false},{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/peers/bloc/list_peers_state.dart","offset":692,"length":5,"startLine":34,"startColumn":20},"message":"The getter doesn't override an inherited getter.","correction":"Try updating this class to match the superclass, or removing the override annotation.","code":"override_on_non_overriding_member","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/peers/bloc/list_peers_state.dart","offset":7,"length":34,"startLine":1,"startColumn":8},"message":"Target of URI do… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/peers/bloc/models.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/peers/bloc/models.dart","offset":267,"length":8,"startLine":11,"startColumn":9},"message":"Undefined class 'NodeInfo'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'NodeInfo'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/peers/bloc/models.dart","offset":7,"length":44,"startLine":1,"startColumn":8},"message":"Target of URI doesn't exist: 'package:sendmany/common/models/models.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/peers/bloc/models.dart","offset":219,"length":4,"startLine":8,"startColumn":9},"message":"Undefined class 'Peer'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Peer'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false}]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/peers/bloc/bloc.dart","errors":[]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/peers/bloc/list_peers_event.dart","errors":[{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/peers/bloc/list_peers_event.dart","offset":199,"length":5,"startLine":9,"startColumn":20},"message":"The getter doesn't override an inherited getter.","correction":"Try updating this class to match the superclass, or removing the override annotation.","code":"override_on_non_overriding_member","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/peers/bloc/list_peers_event.dart","offset":82,"length":9,"startLine":3,"startColumn":39},"message":"Classes can only extend other classes.","correction":"Try specifying a different superclass, or removing the extends clause.","code":"extends_non_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/peers/bloc/list_peers_event.dart","offset":7,"length":34,"startLine":1,"startColumn":8},"message":"Target of URI doesn't exist: 'package:equatable/equatable.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/peers/bloc/list_peers_event.dart","offset":82,"length":9,"startLine":3,"startColumn":39},"message":"Undefined class 'Equatable'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Equatable'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false}]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/peers/bloc/list_peers_bloc.dart","errors":[{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/peers/bloc/list_peers_bloc.dart","offset":413,"length":12,"startLine":13,"startColumn":22},"message":"The getter doesn't override an inherited getter.","correction":"Try updating this class to match the superclass, or removing the override annotation.","code":"override_on_non_overriding_member","hasFix":false},{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/peers/bloc/list_peers_bloc.dart","offset":942,"length":4,"startLine":30,"startColumn":45},"message":"Undefined name 'Peer'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.dev/tools/diagnostic-messages#undefined_identifier","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/peers/bloc/list_peers_bloc.dart","offset":2116,"length":24,"startLine":70,"startColumn":18},"message":"The method 'LnConnectionDataProvider' isn't defined for the class 'ListPeersBloc'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'LnConnectionDataProvider'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/peers/bloc/list_peers_bloc.dart","offset":2391,"length":8,"startLine":76,"startColumn":41},"message":"Undefined name 'NodeInfo'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.dev/tools/diagnostic-messages#undefined_identifier","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_E… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/peers_list_widget.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/peers_list_widget.dart","offset":560,"length":14,"startLine":14,"startColumn":39},"message":"Undefined class 'ListPeersState'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'ListPeersState'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/peers_list_widget.dart","offset":415,"length":5,"startLine":11,"startColumn":10},"message":"The method doesn't override an inherited method.","correction":"Try updating this class to match the superclass, or removing the override annotation.","code":"override_on_non_overriding_member","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/peers_list_widget.dart","offset":96,"length":46,"startLine":3,"startColumn":8},"message":"Target of URI doesn't exist: 'package:flutter_spinkit/flutter_spinkit.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/peers_list_widget.dart","offset":151,"length":40,"startLine":4,"startColumn":8},"message":"Target of URI doesn't exist: 'package:sendmany/common/constants.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severi… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/node_overview_widget.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/node_overview_widget.dart","offset":319,"length":14,"startLine":8,"startColumn":34},"message":"Undefined class 'StatefulWidget'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'StatefulWidget'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/node_overview_widget.dart","offset":593,"length":10,"startLine":17,"startColumn":29},"message":"The name 'LnInfoBloc' isn't a type so it can't be used as a type argument.","correction":"Try correcting the name to an existing type, or defining a type named 'LnInfoBloc'.","code":"non_type_as_type_argument","url":"https://dart.dev/tools/diagnostic-messages#non_type_as_type_argument","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/node_overview_widget.dart","offset":462,"length":5,"startLine":13,"startColumn":40},"message":"Classes can only extend other classes.","correction":"Try specifying a different superclass, or removing the extends clause.","code":"extends_non_class","hasFix":false},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/node_overview_widget.dart","offset":951,"length":4,"startLine":25,"startColumn":16},"message":"The method 'Text' isn't defined for the class '_NodeOverviewWidgetState'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'Text'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severit… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/list_channels_page.dart","errors":[{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/list_channels_page.dart","offset":8182,"length":8,"startLine":258,"startColumn":15},"message":"The method 'SizedBox' isn't defined for the class '_ListChannelsPageState'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'SizedBox'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/list_channels_page.dart","offset":3059,"length":7,"startLine":83,"startColumn":24},"message":"The method 'Divider' isn't defined for the class '_ListChannelsPageState'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'Divider'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/list_channels_page.dart","offset":5100,"length":8,"startLine":158,"startColumn":15},"message":"The method 'Expanded' isn't defined for the class '_ListChannelsPageState'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'Expanded'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/list_channels_page.dart","offset":6147,"length":4,"startLine":193,"startColumn":16},"message":"The method 'Icon' isn't defined for the class '_ListChannelsPageState'.","correction":"Try correcting the name to the name of … | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/manual_partner_input.dart","errors":[{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/manual_partner_input.dart","offset":4815,"length":10,"startLine":155,"startColumn":16},"message":"Undefined name 'MediaQuery'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.dev/tools/diagnostic-messages#undefined_identifier","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/manual_partner_input.dart","offset":2403,"length":6,"startLine":86,"startColumn":3},"message":"Undefined class 'Widget'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Widget'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/manual_partner_input.dart","offset":753,"length":11,"startLine":23,"startColumn":34},"message":"The method doesn't override an inherited method.","correction":"Try updating this class to match the superclass, or removing the override annotation.","code":"override_on_non_overriding_member","hasFix":false},{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/manual_partner_input.dart","offset":4190,"length":12,"startLine":132,"startColumn":15},"message":"Undefined name 'RaisedButton'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.dev/tools/diagnostic-messages#undefined_identifier","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/chan… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel_alert_dialog.dart","errors":[{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel_alert_dialog.dart","offset":1219,"length":6,"startLine":49,"startColumn":24},"message":"The name 'Widget' isn't a type so it can't be used as a type argument.","correction":"Try correcting the name to an existing type, or defining a type named 'Widget'.","code":"non_type_as_type_argument","url":"https://dart.dev/tools/diagnostic-messages#non_type_as_type_argument","hasFix":true},{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel_alert_dialog.dart","offset":620,"length":11,"startLine":30,"startColumn":33},"message":"The method doesn't override an inherited method.","correction":"Try updating this class to match the superclass, or removing the override annotation.","code":"override_on_non_overriding_member","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel_alert_dialog.dart","offset":911,"length":12,"startLine":41,"startColumn":16},"message":"Undefined class 'BuildContext'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'BuildContext'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel_alert_dialog.dart","offset":2128,"length":5,"startLine":75,"startColumn":54},"message":"Undefined class 'Int64'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Int64'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","has… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/display_channel_info_page.dart","errors":[{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/display_channel_info_page.dart","offset":1829,"length":6,"startLine":58,"startColumn":20},"message":"The method 'Column' isn't defined for the class '_DisplayChannelInfoPageState'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'Column'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/display_channel_info_page.dart","offset":1771,"length":20,"startLine":57,"startColumn":28},"message":"Undefined class 'EdgeInsets.symmetric'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'EdgeInsets.symmetric'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/display_channel_info_page.dart","offset":450,"length":14,"startLine":13,"startColumn":38},"message":"Undefined class 'StatefulWidget'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'StatefulWidget'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/display_channel_info_page.dart","offset":2676,"length":10,"startLine":86,"startColumn":9},"message":"The method 'DataColumn' isn't defined for the class '_DisplayChannelInfoPageState'.","correction":"Try correcting the name to the name of an exis… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/create_channel_page.dart","errors":[{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/create_channel_page.dart","offset":5424,"length":13,"startLine":176,"startColumn":26},"message":"The method 'SpinKitRipple' isn't defined for the class '_CreateChannelPageState'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'SpinKitRipple'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/create_channel_page.dart","offset":5781,"length":6,"startLine":186,"startColumn":14},"message":"The method 'Column' isn't defined for the class '_CreateChannelPageState'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'Column'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/create_channel_page.dart","offset":976,"length":5,"startLine":27,"startColumn":39},"message":"Undefined class 'State'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'State'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/create_channel_page.dart","offset":6417,"length":20,"startLine":209,"startColumn":14},"message":"The method 'FloatingActionButton' isn't defined for the class '_CreateChannelPageState'.","correction":"Try correcting the name to the name of an existing method,… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/list_channels/bloc/list_channels_state.dart","errors":[{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/list_channels/bloc/list_channels_state.dart","offset":394,"length":5,"startLine":15,"startColumn":20},"message":"The getter doesn't override an inherited getter.","correction":"Try updating this class to match the superclass, or removing the override annotation.","code":"override_on_non_overriding_member","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/list_channels/bloc/list_channels_state.dart","offset":7,"length":34,"startLine":1,"startColumn":8},"message":"Target of URI doesn't exist: 'package:equatable/equatable.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/list_channels/bloc/list_channels_state.dart","offset":50,"length":24,"startLine":2,"startColumn":8},"message":"Target of URI doesn't exist: 'package:meta/meta.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/list_channels/bloc/list_channels_state.dart","offset":286,"length":5,"startLine":10,"startColumn":20},"message":"The getter doesn't override an inherited getter.","correction":"Try updating this class to match the superclass, or removing the override annotation.","code":"override_on_non_overriding_member","… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/list_channels/bloc/bloc.dart","errors":[]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/list_channels/bloc/list_channels_bloc.dart","errors":[{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/list_channels/bloc/list_channels_bloc.dart","offset":556,"length":15,"startLine":15,"startColumn":29},"message":"The method doesn't override an inherited method.","correction":"Try updating this class to match the superclass, or removing the override annotation.","code":"override_on_non_overriding_member","hasFix":false},{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/list_channels/bloc/list_channels_bloc.dart","offset":1124,"length":8,"startLine":31,"startColumn":20},"message":"Undefined name 'NodeInfo'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.dev/tools/diagnostic-messages#undefined_identifier","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/list_channels/bloc/list_channels_bloc.dart","offset":168,"length":57,"startLine":5,"startColumn":8},"message":"Target of URI doesn't exist: 'package:sendmany/common/connection/lnd_rpc/lnd_rpc.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/list_channels/bloc/list_channels_bloc.dart","offset":1180,"length":18,"startLine":32,"startColumn":24},"message":"Undefined name 'EstablishedChannel'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.dev/tools/diagnostic-messages#undef… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/list_channels/bloc/list_channels_event.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/list_channels/bloc/list_channels_event.dart","offset":77,"length":10,"startLine":4,"startColumn":1},"message":"Undefined name 'immutable' used as an annotation.","correction":"Try defining the name or importing it from another library.","code":"undefined_annotation","url":"https://dart.dev/tools/diagnostic-messages#undefined_annotation","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/list_channels/bloc/list_channels_event.dart","offset":50,"length":24,"startLine":2,"startColumn":8},"message":"Target of URI doesn't exist: 'package:meta/meta.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/list_channels/bloc/list_channels_event.dart","offset":143,"length":10,"startLine":7,"startColumn":1},"message":"Undefined name 'immutable' used as an annotation.","correction":"Try defining the name or importing it from another library.","code":"undefined_annotation","url":"https://dart.dev/tools/diagnostic-messages#undefined_annotation","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/list_channels/bloc/list_channels_event.dart","offset":7,"length":34,"startLine":1,"startColumn":8},"message":"Target of URI doesn't exist: 'package:equatable/equatable.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/open_channel/bloc/open_channel_bloc.dart","errors":[{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/open_channel/bloc/open_channel_bloc.dart","offset":504,"length":15,"startLine":16,"startColumn":28},"message":"The method doesn't override an inherited method.","correction":"Try updating this class to match the superclass, or removing the override annotation.","code":"override_on_non_overriding_member","hasFix":false},{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/open_channel/bloc/open_channel_bloc.dart","offset":832,"length":9,"startLine":26,"startColumn":10},"message":"The name 'GrpcError' isn't a type and can't be used in an on-catch clause.","correction":"Try correcting the name to match an existing class.","code":"non_type_in_catch_clause","hasFix":false},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/open_channel/bloc/open_channel_bloc.dart","offset":604,"length":24,"startLine":18,"startColumn":18},"message":"The method 'LnConnectionDataProvider' isn't defined for the class 'OpenChannelBloc'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'LnConnectionDataProvider'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/open_channel/bloc/open_channel_bloc.dart","offset":62,"length":24,"startLine":4,"startColumn":8},"message":"Target of URI doesn't exist: 'package:grpc/grpc.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messag… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/open_channel/bloc/open_channel_state.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/open_channel/bloc/open_channel_state.dart","offset":137,"length":9,"startLine":4,"startColumn":41},"message":"Undefined class 'Equatable'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Equatable'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/open_channel/bloc/open_channel_state.dart","offset":1114,"length":5,"startLine":42,"startColumn":20},"message":"The getter doesn't override an inherited getter.","correction":"Try updating this class to match the superclass, or removing the override annotation.","code":"override_on_non_overriding_member","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/open_channel/bloc/open_channel_state.dart","offset":657,"length":12,"startLine":23,"startColumn":9},"message":"Undefined class 'ChannelPoint'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'ChannelPoint'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/open_channel/bloc/open_channel_state.dart","offset":7,"length":34,"startLine":1,"startColumn":8},"message":"Target of URI doesn't exist: 'package:equatable/equatable.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/d… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/open_channel/bloc/open_channel_event.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/open_channel/bloc/open_channel_event.dart","offset":198,"length":9,"startLine":6,"startColumn":32},"message":"Classes can only extend other classes.","correction":"Try specifying a different superclass, or removing the extends clause.","code":"extends_non_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/open_channel/bloc/open_channel_event.dart","offset":382,"length":5,"startLine":11,"startColumn":9},"message":"Undefined class 'Int64'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Int64'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/open_channel/bloc/open_channel_event.dart","offset":1474,"length":9,"startLine":39,"startColumn":5},"message":"Undefined name 'required' used as an annotation.","correction":"Try defining the name or importing it from another library.","code":"undefined_annotation","url":"https://dart.dev/tools/diagnostic-messages#undefined_annotation","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/open_channel/bloc/open_channel_event.dart","offset":87,"length":24,"startLine":3,"startColumn":8},"message":"Target of URI doesn't exist: 'package:meta/meta.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity"… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/open_channel/bloc/bloc.dart","errors":[]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/get_chan_info/get_chan_info_event.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/get_chan_info/get_chan_info_event.dart","offset":7,"length":28,"startLine":1,"startColumn":8},"message":"Target of URI doesn't exist: 'package:fixnum/fixnum.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/get_chan_info/get_chan_info_event.dart","offset":71,"length":10,"startLine":4,"startColumn":1},"message":"Undefined name 'immutable' used as an annotation.","correction":"Try defining the name or importing it from another library.","code":"undefined_annotation","url":"https://dart.dev/tools/diagnostic-messages#undefined_annotation","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/get_chan_info/get_chan_info_event.dart","offset":115,"length":5,"startLine":6,"startColumn":9},"message":"Undefined class 'Int64'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Int64'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/get_chan_info/get_chan_info_event.dart","offset":44,"length":24,"startLine":2,"startColumn":8},"message":"Target of URI doesn't exist: 'package:meta/meta.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/get_chan_info/get_chan_info_bloc.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/get_chan_info/get_chan_info_bloc.dart","offset":319,"length":4,"startLine":11,"startColumn":31},"message":"Undefined class 'Bloc'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Bloc'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/get_chan_info/get_chan_info_bloc.dart","offset":29,"length":24,"startLine":3,"startColumn":8},"message":"Target of URI doesn't exist: 'package:bloc/bloc.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/get_chan_info/get_chan_info_bloc.dart","offset":62,"length":24,"startLine":4,"startColumn":8},"message":"Target of URI doesn't exist: 'package:grpc/grpc.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/get_chan_info/get_chan_info_bloc.dart","offset":319,"length":4,"startLine":11,"startColumn":31},"message":"Classes can only extend other classes.","correction":"Try specifying a different superclass, or removing the extends clause.","code":"extends_non_class","hasFix":false}… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/get_chan_info/bloc.dart","errors":[]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/get_chan_info/get_chan_info_state.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/get_chan_info/get_chan_info_state.dart","offset":7,"length":28,"startLine":1,"startColumn":8},"message":"Target of URI doesn't exist: 'package:fixnum/fixnum.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/get_chan_info/get_chan_info_state.dart","offset":291,"length":5,"startLine":12,"startColumn":9},"message":"Undefined class 'Int64'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Int64'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/get_chan_info/get_chan_info_state.dart","offset":562,"length":5,"startLine":25,"startColumn":9},"message":"Undefined class 'Int64'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Int64'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/get_chan_info/get_chan_info_state.dart","offset":44,"length":24,"startLine":2,"startColumn":8},"message":"Target of URI doesn't exist: 'package:meta/meta.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exis… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/subscribe_channel_events/bloc/subscribe_channel_events_event.dart","errors":[{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/subscribe_channel_events/bloc/subscribe_channel_events_event.dart","offset":483,"length":5,"startLine":18,"startColumn":20},"message":"The getter doesn't override an inherited getter.","correction":"Try updating this class to match the superclass, or removing the override annotation.","code":"override_on_non_overriding_member","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/subscribe_channel_events/bloc/subscribe_channel_events_event.dart","offset":50,"length":53,"startLine":2,"startColumn":8},"message":"Target of URI doesn't exist: 'package:sendmany/common/models/channels/models.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/subscribe_channel_events/bloc/subscribe_channel_events_event.dart","offset":181,"length":12,"startLine":5,"startColumn":9},"message":"Undefined class 'ChannelPoint'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'ChannelPoint'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/subscribe_channel_events/bloc/subscribe_channel_events_event.dart","offset":286,"length":5,"startLine":10,"startColumn":20},"message":"The getter doesn't override an inherited getter.","correction":"Try updating t… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/subscribe_channel_events/bloc/bloc.dart","errors":[]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/subscribe_channel_events/bloc/subscribe_channel_events_bloc.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/subscribe_channel_events/bloc/subscribe_channel_events_bloc.dart","offset":6927,"length":18,"startLine":214,"startColumn":9},"message":"Undefined class 'EstablishedChannel'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'EstablishedChannel'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/subscribe_channel_events/bloc/subscribe_channel_events_bloc.dart","offset":976,"length":5,"startLine":28,"startColumn":43},"message":"Undefined name 'state'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.dev/tools/diagnostic-messages#undefined_identifier","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/subscribe_channel_events/bloc/subscribe_channel_events_bloc.dart","offset":3898,"length":7,"startLine":116,"startColumn":15},"message":"The name 'Channel' isn't a type so it can't be used as a type argument.","correction":"Try correcting the name to an existing type, or defining a type named 'Channel'.","code":"non_type_as_type_argument","url":"https://dart.dev/tools/diagnostic-messages#non_type_as_type_argument","hasFix":true},{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/subscribe_channel_events/bloc/subscribe_channel_events_bloc.dart","offset":6017,"length":12,"startLine":174,"startColumn":17},"message":"Undefined name 'ChannelPoint'.… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/subscribe_channel_events/bloc/subscribe_channel_events_state.dart","errors":[{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/subscribe_channel_events/bloc/subscribe_channel_events_state.dart","offset":2913,"length":5,"startLine":111,"startColumn":20},"message":"The getter doesn't override an inherited getter.","correction":"Try updating this class to match the superclass, or removing the override annotation.","code":"override_on_non_overriding_member","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/subscribe_channel_events/bloc/subscribe_channel_events_state.dart","offset":2755,"length":9,"startLine":105,"startColumn":52},"message":"Classes can only extend other classes.","correction":"Try specifying a different superclass, or removing the extends clause.","code":"extends_non_class","hasFix":false},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/subscribe_channel_events/bloc/subscribe_channel_events_state.dart","offset":293,"length":7,"startLine":8,"startColumn":14},"message":"The name 'Channel' isn't a type so it can't be used as a type argument.","correction":"Try correcting the name to an existing type, or defining a type named 'Channel'.","code":"non_type_as_type_argument","url":"https://dart.dev/tools/diagnostic-messages#non_type_as_type_argument","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/subscribe_channel_events/bloc/subscribe_channel_events_state.dart","offset":414,"length":9,"startLine":14,"startColumn":5},"message":"Undefined name 'required' used as an annotation.","correction":"Try defining the name or importing it from another library.","code":"undefined_annotation","url… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/bloc.dart","errors":[]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_state.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_state.dart","offset":44,"length":24,"startLine":2,"startColumn":8},"message":"Target of URI doesn't exist: 'package:meta/meta.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_state.dart","offset":113,"length":10,"startLine":5,"startColumn":1},"message":"Undefined name 'immutable' used as an annotation.","correction":"Try defining the name or importing it from another library.","code":"undefined_annotation","url":"https://dart.dev/tools/diagnostic-messages#undefined_annotation","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_state.dart","offset":7,"length":28,"startLine":1,"startColumn":8},"message":"Target of URI doesn't exist: 'package:fixnum/fixnum.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true}]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_event.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_event.dart","offset":7,"length":28,"startLine":1,"startColumn":8},"message":"Target of URI doesn't exist: 'package:fixnum/fixnum.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_event.dart","offset":243,"length":5,"startLine":11,"startColumn":9},"message":"Undefined class 'Int64'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Int64'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_event.dart","offset":44,"length":24,"startLine":2,"startColumn":8},"message":"Target of URI doesn't exist: 'package:meta/meta.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_event.dart","offset":114,"length":10,"startLine":6,"startColumn":1},"message":"Undefined name 'immutable' used as an annotation.","correction":"Try defining the name or importing it from another library.","code":"undefined_annotation","url… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/open_channel_settings_widget.dart","errors":[{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/open_channel_settings_widget.dart","offset":2787,"length":6,"startLine":83,"startColumn":26},"message":"The name 'Widget' isn't a type so it can't be used as a type argument.","correction":"Try correcting the name to an existing type, or defining a type named 'Widget'.","code":"non_type_as_type_argument","url":"https://dart.dev/tools/diagnostic-messages#non_type_as_type_argument","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/open_channel_settings_widget.dart","offset":1472,"length":8,"startLine":46,"startColumn":13},"message":"The method 'SizedBox' isn't defined for the class '_OpenChannelSettingsWidgetState'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'SizedBox'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/open_channel_settings_widget.dart","offset":2035,"length":14,"startLine":62,"startColumn":30},"message":"Undefined name 'OnchainFeeType'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.dev/tools/diagnostic-messages#undefined_identifier","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/open_channel_settings_widget.dart","offset":2812,"length":12,"startLine":84,"startColumn":17},"message":"The method 'RaisedButton' isn't defined for the class '_OpenChannelSettingsWidgetState'.","correction":"Try correcting the name to the name… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/pedantic.dart","errors":[]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/auth/login/login_event.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/auth/login/login_event.dart","offset":40,"length":34,"startLine":2,"startColumn":8},"message":"Target of URI doesn't exist: 'package:equatable/equatable.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/auth/login/login_event.dart","offset":7,"length":24,"startLine":1,"startColumn":8},"message":"Target of URI doesn't exist: 'package:meta/meta.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/auth/login/login_event.dart","offset":111,"length":9,"startLine":4,"startColumn":35},"message":"Classes can only extend other classes.","correction":"Try specifying a different superclass, or removing the extends clause.","code":"extends_non_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/auth/login/login_event.dart","offset":217,"length":9,"startLine":9,"startColumn":23},"message":"Undefined name 'required' used as an annotation.","correction":"Try defining the name or importing it from another library.","code":"undefined_annotation","url":"https://dart.dev/tools/diagnostic-messages#undefined_annotation","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobi… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/auth/login/login_page.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/auth/login/login_page.dart","offset":7,"length":31,"startLine":1,"startColumn":8},"message":"Target of URI doesn't exist: 'package:flutter/material.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/auth/login/login_page.dart","offset":1312,"length":7,"startLine":46,"startColumn":17},"message":"The method 'Padding' isn't defined for the class '_LoginPageState'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'Padding'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/auth/login/login_page.dart","offset":272,"length":14,"startLine":8,"startColumn":25},"message":"Classes can only extend other classes.","correction":"Try specifying a different superclass, or removing the extends clause.","code":"extends_non_class","hasFix":false},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/auth/login/login_page.dart","offset":1008,"length":6,"startLine":37,"startColumn":26},"message":"The name 'Widget' isn't a type so it can't be used as a type argument.","correction":"Try correcting the name to an existing type, or defining a type named 'Widget'.","code":"non_type_as_type_argument","url":"https://dart.dev/tools/diagnostic-messages#non_type_as_type_argument","hasFix":true},{"severity":"ERROR","type… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/auth/login/login_form.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/auth/login/login_form.dart","offset":416,"length":5,"startLine":17,"startColumn":3},"message":"Undefined class 'State'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'State'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"STATIC_TYPE_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/auth/login/login_form.dart","offset":1855,"length":9,"startLine":70,"startColumn":41},"message":"The method 'FocusNode' isn't defined for the class '_LoginFormState'.","correction":"Try correcting the name to the name of an existing method, or defining a method named 'FocusNode'.","code":"undefined_method","url":"https://dart.dev/tools/diagnostic-messages#undefined_method","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/auth/login/login_form.dart","offset":298,"length":9,"startLine":9,"startColumn":9},"message":"Undefined class 'LoginBloc'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'LoginBloc'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/auth/login/login_form.dart","offset":932,"length":6,"startLine":32,"startColumn":32},"message":"Undefined name 'Colors'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.dev/tools/diagnostic-messages#undefined_identifier","hasFix":true},{"severity":"ERROR","type":"STATIC_TYPE_W… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/auth/login/bloc.dart","errors":[]}} | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/auth/login/login_bloc.dart","errors":[{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/auth/login/login_bloc.dart","offset":250,"length":12,"startLine":9,"startColumn":18},"message":"The getter doesn't override an inherited getter.","correction":"Try updating this class to match the superclass, or removing the override annotation.","code":"override_on_non_overriding_member","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/auth/login/login_bloc.dart","offset":62,"length":46,"startLine":4,"startColumn":8},"message":"Target of URI doesn't exist: 'package:sendmany/auth/login/login_event.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/auth/login/login_bloc.dart","offset":190,"length":4,"startLine":7,"startColumn":25},"message":"Undefined class 'Bloc'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Bloc'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/auth/login/login_bloc.dart","offset":376,"length":18,"startLine":13,"startColumn":18},"message":"The name 'LoginButtonPressed' isn't defined, so it can't be used in an 'is' expression.","correction":"Try changing the name to the name of an existing type, or creating a type with the name 'LoginButtonPressed'.","code":"type_test_with_undefined_name","url":"https://dart.dev/tools/diagnostic-messages#type_test_with_undefined_n… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/auth/login/login_state.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/auth/login/login_state.dart","offset":78,"length":9,"startLine":3,"startColumn":35},"message":"Undefined class 'Equatable'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'Equatable'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/auth/login/login_state.dart","offset":308,"length":5,"startLine":15,"startColumn":20},"message":"The getter doesn't override an inherited getter.","correction":"Try updating this class to match the superclass, or removing the override annotation.","code":"override_on_non_overriding_member","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/auth/login/login_state.dart","offset":78,"length":9,"startLine":3,"startColumn":35},"message":"Classes can only extend other classes.","correction":"Try specifying a different superclass, or removing the extends clause.","code":"extends_non_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/auth/login/login_state.dart","offset":7,"length":34,"startLine":1,"startColumn":8},"message":"Target of URI doesn't exist: 'package:equatable/equatable.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"INFO","type":"HINT","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/auth/login/login_state.dart","offset":507,"length":5,"startLine":2… | |
[10:15:30] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/main.dart","errors":[{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/main.dart","offset":255,"length":40,"startLine":7,"startColumn":8},"message":"Target of URI doesn't exist: 'package:sendmany/common/constants.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"STATIC_WARNING","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/main.dart","offset":7965,"length":22,"startLine":253,"startColumn":14},"message":"Undefined name 'sendManyBackgroundCard'.","correction":"Try correcting the name to one that is defined, or defining the name.","code":"undefined_identifier","url":"https://dart.dev/tools/diagnostic-messages#undefined_identifier","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/main.dart","offset":4304,"length":12,"startLine":133,"startColumn":16},"message":"Undefined class 'BuildContext'.","correction":"Try changing the name to the name of an existing class, or creating a class with the name 'BuildContext'.","code":"undefined_class","url":"https://dart.dev/tools/diagnostic-messages#undefined_class","hasFix":false},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/main.dart","offset":48,"length":24,"startLine":3,"startColumn":8},"message":"Target of URI doesn't exist: 'package:bloc/bloc.dart'.","correction":"Try creating the file referenced by the URI, or Try using a URI for a file that does exist.","code":"uri_does_not_exist","url":"https://dart.dev/tools/diagnostic-messages#uri_does_not_exist","hasFix":true},{"severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"/home/… | |
[10:15:30] [Analyzer] [Info] <== {"event":"server.status","params":{"analysis":{"isAnalyzing":false}}} | |
[10:15:32] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":172,"uri":"file:///home/fusion44/dev/mobile/sendmany/lib/main.dart","items":[{"label":"SendManyApp","declaringLibraryUri":"file:///home/fusion44/dev/mobile/sendmany/lib/main.dart","element":{"kind":"CLASS","name":"SendManyApp","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/main.dart","offset":1026,"length":0,"startLine":31,"startColumn":7},"flags":0},"relevanceTags":["file:///home/fusion44/dev/mobile/sendmany/lib/main.dart::SendManyApp","SendManyApp"]},{"label":"sharedPreferences","declaringLibraryUri":"file:///home/fusion44/dev/mobile/sendmany/lib/main.dart","element":{"kind":"FIELD","name":"sharedPreferences","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/main.dart","offset":1089,"length":0,"startLine":32,"startColumn":27},"flags":4,"returnType":"SharedPreferences"}},{"label":"SendManyApp","declaringLibraryUri":"file:///home/fusion44/dev/mobile/sendmany/lib/main.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/main.dart","offset":1110,"length":0,"startLine":33,"startColumn":3},"flags":0,"parameters":"({Key key, @required this.sharedPreferences})","returnType":"SendManyApp"},"defaultArgumentListString":"sharedPreferences: null","defaultArgumentListTextRanges":[19,4],"parameterNames":["key","sharedPreferences"],"parameterTypes":["Key",""],"relevanceTags":["file:///home/fusion44/dev/mobile/sendmany/lib/main.dart::SendManyApp",""],"requiredParameterCount":0},{"label":"createState","declaringLibraryUri":"file:///home/fusion44/dev/mobile/sendmany/lib/main.dart","element":{"kind":"METHOD","name":"createState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/main.dart","offset":1220,"length":0,"startLine":36,"startColumn":22},"flags":0,"parameters":"()","returnType":"State<SendManyApp>"},"parameterNames":[],"parameterTypes":[],"requiredParameterCount":0},{"label":"SimpleBlocDelegate","declaringLibrar… | |
[10:15:32] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":173,"uri":"file:///home/fusion44/dev/mobile/sendmany/lib/auth/login/login_state.dart","items":[{"label":"LoginSuccess","declaringLibraryUri":"file:///home/fusion44/dev/mobile/sendmany/lib/auth/login/login_state.dart","element":{"kind":"CLASS","name":"LoginSuccess","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/auth/login/login_state.dart","offset":98,"length":0,"startLine":5,"startColumn":7},"flags":0},"relevanceTags":["file:///home/fusion44/dev/mobile/sendmany/lib/auth/login/login_state.dart::LoginSuccess","LoginSuccess"]},{"label":"props","declaringLibraryUri":"file:///home/fusion44/dev/mobile/sendmany/lib/auth/login/login_state.dart","element":{"kind":"GETTER","name":"props","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/auth/login/login_state.dart","offset":163,"length":0,"startLine":7,"startColumn":20},"flags":0,"returnType":"List<Object>"}},{"label":"toString","declaringLibraryUri":"file:///home/fusion44/dev/mobile/sendmany/lib/auth/login/login_state.dart","element":{"kind":"METHOD","name":"toString","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/auth/login/login_state.dart","offset":204,"length":0,"startLine":10,"startColumn":10},"flags":0,"parameters":"()","returnType":"String"},"parameterNames":[],"parameterTypes":[],"requiredParameterCount":0},{"label":"LoginSuccess","declaringLibraryUri":"file:///home/fusion44/dev/mobile/sendmany/lib/auth/login/login_state.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/auth/login/login_state.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"LoginSuccess"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["file:///home/fusion44/dev/mobile/sendmany/lib/auth/login/login_state.dart::LoginSuccess",""],"requiredParameterCount":0},{"label":"LoginState","declaringLibraryUri":"file:///home… | |
[10:15:32] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":174,"uri":"file:///home/fusion44/dev/mobile/sendmany/lib/auth/login/login_bloc.dart","items":[{"label":"LoginBloc","declaringLibraryUri":"file:///home/fusion44/dev/mobile/sendmany/lib/auth/login/login_bloc.dart","element":{"kind":"CLASS","name":"LoginBloc","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/auth/login/login_bloc.dart","offset":172,"length":0,"startLine":7,"startColumn":7},"flags":0},"relevanceTags":["file:///home/fusion44/dev/mobile/sendmany/lib/auth/login/login_bloc.dart::LoginBloc","LoginBloc"]},{"label":"initialState","declaringLibraryUri":"file:///home/fusion44/dev/mobile/sendmany/lib/auth/login/login_bloc.dart","element":{"kind":"GETTER","name":"initialState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/auth/login/login_bloc.dart","offset":250,"length":0,"startLine":9,"startColumn":18},"flags":0,"returnType":"LoginState"}},{"label":"mapEventToState","declaringLibraryUri":"file:///home/fusion44/dev/mobile/sendmany/lib/auth/login/login_bloc.dart","element":{"kind":"METHOD","name":"mapEventToState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/auth/login/login_bloc.dart","offset":316,"length":0,"startLine":12,"startColumn":22},"flags":0,"parameters":"(LoginEvent event)","returnType":"Stream<LoginState>"},"defaultArgumentListString":"event","defaultArgumentListTextRanges":[0,5],"parameterNames":["event"],"parameterTypes":["LoginEvent"],"requiredParameterCount":1},{"label":"LoginBloc","declaringLibraryUri":"file:///home/fusion44/dev/mobile/sendmany/lib/auth/login/login_bloc.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/auth/login/login_bloc.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"LoginBloc"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["file:///home/fusion44/dev/mobile/sendmany/lib/auth/login/l… | |
[10:15:32] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":175,"uri":"file:///home/fusion44/dev/mobile/sendmany/lib/auth/login/bloc.dart","items":[{"label":"LoginSuccess","declaringLibraryUri":"file:///home/fusion44/dev/mobile/sendmany/lib/auth/login/login_state.dart","element":{"kind":"CLASS","name":"LoginSuccess","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/auth/login/login_state.dart","offset":98,"length":0,"startLine":5,"startColumn":7},"flags":0},"relevanceTags":["file:///home/fusion44/dev/mobile/sendmany/lib/auth/login/login_state.dart::LoginSuccess","LoginSuccess"]},{"label":"props","declaringLibraryUri":"file:///home/fusion44/dev/mobile/sendmany/lib/auth/login/login_state.dart","element":{"kind":"GETTER","name":"props","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/auth/login/login_state.dart","offset":163,"length":0,"startLine":7,"startColumn":20},"flags":0,"returnType":"List<Object>"}},{"label":"toString","declaringLibraryUri":"file:///home/fusion44/dev/mobile/sendmany/lib/auth/login/login_state.dart","element":{"kind":"METHOD","name":"toString","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/auth/login/login_state.dart","offset":204,"length":0,"startLine":10,"startColumn":10},"flags":0,"parameters":"()","returnType":"String"},"parameterNames":[],"parameterTypes":[],"requiredParameterCount":0},{"label":"LoginSuccess","declaringLibraryUri":"file:///home/fusion44/dev/mobile/sendmany/lib/auth/login/login_state.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/auth/login/login_state.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"LoginSuccess"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["file:///home/fusion44/dev/mobile/sendmany/lib/auth/login/login_state.dart::LoginSuccess",""],"requiredParameterCount":0},{"label":"LoginState","declaringLibraryUri":"file:///home/fusion… | |
[10:15:32] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":177,"uri":"file:///home/fusion44/dev/mobile/sendmany/lib/auth/login/login_form.dart","items":[{"label":"LoginForm","declaringLibraryUri":"file:///home/fusion44/dev/mobile/sendmany/lib/auth/login/login_form.dart","element":{"kind":"CLASS","name":"LoginForm","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/auth/login/login_form.dart","offset":255,"length":0,"startLine":8,"startColumn":7},"flags":0},"relevanceTags":["file:///home/fusion44/dev/mobile/sendmany/lib/auth/login/login_form.dart::LoginForm","LoginForm"]},{"label":"loginBloc","declaringLibraryUri":"file:///home/fusion44/dev/mobile/sendmany/lib/auth/login/login_form.dart","element":{"kind":"FIELD","name":"loginBloc","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/auth/login/login_form.dart","offset":308,"length":0,"startLine":9,"startColumn":19},"flags":4,"returnType":"LoginBloc"}},{"label":"LoginForm","declaringLibraryUri":"file:///home/fusion44/dev/mobile/sendmany/lib/auth/login/login_form.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/auth/login/login_form.dart","offset":322,"length":0,"startLine":11,"startColumn":3},"flags":0,"parameters":"({Key key, @required this.loginBloc})","returnType":"LoginForm"},"defaultArgumentListString":"loginBloc: null","defaultArgumentListTextRanges":[11,4],"parameterNames":["key","loginBloc"],"parameterTypes":["Key",""],"relevanceTags":["file:///home/fusion44/dev/mobile/sendmany/lib/auth/login/login_form.dart::LoginForm",""],"requiredParameterCount":0},{"label":"createState","declaringLibraryUri":"file:///home/fusion44/dev/mobile/sendmany/lib/auth/login/login_form.dart","element":{"kind":"METHOD","name":"createState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/auth/login/login_form.dart","offset":433,"length":0,"startLine":17,"startColumn":20},"flags":0,"parameters":"()","returnType":"State<LoginForm>… | |
[10:15:32] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":178,"uri":"file:///home/fusion44/dev/mobile/sendmany/lib/auth/login/login_page.dart","items":[{"label":"LoginPage","declaringLibraryUri":"file:///home/fusion44/dev/mobile/sendmany/lib/auth/login/login_page.dart","element":{"kind":"CLASS","name":"LoginPage","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/auth/login/login_page.dart","offset":254,"length":0,"startLine":8,"startColumn":7},"flags":0},"relevanceTags":["file:///home/fusion44/dev/mobile/sendmany/lib/auth/login/login_page.dart::LoginPage","LoginPage"]},{"label":"createState","declaringLibraryUri":"file:///home/fusion44/dev/mobile/sendmany/lib/auth/login/login_page.dart","element":{"kind":"METHOD","name":"createState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/auth/login/login_page.dart","offset":320,"length":0,"startLine":10,"startColumn":20},"flags":0,"parameters":"()","returnType":"State<LoginPage>"},"parameterNames":[],"parameterTypes":[],"requiredParameterCount":0},{"label":"LoginPage","declaringLibraryUri":"file:///home/fusion44/dev/mobile/sendmany/lib/auth/login/login_page.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/auth/login/login_page.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"LoginPage"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["file:///home/fusion44/dev/mobile/sendmany/lib/auth/login/login_page.dart::LoginPage",""],"requiredParameterCount":0}]}],"removedLibraries":[]}} | |
[10:15:32] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":176,"uri":"file:///home/fusion44/dev/mobile/sendmany/lib/auth/login/login_event.dart","items":[{"label":"LoginButtonPressed","declaringLibraryUri":"file:///home/fusion44/dev/mobile/sendmany/lib/auth/login/login_event.dart","element":{"kind":"CLASS","name":"LoginButtonPressed","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/auth/login/login_event.dart","offset":131,"length":0,"startLine":6,"startColumn":7},"flags":0},"relevanceTags":["file:///home/fusion44/dev/mobile/sendmany/lib/auth/login/login_event.dart::LoginButtonPressed","LoginButtonPressed"]},{"label":"pin","declaringLibraryUri":"file:///home/fusion44/dev/mobile/sendmany/lib/auth/login/login_event.dart","element":{"kind":"FIELD","name":"pin","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/auth/login/login_event.dart","offset":189,"length":0,"startLine":7,"startColumn":19},"flags":4,"returnType":"List<int>"}},{"label":"LoginButtonPressed","declaringLibraryUri":"file:///home/fusion44/dev/mobile/sendmany/lib/auth/login/login_event.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/auth/login/login_event.dart","offset":197,"length":0,"startLine":9,"startColumn":3},"flags":0,"parameters":"({@required this.pin})","returnType":"LoginButtonPressed"},"defaultArgumentListString":"pin: null","defaultArgumentListTextRanges":[5,4],"parameterNames":["pin"],"parameterTypes":[""],"relevanceTags":["file:///home/fusion44/dev/mobile/sendmany/lib/auth/login/login_event.dart::LoginButtonPressed",""],"requiredParameterCount":0},{"label":"toString","declaringLibraryUri":"file:///home/fusion44/dev/mobile/sendmany/lib/auth/login/login_event.dart","element":{"kind":"METHOD","name":"toString","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/auth/login/login_event.dart","offset":261,"length":0,"startLine":12,"startColumn":10},"flags":0,"parameters":"()","returnType":"S… | |
[10:15:32] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":179,"uri":"file:///home/fusion44/dev/mobile/sendmany/lib/channels/open_channel_settings_widget.dart","items":[{"label":"OpenChannelSettingsWidget","declaringLibraryUri":"file:///home/fusion44/dev/mobile/sendmany/lib/channels/open_channel_settings_widget.dart","element":{"kind":"CLASS","name":"OpenChannelSettingsWidget","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/open_channel_settings_widget.dart","offset":286,"length":0,"startLine":8,"startColumn":7},"flags":0},"relevanceTags":["file:///home/fusion44/dev/mobile/sendmany/lib/channels/open_channel_settings_widget.dart::OpenChannelSettingsWidget","OpenChannelSettingsWidget"]},{"label":"nodeInfo","declaringLibraryUri":"file:///home/fusion44/dev/mobile/sendmany/lib/channels/open_channel_settings_widget.dart","element":{"kind":"FIELD","name":"nodeInfo","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/open_channel_settings_widget.dart","offset":354,"length":0,"startLine":9,"startColumn":18},"flags":4,"returnType":"NodeInfo"}},{"label":"openChannelClicked","declaringLibraryUri":"file:///home/fusion44/dev/mobile/sendmany/lib/channels/open_channel_settings_widget.dart","element":{"kind":"FIELD","name":"openChannelClicked","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/open_channel_settings_widget.dart","offset":441,"length":0,"startLine":11,"startColumn":7},"flags":4,"returnType":" Function(OnchainFeeType feeType, Int64 fee, Int64 localAmount)"}},{"label":"OpenChannelSettingsWidget","declaringLibraryUri":"file:///home/fusion44/dev/mobile/sendmany/lib/channels/open_channel_settings_widget.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/open_channel_settings_widget.dart","offset":470,"length":0,"startLine":13,"startColumn":9},"flags":0,"parameters":"({Key key, @required this.nodeInfo, @required this.openChannelClicke… | |
[10:15:32] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":180,"uri":"file:///home/fusion44/dev/mobile/sendmany/lib/channels/open_channel/bloc/open_channel_state.dart","items":[{"label":"OpenChannelErrorState","declaringLibraryUri":"file:///home/fusion44/dev/mobile/sendmany/lib/channels/open_channel/bloc/open_channel_state.dart","element":{"kind":"CLASS","name":"OpenChannelErrorState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/open_channel/bloc/open_channel_state.dart","offset":927,"length":0,"startLine":35,"startColumn":7},"flags":0},"relevanceTags":["file:///home/fusion44/dev/mobile/sendmany/lib/channels/open_channel/bloc/open_channel_state.dart::OpenChannelErrorState","OpenChannelErrorState"]},{"label":"errorMessage","declaringLibraryUri":"file:///home/fusion44/dev/mobile/sendmany/lib/channels/open_channel/bloc/open_channel_state.dart","element":{"kind":"FIELD","name":"errorMessage","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/open_channel/bloc/open_channel_state.dart","offset":1023,"length":0,"startLine":37,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"OpenChannelErrorState","declaringLibraryUri":"file:///home/fusion44/dev/mobile/sendmany/lib/channels/open_channel/bloc/open_channel_state.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/open_channel/bloc/open_channel_state.dart","offset":1040,"length":0,"startLine":39,"startColumn":3},"flags":0,"parameters":"(this.errorMessage)","returnType":"OpenChannelErrorState"},"defaultArgumentListString":"errorMessage","defaultArgumentListTextRanges":[0,12],"parameterNames":["errorMessage"],"parameterTypes":[""],"relevanceTags":["file:///home/fusion44/dev/mobile/sendmany/lib/channels/open_channel/bloc/open_channel_state.dart::OpenChannelErrorState",""],"requiredParameterCount":1},{"label":"props","declaringLibraryUri":"file:///home/fusion44/dev/mobile/sendmany/lib/channel… | |
[10:15:32] [Analyzer] [Info] <== {"event":"server.status","params":{"analysis":{"isAnalyzing":true}}} | |
[10:15:33] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","errors":[]}} | |
[10:15:33] [Analyzer] [Info] <== {"event":"analysis.occurrences","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","occurrences":[{"element":{"kind":"CLASS","name":"CloseChannelBlocBloc","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","offset":83,"length":20,"startLine":5,"startColumn":7},"flags":0},"offsets":[83],"length":20},{"element":{"kind":"CLASS","name":"Bloc","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/bloc-3.0.0/lib/src/bloc.dart","offset":286,"length":4,"startLine":11,"startColumn":16},"flags":1,"typeParameters":"<Event, State>"},"offsets":[116],"length":4},{"element":{"kind":"CLASS","name":"CloseChannelEvent","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_event.dart","offset":131,"length":17,"startLine":7,"startColumn":7},"flags":0},"offsets":[121,319,374],"length":17},{"element":{"kind":"CLASS","name":"CloseChannelBlocState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_state.dart","offset":139,"length":21,"startLine":6,"startColumn":16},"flags":1},"offsets":[140,179,275],"length":21},{"element":{"kind":"TOP_LEVEL_VARIABLE","name":"override","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/core/annotations.dart","offset":4643,"length":8,"startLine":116,"startColumn":14},"flags":10,"returnType":"Object"},"offsets":[168,257],"length":8},{"element":{"kind":"FIELD","name":"initialState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","offset":-1,"length":12,"startLine":1,"startColumn":0},"flags":4,"returnType":"CloseChannelBlocState"},"offsets":[205],"length":12},{"element":{"kind":"CLASS","name":"InitialCloseChannelBlocState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel… | |
[10:15:33] [Analyzer] [Info] <== {"event":"analysis.closingLabels","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","labels":[]}} | |
[10:15:33] [Analyzer] [Info] <== {"event":"analysis.folding","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","regions":[{"kind":"CLASS_BODY","offset":164,"length":738},{"kind":"FUNCTION_BODY","offset":356,"length":544},{"kind":"DIRECTIVES","offset":6,"length":69}]}} | |
[10:15:33] [Analyzer] [Info] <== {"event":"analysis.outline","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","kind":"LIBRARY","outline":{"element":{"kind":"COMPILATION_UNIT","name":"<unit>","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","offset":0,"length":904,"startLine":1,"startColumn":1},"flags":0},"offset":0,"length":904,"codeOffset":0,"codeLength":904,"children":[{"element":{"kind":"CLASS","name":"CloseChannelBlocBloc","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","offset":83,"length":20,"startLine":5,"startColumn":7},"flags":0},"offset":77,"length":826,"codeOffset":77,"codeLength":826,"children":[{"element":{"kind":"GETTER","name":"initialState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","offset":205,"length":12,"startLine":8,"startColumn":29},"flags":0,"returnType":"CloseChannelBlocState"},"offset":167,"length":85,"codeOffset":179,"codeLength":73},{"element":{"kind":"METHOD","name":"mapEventToState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","offset":298,"length":15,"startLine":11,"startColumn":33},"flags":0,"parameters":"(CloseChannelEvent event)","returnType":"Stream<CloseChannelBlocState>"},"offset":256,"length":645,"codeOffset":268,"codeLength":633}]}]}}} | |
[10:15:33] [Analyzer] [Info] <== {"event":"flutter.outline","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","outline":{"kind":"DART_ELEMENT","offset":0,"length":904,"codeOffset":0,"codeLength":904,"dartElement":{"kind":"COMPILATION_UNIT","name":"<unit>","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","offset":0,"length":904,"startLine":1,"startColumn":1},"flags":0},"children":[{"kind":"DART_ELEMENT","offset":77,"length":826,"codeOffset":77,"codeLength":826,"dartElement":{"kind":"CLASS","name":"CloseChannelBlocBloc","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","offset":83,"length":20,"startLine":5,"startColumn":7},"flags":0},"children":[{"kind":"DART_ELEMENT","offset":167,"length":85,"codeOffset":179,"codeLength":73,"dartElement":{"kind":"GETTER","name":"initialState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","offset":205,"length":12,"startLine":8,"startColumn":29},"flags":0,"returnType":"CloseChannelBlocState"}},{"kind":"DART_ELEMENT","offset":256,"length":645,"codeOffset":268,"codeLength":633,"dartElement":{"kind":"METHOD","name":"mapEventToState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","offset":298,"length":15,"startLine":11,"startColumn":33},"flags":0,"parameters":"(CloseChannelEvent event)","returnType":"Stream<CloseChannelBlocState>"}}]}]}}} | |
[10:15:33] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":181,"uri":"package:pedantic/pedantic.dart","items":[{"label":"unawaited","declaringLibraryUri":"package:pedantic/pedantic.dart","element":{"kind":"FUNCTION","name":"unawaited","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/pedantic-1.8.0+1/lib/pedantic.dart","offset":1024,"length":0,"startLine":25,"startColumn":6},"flags":0,"parameters":"(Future<void> future)","returnType":"void"},"defaultArgumentListString":"future","defaultArgumentListTextRanges":[0,6],"parameterNames":["future"],"parameterTypes":["Future<void>"],"requiredParameterCount":1}]}],"removedLibraries":[]}} | |
[10:15:33] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":182,"uri":"package:flutter_test/flutter_test.dart","items":[{"label":"throwsAssertionError","declaringLibraryUri":"package:flutter_test/src/matchers.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"throwsAssertionError","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/packages/flutter_test/lib/src/matchers.dart","offset":6532,"length":0,"startLine":189,"startColumn":15},"flags":4,"returnType":"Matcher"}},{"label":"isRangeError","declaringLibraryUri":"package:matcher/src/error_matchers.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"isRangeError","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/matcher-0.12.6/lib/src/error_matchers.dart","offset":1086,"length":0,"startLine":33,"startColumn":7},"flags":2,"returnType":""}},{"label":"coversSameAreaAs","declaringLibraryUri":"package:flutter_test/src/matchers.dart","element":{"kind":"FUNCTION","name":"coversSameAreaAs","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/packages/flutter_test/lib/src/matchers.dart","offset":11106,"length":0,"startLine":300,"startColumn":9},"flags":0,"parameters":"(Path expectedPath, {@required Rect areaToCompare, int sampleSize = 20})","returnType":"Matcher"},"defaultArgumentListString":"expectedPath, areaToCompare: null","defaultArgumentListTextRanges":[0,12,29,4],"parameterNames":["expectedPath","areaToCompare","sampleSize"],"parameterTypes":["Path","Rect","int"],"requiredParameterCount":1},{"label":"equals","declaringLibraryUri":"package:matcher/src/equals_matcher.dart","element":{"kind":"FUNCTION","name":"equals","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/matcher-0.12.6/lib/src/equals_matcher.dart","offset":783,"length":0,"startLine":19,"startColumn":9},"flags":0,"parameters":"(expected, [int limit = 100])","returnType":"Matcher"},"defaultArgumentListString":"e… | |
[10:15:33] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":439,"uri":"package:bolt11_decoder/bolt11_decoder.dart","items":[{"label":"Bolt11PaymentRequest","declaringLibraryUri":"package:bolt11_decoder/src/pay_request.dart","element":{"kind":"CLASS","name":"Bolt11PaymentRequest","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/git/dart_bolt11_decoder-33f6b72cf940319686d8a63dc1c3b99b7a68bf20/lib/src/pay_request.dart","offset":523,"length":0,"startLine":20,"startColumn":7},"flags":0},"relevanceTags":["package:bolt11_decoder/src/pay_request.dart::Bolt11PaymentRequest","Bolt11PaymentRequest"]},{"label":"paymentRequest","declaringLibraryUri":"package:bolt11_decoder/src/pay_request.dart","element":{"kind":"FIELD","name":"paymentRequest","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/git/dart_bolt11_decoder-33f6b72cf940319686d8a63dc1c3b99b7a68bf20/lib/src/pay_request.dart","offset":561,"length":0,"startLine":21,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"prefix","declaringLibraryUri":"package:bolt11_decoder/src/pay_request.dart","element":{"kind":"FIELD","name":"prefix","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/git/dart_bolt11_decoder-33f6b72cf940319686d8a63dc1c3b99b7a68bf20/lib/src/pay_request.dart","offset":596,"length":0,"startLine":22,"startColumn":20},"flags":0,"returnType":"PayRequestPrefix"}},{"label":"amount","declaringLibraryUri":"package:bolt11_decoder/src/pay_request.dart","element":{"kind":"FIELD","name":"amount","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/git/dart_bolt11_decoder-33f6b72cf940319686d8a63dc1c3b99b7a68bf20/lib/src/pay_request.dart","offset":614,"length":0,"startLine":23,"startColumn":11},"flags":0,"returnType":"Decimal"}},{"label":"timestamp","declaringLibraryUri":"package:bolt11_decoder/src/pay_request.dart","element":{"kind":"FIELD","name":"timestamp","location":{"file":"/home/fusion44… | |
[10:15:33] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":442,"uri":"package:unicorndial/unicorndial.dart","items":[{"label":"UnicornButton","declaringLibraryUri":"package:unicorndial/unicorndial.dart","element":{"kind":"CLASS","name":"UnicornButton","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/unicorndial-1.1.5/lib/unicorndial.dart","offset":205,"length":0,"startLine":9,"startColumn":7},"flags":0},"relevanceTags":["package:unicorndial/unicorndial.dart::UnicornButton","UnicornButton"]},{"label":"currentButton","declaringLibraryUri":"package:unicorndial/unicorndial.dart","element":{"kind":"FIELD","name":"currentButton","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/unicorndial-1.1.5/lib/unicorndial.dart","offset":280,"length":0,"startLine":10,"startColumn":30},"flags":4,"returnType":"FloatingActionButton"}},{"label":"labelText","declaringLibraryUri":"package:unicorndial/unicorndial.dart","element":{"kind":"FIELD","name":"labelText","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/unicorndial-1.1.5/lib/unicorndial.dart","offset":311,"length":0,"startLine":11,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"labelFontSize","declaringLibraryUri":"package:unicorndial/unicorndial.dart","element":{"kind":"FIELD","name":"labelFontSize","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/unicorndial-1.1.5/lib/unicorndial.dart","offset":338,"length":0,"startLine":12,"startColumn":16},"flags":4,"returnType":"double"}},{"label":"labelColor","declaringLibraryUri":"package:unicorndial/unicorndial.dart","element":{"kind":"FIELD","name":"labelColor","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/unicorndial-1.1.5/lib/unicorndial.dart","offset":368,"length":0,"startLine":13,"startColumn":15}… | |
[10:15:33] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":443,"uri":"package:flutter_secure_storage/flutter_secure_storage.dart","items":[{"label":"AndroidOptions","declaringLibraryUri":"package:flutter_secure_storage/flutter_secure_storage.dart","element":{"kind":"CLASS","name":"AndroidOptions","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/flutter_secure_storage-3.3.1+1/lib/flutter_secure_storage.dart","offset":3190,"length":0,"startLine":85,"startColumn":7},"flags":0},"relevanceTags":["package:flutter_secure_storage/flutter_secure_storage.dart::AndroidOptions","AndroidOptions"]},{"label":"AndroidOptions","declaringLibraryUri":"package:flutter_secure_storage/flutter_secure_storage.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/flutter_secure_storage-3.3.1+1/lib/flutter_secure_storage.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"AndroidOptions"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:flutter_secure_storage/flutter_secure_storage.dart::AndroidOptions",""],"requiredParameterCount":0},{"label":"Options","declaringLibraryUri":"package:flutter_secure_storage/flutter_secure_storage.dart","element":{"kind":"CLASS","name":"Options","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/flutter_secure_storage-3.3.1+1/lib/flutter_secure_storage.dart","offset":2823,"length":0,"startLine":66,"startColumn":16},"flags":1},"relevanceTags":["package:flutter_secure_storage/flutter_secure_storage.dart::Options","Options"]},{"label":"params","declaringLibraryUri":"package:flutter_secure_storage/flutter_secure_storage.dart","element":{"kind":"GETTER","name":"params","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/flutter_se… | |
[10:15:33] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":444,"uri":"package:esys_flutter_share/esys_flutter_share.dart","items":[{"label":"Share","declaringLibraryUri":"package:esys_flutter_share/esys_flutter_share.dart","element":{"kind":"CLASS","name":"Share","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/esys_flutter_share-1.0.2/lib/esys_flutter_share.dart","offset":138,"length":0,"startLine":7,"startColumn":7},"flags":0},"relevanceTags":["package:esys_flutter_share/esys_flutter_share.dart::Share","Share"]},{"label":"text","declaringLibraryUri":"package:esys_flutter_share/esys_flutter_share.dart","element":{"kind":"METHOD","name":"text","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/esys_flutter_share-1.0.2/lib/esys_flutter_share.dart","offset":320,"length":0,"startLine":12,"startColumn":15},"flags":0,"parameters":"(String title, String text, String mimeType)","returnType":"void"},"defaultArgumentListString":"title, text, mimeType","defaultArgumentListTextRanges":[0,5,7,4,13,8],"parameterNames":["title","text","mimeType"],"parameterTypes":["String","String","String"],"requiredParameterCount":3},{"label":"file","declaringLibraryUri":"package:esys_flutter_share/esys_flutter_share.dart","element":{"kind":"METHOD","name":"file","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/esys_flutter_share-1.0.2/lib/esys_flutter_share.dart","offset":597,"length":0,"startLine":22,"startColumn":23},"flags":0,"parameters":"(String title, String name, List<int> bytes, String mimeType, {String text = ''})","returnType":"Future<void>"},"defaultArgumentListString":"title, name, bytes, mimeType","defaultArgumentListTextRanges":[0,5,7,4,13,5,20,8],"parameterNames":["title","name","bytes","mimeType","text"],"parameterTypes":["String","String","List<int>","String","String"],"requiredParameterCount":4},{"label"… | |
[10:15:33] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":445,"uri":"package:material_design_icons_flutter/icon_map.dart","items":[{"label":"iconMap","declaringLibraryUri":"package:material_design_icons_flutter/icon_map.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"iconMap","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/material_design_icons_flutter-3.4.4795/lib/icon_map.dart","offset":17,"length":0,"startLine":1,"startColumn":18},"flags":0,"returnType":"Map<String, int>"}}]}],"removedLibraries":[]}} | |
[10:15:33] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":446,"uri":"package:material_design_icons_flutter/material_design_icons_flutter.dart","items":[{"label":"MdiIcons","declaringLibraryUri":"package:material_design_icons_flutter/material_design_icons_flutter.dart","element":{"kind":"CLASS","name":"MdiIcons","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/material_design_icons_flutter-3.4.4795/lib/material_design_icons_flutter.dart","offset":148,"length":0,"startLine":6,"startColumn":7},"flags":0},"relevanceTags":["package:material_design_icons_flutter/material_design_icons_flutter.dart::MdiIcons","MdiIcons"]},{"label":"abTesting","declaringLibraryUri":"package:material_design_icons_flutter/material_design_icons_flutter.dart","element":{"kind":"FIELD","name":"abTesting","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/material_design_icons_flutter-3.4.4795/lib/material_design_icons_flutter.dart","offset":183,"length":0,"startLine":7,"startColumn":25},"flags":2,"returnType":"IconData"}},{"label":"accessPoint","declaringLibraryUri":"package:material_design_icons_flutter/material_design_icons_flutter.dart","element":{"kind":"FIELD","name":"accessPoint","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/material_design_icons_flutter-3.4.4795/lib/material_design_icons_flutter.dart","offset":248,"length":0,"startLine":8,"startColumn":25},"flags":2,"returnType":"IconData"}},{"label":"accessPointNetwork","declaringLibraryUri":"package:material_design_icons_flutter/material_design_icons_flutter.dart","element":{"kind":"FIELD","name":"accessPointNetwork","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/material_design_icons_flutter-3.4.4795/lib/material_design_icons_flutter.dart","offset":314,"length":0,"startLine":9,"startColumn":25},"flags":2,"ret… | |
[10:15:33] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":447,"uri":"package:qr_flutter/qr_flutter.dart","items":[{"label":"QrEmbeddedImageException","declaringLibraryUri":"package:qr_flutter/src/errors.dart","element":{"kind":"CLASS","name":"QrEmbeddedImageException","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/qr_flutter-3.2.0/lib/src/errors.dart","offset":1122,"length":0,"startLine":36,"startColumn":7},"flags":0},"relevanceTags":["package:qr_flutter/src/errors.dart::QrEmbeddedImageException","QrEmbeddedImageException"]},{"label":"QrEmbeddedImageException","declaringLibraryUri":"package:qr_flutter/src/errors.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/qr_flutter-3.2.0/lib/src/errors.dart","offset":1225,"length":0,"startLine":38,"startColumn":11},"flags":0,"parameters":"(String message)","returnType":"QrEmbeddedImageException"},"defaultArgumentListString":"message","defaultArgumentListTextRanges":[0,7],"parameterNames":["message"],"parameterTypes":["String"],"relevanceTags":["package:qr_flutter/src/errors.dart::QrEmbeddedImageException",""],"requiredParameterCount":1},{"label":"message","declaringLibraryUri":"package:qr_flutter/src/errors.dart","element":{"kind":"FIELD","name":"message","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/qr_flutter-3.2.0/lib/src/errors.dart","offset":1444,"length":0,"startLine":44,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"toString","declaringLibraryUri":"package:qr_flutter/src/errors.dart","element":{"kind":"METHOD","name":"toString","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/qr_flutter-3.2.0/lib/src/errors.dart","offset":1475,"length":0,"startLine":47,"startColumn":10},"flags":0,"parameters":"()","returnType":"String"},"paramet… | |
[10:15:33] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":459,"uri":"package:url_launcher/url_launcher.dart","items":[{"label":"launch","declaringLibraryUri":"package:url_launcher/url_launcher.dart","element":{"kind":"FUNCTION","name":"launch","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/url_launcher-5.4.1/lib/url_launcher.dart","offset":3099,"length":0,"startLine":57,"startColumn":14},"flags":0,"parameters":"(String urlString, {bool forceSafariVC, bool forceWebView, bool enableJavaScript, bool enableDomStorage, bool universalLinksOnly, Map<String, String> headers, Brightness statusBarBrightness})","returnType":"Future<bool>"},"defaultArgumentListString":"urlString","defaultArgumentListTextRanges":[0,9],"parameterNames":["urlString","forceSafariVC","forceWebView","enableJavaScript","enableDomStorage","universalLinksOnly","headers","statusBarBrightness"],"parameterTypes":["String","bool","bool","bool","bool","bool","Map<String, String>","Brightness"],"requiredParameterCount":1},{"label":"closeWebView","declaringLibraryUri":"package:url_launcher/url_launcher.dart","element":{"kind":"FUNCTION","name":"closeWebView","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/url_launcher-5.4.1/lib/url_launcher.dart","offset":5644,"length":0,"startLine":122,"startColumn":14},"flags":0,"parameters":"()","returnType":"Future<void>"},"parameterNames":[],"parameterTypes":[],"requiredParameterCount":0},{"label":"canLaunch","declaringLibraryUri":"package:url_launcher/url_launcher.dart","element":{"kind":"FUNCTION","name":"canLaunch","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/url_launcher-5.4.1/lib/url_launcher.dart","offset":4869,"length":0,"startLine":104,"startColumn":14},"flags":0,"parameters":"(String urlString)","returnType":"Future<bool>"},"defaultArgumentListString":"urlString","defaultArgumentLi… | |
[10:15:33] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":460,"uri":"package:timeago/timeago.dart","items":[{"label":"NnNoMessages","declaringLibraryUri":"package:timeago/src/messages/nn_no_messages.dart","element":{"kind":"CLASS","name":"NnNoMessages","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/timeago-2.0.24/lib/src/messages/nn_no_messages.dart","offset":945,"length":0,"startLine":38,"startColumn":7},"flags":0},"relevanceTags":["package:timeago/src/messages/nn_no_messages.dart::NnNoMessages","NnNoMessages"]},{"label":"prefixAgo","declaringLibraryUri":"package:timeago/src/messages/nn_no_messages.dart","element":{"kind":"METHOD","name":"prefixAgo","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/timeago-2.0.24/lib/src/messages/nn_no_messages.dart","offset":1007,"length":0,"startLine":40,"startColumn":10},"flags":0,"parameters":"()","returnType":"String"},"parameterNames":[],"parameterTypes":[],"requiredParameterCount":0},{"label":"prefixFromNow","declaringLibraryUri":"package:timeago/src/messages/nn_no_messages.dart","element":{"kind":"METHOD","name":"prefixFromNow","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/timeago-2.0.24/lib/src/messages/nn_no_messages.dart","offset":1047,"length":0,"startLine":42,"startColumn":10},"flags":0,"parameters":"()","returnType":"String"},"parameterNames":[],"parameterTypes":[],"requiredParameterCount":0},{"label":"suffixAgo","declaringLibraryUri":"package:timeago/src/messages/nn_no_messages.dart","element":{"kind":"METHOD","name":"suffixAgo","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/timeago-2.0.24/lib/src/messages/nn_no_messages.dart","offset":1091,"length":0,"startLine":44,"startColumn":10},"flags":0,"parameters":"()","returnType":"String"},"parameterNames":[],"parameterTypes":[],"requiredPara… | |
[10:15:33] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":490,"uri":"package:qr_code_scanner/qr_code_scanner.dart","items":[{"label":"QRViewCreatedCallback","declaringLibraryUri":"package:qr_code_scanner/qr_code_scanner.dart","element":{"kind":"FUNCTION_TYPE_ALIAS","name":"QRViewCreatedCallback","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/qr_code_scanner-0.0.12/lib/qr_code_scanner.dart","offset":158,"length":0,"startLine":7,"startColumn":14},"flags":0,"parameters":"(QRViewController controller)","returnType":"void"},"parameterNames":["controller"],"parameterTypes":["QRViewController"],"relevanceTags":["package:qr_code_scanner/qr_code_scanner.dart::QRViewCreatedCallback","QRViewCreatedCallback"],"requiredParameterCount":1},{"label":"QRViewController","declaringLibraryUri":"package:qr_code_scanner/qr_code_scanner.dart","element":{"kind":"CLASS","name":"QRViewController","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/qr_code_scanner-0.0.12/lib/qr_code_scanner.dart","offset":2398,"length":0,"startLine":96,"startColumn":7},"flags":0},"relevanceTags":["package:qr_code_scanner/qr_code_scanner.dart::QRViewController","QRViewController"]},{"label":"scanMethodCall","declaringLibraryUri":"package:qr_code_scanner/qr_code_scanner.dart","element":{"kind":"FIELD","name":"scanMethodCall","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/qr_code_scanner-0.0.12/lib/qr_code_scanner.dart","offset":2432,"length":0,"startLine":97,"startColumn":16},"flags":2,"returnType":""},"relevanceTags":["dart:core::String","scanMethodCall"]},{"label":"scannedDataStream","declaringLibraryUri":"package:qr_code_scanner/qr_code_scanner.dart","element":{"kind":"GETTER","name":"scannedDataStream","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/qr_code_scanner-0.0.12/lib/qr_c… | |
[10:15:33] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":491,"uri":"package:qr_code_scanner/qr_scanner_overlay_shape.dart","items":[{"label":"QrScannerOverlayShape","declaringLibraryUri":"package:qr_code_scanner/qr_scanner_overlay_shape.dart","element":{"kind":"CLASS","name":"QrScannerOverlayShape","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/qr_code_scanner-0.0.12/lib/qr_scanner_overlay_shape.dart","offset":66,"length":0,"startLine":5,"startColumn":7},"flags":0},"relevanceTags":["package:qr_code_scanner/qr_scanner_overlay_shape.dart::QrScannerOverlayShape","QrScannerOverlayShape"]},{"label":"borderColor","declaringLibraryUri":"package:qr_code_scanner/qr_scanner_overlay_shape.dart","element":{"kind":"FIELD","name":"borderColor","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/qr_code_scanner-0.0.12/lib/qr_scanner_overlay_shape.dart","offset":124,"length":0,"startLine":6,"startColumn":15},"flags":4,"returnType":"Color"}},{"label":"borderWidth","declaringLibraryUri":"package:qr_code_scanner/qr_scanner_overlay_shape.dart","element":{"kind":"FIELD","name":"borderWidth","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/qr_code_scanner-0.0.12/lib/qr_scanner_overlay_shape.dart","offset":152,"length":0,"startLine":7,"startColumn":16},"flags":4,"returnType":"double"}},{"label":"overlayColor","declaringLibraryUri":"package:qr_code_scanner/qr_scanner_overlay_shape.dart","element":{"kind":"FIELD","name":"overlayColor","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/qr_code_scanner-0.0.12/lib/qr_scanner_overlay_shape.dart","offset":179,"length":0,"startLine":8,"startColumn":15},"flags":4,"returnType":"Color"}},{"label":"borderRadius","declaringLibraryUri":"package:qr_code_scanner/qr_scanner_overlay_shape.dart","element":{"kind":"FIELD","name":"borde… | |
[10:15:33] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":492,"uri":"package:fixnum/fixnum.dart","items":[{"label":"Int64","declaringLibraryUri":"package:fixnum/fixnum.dart","element":{"kind":"CLASS","name":"Int64","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/fixnum-0.10.11/lib/src/int64.dart","offset":384,"length":0,"startLine":9,"startColumn":7},"flags":0},"relevanceTags":["package:fixnum/fixnum.dart::Int64","Int64"]},{"label":"MAX_VALUE","declaringLibraryUri":"package:fixnum/fixnum.dart","element":{"kind":"FIELD","name":"MAX_VALUE","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/fixnum-0.10.11/lib/src/int64.dart","offset":1595,"length":0,"startLine":34,"startColumn":22},"flags":2,"returnType":"Int64"}},{"label":"MIN_VALUE","declaringLibraryUri":"package:fixnum/fixnum.dart","element":{"kind":"FIELD","name":"MIN_VALUE","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/fixnum-0.10.11/lib/src/int64.dart","offset":1769,"length":0,"startLine":38,"startColumn":22},"flags":2,"returnType":"Int64"}},{"label":"ZERO","declaringLibraryUri":"package:fixnum/fixnum.dart","element":{"kind":"FIELD","name":"ZERO","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/fixnum-0.10.11/lib/src/int64.dart","offset":1876,"length":0,"startLine":41,"startColumn":22},"flags":2,"returnType":"Int64"}},{"label":"ONE","declaringLibraryUri":"package:fixnum/fixnum.dart","element":{"kind":"FIELD","name":"ONE","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/fixnum-0.10.11/lib/src/int64.dart","offset":1965,"length":0,"startLine":44,"startColumn":22},"flags":2,"returnType":"Int64"}},{"label":"TWO","declaringLibraryUri":"package:fixnum/fixnum.dart","element":{"kind":"FIELD","name":"TWO","location":{"file":"/home/fusion44/dev/mo… | |
[10:15:33] [Analyzer] [Info] ==> {"id":"22","method":"edit.getFixes","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","offset":897},"clientRequestTime":1578129333414} | |
[10:15:33] [Analyzer] [Info] ==> {"id":"23","method":"edit.getAssists","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","length":0,"offset":897},"clientRequestTime":1578129333414} | |
[10:15:33] [Analyzer] [Info] ==> {"id":"24","method":"edit.getAvailableRefactorings","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","length":0,"offset":897},"clientRequestTime":1578129333414} | |
[10:15:33] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":496,"uri":"package:protobuf/protobuf.dart","items":[{"label":"FrozenPbList","declaringLibraryUri":"package:protobuf/protobuf.dart","element":{"kind":"CLASS","name":"FrozenPbList","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/protobuf-1.0.1/lib/src/protobuf/pb_list.dart","offset":275,"length":0,"startLine":9,"startColumn":7},"flags":0},"relevanceTags":["package:protobuf/protobuf.dart::FrozenPbList","FrozenPbList"]},{"label":"FrozenPbList.from","declaringLibraryUri":"package:protobuf/protobuf.dart","element":{"kind":"CONSTRUCTOR","name":"from","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/protobuf-1.0.1/lib/src/protobuf/pb_list.dart","offset":401,"length":0,"startLine":12,"startColumn":24},"flags":0,"parameters":"(PbList<E> other)","returnType":"FrozenPbList"},"defaultArgumentListString":"other","defaultArgumentListTextRanges":[0,5],"parameterNames":["other"],"parameterTypes":["PbList<E>"],"relevanceTags":["package:protobuf/protobuf.dart::FrozenPbList","from"],"requiredParameterCount":1},{"label":"[]=","declaringLibraryUri":"package:protobuf/protobuf.dart","element":{"kind":"METHOD","name":"[]=","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/protobuf-1.0.1/lib/src/protobuf/pb_list.dart","offset":607,"length":0,"startLine":18,"startColumn":17},"flags":0,"parameters":"(int index, E value)","returnType":"void"},"defaultArgumentListString":"index, value","defaultArgumentListTextRanges":[0,5,7,5],"parameterNames":["index","value"],"parameterTypes":["int","E"],"requiredParameterCount":2},{"label":"length","declaringLibraryUri":"package:protobuf/protobuf.dart","element":{"kind":"SETTER","name":"length","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/protobuf-1.0.1/lib/src/protobuf/pb_… | |
[10:15:33] [Analyzer] [Info] <== {"id":"22","result":{"fixes":[]}} | |
[10:15:33] [Analyzer] [Info] <== {"id":"24","result":{"kinds":[]}} | |
[10:15:33] [Analyzer] [Info] <== {"id":"23","result":{"assists":[]}} | |
[10:15:33] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":524,"uri":"package:protobuf/meta.dart","items":[{"label":"ProtobufEnum_reservedNames","declaringLibraryUri":"package:protobuf/meta.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"ProtobufEnum_reservedNames","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/protobuf-1.0.1/lib/meta.dart","offset":1850,"length":0,"startLine":87,"startColumn":7},"flags":2,"returnType":""},"relevanceTags":["dart:core::List","ProtobufEnum_reservedNames"]},{"label":"GeneratedMessage_reservedNames","declaringLibraryUri":"package:protobuf/meta.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"GeneratedMessage_reservedNames","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/protobuf-1.0.1/lib/meta.dart","offset":448,"length":0,"startLine":10,"startColumn":7},"flags":2,"returnType":""},"relevanceTags":["dart:core::List","GeneratedMessage_reservedNames"]}]}],"removedLibraries":[]}} | |
[10:15:33] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":525,"uri":"package:grpc/grpc_web.dart","items":[{"label":"ResponseStream","declaringLibraryUri":"package:grpc/src/client/common.dart","element":{"kind":"CLASS","name":"ResponseStream","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/grpc-2.1.3/lib/src/client/common.dart","offset":2322,"length":0,"startLine":68,"startColumn":7},"flags":0},"relevanceTags":["package:grpc/src/client/common.dart::ResponseStream","ResponseStream"]},{"label":"ResponseStream","declaringLibraryUri":"package:grpc/src/client/common.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/grpc-2.1.3/lib/src/client/common.dart","offset":2447,"length":0,"startLine":72,"startColumn":3},"flags":0,"parameters":"(this._call)","returnType":"ResponseStream"},"defaultArgumentListString":"_call","defaultArgumentListTextRanges":[0,5],"parameterNames":["_call"],"parameterTypes":[""],"relevanceTags":["package:grpc/src/client/common.dart::ResponseStream",""],"requiredParameterCount":1},{"label":"HttpBasedAuthenticator","declaringLibraryUri":"package:grpc/src/auth/auth.dart","element":{"kind":"CLASS","name":"HttpBasedAuthenticator","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/grpc-2.1.3/lib/src/auth/auth.dart","offset":1918,"length":0,"startLine":59,"startColumn":16},"flags":1},"relevanceTags":["package:grpc/src/auth/auth.dart::HttpBasedAuthenticator","HttpBasedAuthenticator"]},{"label":"obtainAccessCredentials","declaringLibraryUri":"package:grpc/src/auth/auth.dart","element":{"kind":"METHOD","name":"obtainAccessCredentials","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/grpc-2.1.3/lib/src/auth/auth.dart","offset":2007,"length":0,"startLine":62,"startColumn":16},"flags":0,"paramete… | |
[10:15:33] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":531,"uri":"package:grpc/grpc.dart","items":[{"label":"BadCertificateHandler","declaringLibraryUri":"package:grpc/src/client/transport/http2_credentials.dart","element":{"kind":"FUNCTION_TYPE_ALIAS","name":"BadCertificateHandler","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/grpc-2.1.3/lib/src/client/transport/http2_credentials.dart","offset":1003,"length":0,"startLine":24,"startColumn":14},"flags":0,"parameters":"(X509Certificate certificate, String host)","returnType":"bool"},"parameterNames":["certificate","host"],"parameterTypes":["X509Certificate","String"],"relevanceTags":["package:grpc/src/client/transport/http2_credentials.dart::BadCertificateHandler","BadCertificateHandler"],"requiredParameterCount":2},{"label":"Server","declaringLibraryUri":"package:grpc/src/server/server.dart","element":{"kind":"CLASS","name":"Server","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/grpc-2.1.3/lib/src/server/server.dart","offset":1806,"length":0,"startLine":60,"startColumn":7},"flags":0},"relevanceTags":["package:grpc/src/server/server.dart::Server","Server"]},{"label":"Server","declaringLibraryUri":"package:grpc/src/server/server.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/grpc-2.1.3/lib/src/server/server.dart","offset":2075,"length":0,"startLine":69,"startColumn":3},"flags":0,"parameters":"(List<Service> services, [List<Interceptor> interceptors = const <Interceptor>[]])","returnType":"Server"},"defaultArgumentListString":"services","defaultArgumentListTextRanges":[0,8],"parameterNames":["services","interceptors"],"parameterTypes":["List<Service>","List<Interceptor>"],"relevanceTags":["package:grpc/src/server/server.dart::Server",""],"requiredParameterCount":1},{"label":"port","declar… | |
[10:15:33] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":547,"uri":"package:grpc/service_api.dart","items":[{"label":"ResponseStream","declaringLibraryUri":"package:grpc/src/client/common.dart","element":{"kind":"CLASS","name":"ResponseStream","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/grpc-2.1.3/lib/src/client/common.dart","offset":2322,"length":0,"startLine":68,"startColumn":7},"flags":0},"relevanceTags":["package:grpc/src/client/common.dart::ResponseStream","ResponseStream"]},{"label":"ResponseStream","declaringLibraryUri":"package:grpc/src/client/common.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/grpc-2.1.3/lib/src/client/common.dart","offset":2447,"length":0,"startLine":72,"startColumn":3},"flags":0,"parameters":"(this._call)","returnType":"ResponseStream"},"defaultArgumentListString":"_call","defaultArgumentListTextRanges":[0,5],"parameterNames":["_call"],"parameterTypes":[""],"relevanceTags":["package:grpc/src/client/common.dart::ResponseStream",""],"requiredParameterCount":1},{"label":"ResponseFuture","declaringLibraryUri":"package:grpc/src/client/common.dart","element":{"kind":"CLASS","name":"ResponseFuture","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/grpc-2.1.3/lib/src/client/common.dart","offset":1655,"length":0,"startLine":45,"startColumn":7},"flags":0},"relevanceTags":["package:grpc/src/client/common.dart::ResponseFuture","ResponseFuture"]},{"label":"ResponseFuture","declaringLibraryUri":"package:grpc/src/client/common.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/grpc-2.1.3/lib/src/client/common.dart","offset":2119,"length":0,"startLine":61,"startColumn":3},"flags":0,"parameters":"(this._call)","returnType":"Respo… | |
[10:15:33] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":549,"uri":"package:shared_preferences/shared_preferences.dart","items":[{"label":"SharedPreferences","declaringLibraryUri":"package:shared_preferences/shared_preferences.dart","element":{"kind":"CLASS","name":"SharedPreferences","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/shared_preferences-0.5.6/lib/shared_preferences.dart","offset":498,"length":0,"startLine":15,"startColumn":7},"flags":0},"relevanceTags":["package:shared_preferences/shared_preferences.dart::SharedPreferences","SharedPreferences"]},{"label":"getInstance","declaringLibraryUri":"package:shared_preferences/shared_preferences.dart","element":{"kind":"METHOD","name":"getInstance","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/shared_preferences-0.5.6/lib/shared_preferences.dart","offset":978,"length":0,"startLine":28,"startColumn":36},"flags":0,"parameters":"()","returnType":"Future<SharedPreferences>"},"parameterNames":[],"parameterTypes":[],"requiredParameterCount":0},{"label":"getKeys","declaringLibraryUri":"package:shared_preferences/shared_preferences.dart","element":{"kind":"METHOD","name":"getKeys","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/shared_preferences-0.5.6/lib/shared_preferences.dart","offset":2122,"length":0,"startLine":58,"startColumn":15},"flags":0,"parameters":"()","returnType":"Set<String>"},"parameterNames":[],"parameterTypes":[],"requiredParameterCount":0},{"label":"get","declaringLibraryUri":"package:shared_preferences/shared_preferences.dart","element":{"kind":"METHOD","name":"get","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/shared_preferences-0.5.6/lib/shared_preferences.dart","offset":2244,"length":0,"startLine":61,"startColumn":11},"flags":0,"parameters":"(String key)","return… | |
[10:15:33] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":550,"uri":"package:flutter_spinkit/flutter_spinkit.dart","items":[{"label":"SpinKitCubeGrid","declaringLibraryUri":"package:flutter_spinkit/src/cube_grid.dart","element":{"kind":"CLASS","name":"SpinKitCubeGrid","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/flutter_spinkit-4.1.1+1/lib/src/cube_grid.dart","offset":46,"length":0,"startLine":3,"startColumn":7},"flags":0},"relevanceTags":["package:flutter_spinkit/src/cube_grid.dart::SpinKitCubeGrid","SpinKitCubeGrid"]},{"label":"SpinKitCubeGrid","declaringLibraryUri":"package:flutter_spinkit/src/cube_grid.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/flutter_spinkit-4.1.1+1/lib/src/cube_grid.dart","offset":95,"length":0,"startLine":4,"startColumn":9},"flags":0,"parameters":"({Key key, this.color, this.size = 50.0, this.itemBuilder, this.duration = const Duration(milliseconds: 1200), this.controller})","returnType":"SpinKitCubeGrid"},"parameterNames":["key","color","size","itemBuilder","duration","controller"],"parameterTypes":["Key","","","","",""],"relevanceTags":["package:flutter_spinkit/src/cube_grid.dart::SpinKitCubeGrid",""],"requiredParameterCount":0},{"label":"color","declaringLibraryUri":"package:flutter_spinkit/src/cube_grid.dart","element":{"kind":"FIELD","name":"color","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/flutter_spinkit-4.1.1+1/lib/src/cube_grid.dart","offset":516,"length":0,"startLine":16,"startColumn":15},"flags":4,"returnType":"Color"}},{"label":"size","declaringLibraryUri":"package:flutter_spinkit/src/cube_grid.dart","element":{"kind":"FIELD","name":"size","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/flutter_spinkit-4.1.1+1/lib/src/cube_grid.dart","offset… | |
[10:15:33] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":574,"uri":"package:meta/dart2js.dart","items":[{"label":"noInline","declaringLibraryUri":"package:meta/dart2js.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"noInline","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/meta-1.1.8/lib/dart2js.dart","offset":716,"length":0,"startLine":20,"startColumn":17},"flags":2,"returnType":"_NoInline"}},{"label":"tryInline","declaringLibraryUri":"package:meta/dart2js.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"tryInline","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/meta-1.1.8/lib/dart2js.dart","offset":1329,"length":0,"startLine":37,"startColumn":18},"flags":2,"returnType":"_TryInline"}}]}],"removedLibraries":[]}} | |
[10:15:33] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":246,"uri":"package:meta/meta.dart","items":[{"label":"Immutable","declaringLibraryUri":"package:meta/meta.dart","element":{"kind":"CLASS","name":"Immutable","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/meta-1.1.8/lib/meta.dart","offset":11835,"length":0,"startLine":255,"startColumn":7},"flags":0},"relevanceTags":["package:meta/meta.dart::Immutable","Immutable"]},{"label":"reason","declaringLibraryUri":"package:meta/meta.dart","element":{"kind":"FIELD","name":"reason","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/meta-1.1.8/lib/meta.dart","offset":11939,"length":0,"startLine":257,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"Immutable","declaringLibraryUri":"package:meta/meta.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/meta-1.1.8/lib/meta.dart","offset":12026,"length":0,"startLine":260,"startColumn":9},"flags":0,"parameters":"([this.reason = ''])","returnType":"Immutable"},"parameterNames":["reason"],"parameterTypes":[""],"relevanceTags":["package:meta/meta.dart::Immutable",""],"requiredParameterCount":0},{"label":"isTest","declaringLibraryUri":"package:meta/meta.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"isTest","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/meta-1.1.8/lib/meta.dart","offset":4994,"length":0,"startLine":114,"startColumn":15},"flags":2,"returnType":"_IsTest"}},{"label":"literal","declaringLibraryUri":"package:meta/meta.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"literal","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/meta-1.1.8/lib/meta.dart","offset":5970,"length":0,"startLine":135,"startColumn":16},"flags":2,"returnType… | |
[10:15:33] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":575,"uri":"package:flutter_bloc/flutter_bloc.dart","items":[{"label":"Bloc","declaringLibraryUri":"package:bloc/src/bloc.dart","element":{"kind":"CLASS","name":"Bloc","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/bloc-3.0.0/lib/src/bloc.dart","offset":286,"length":0,"startLine":11,"startColumn":16},"flags":1},"relevanceTags":["package:bloc/src/bloc.dart::Bloc","Bloc"]},{"label":"state","declaringLibraryUri":"package:bloc/src/bloc.dart","element":{"kind":"GETTER","name":"state","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/bloc-3.0.0/lib/src/bloc.dart","offset":526,"length":0,"startLine":17,"startColumn":13},"flags":0,"returnType":"State"}},{"label":"initialState","declaringLibraryUri":"package:bloc/src/bloc.dart","element":{"kind":"GETTER","name":"initialState","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/bloc-3.0.0/lib/src/bloc.dart","offset":634,"length":0,"startLine":20,"startColumn":13},"flags":0,"returnType":"State"}},{"label":"isBroadcast","declaringLibraryUri":"package:bloc/src/bloc.dart","element":{"kind":"GETTER","name":"isBroadcast","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/bloc-3.0.0/lib/src/bloc.dart","offset":737,"length":0,"startLine":24,"startColumn":12},"flags":0,"returnType":"bool"}},{"label":"Bloc","declaringLibraryUri":"package:bloc/src/bloc.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/bloc-3.0.0/lib/src/bloc.dart","offset":802,"length":0,"startLine":27,"startColumn":3},"flags":0,"parameters":"()","returnType":"Bloc"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:bloc/src/bloc.dart::Bloc",""],"requiredParameterCount":0},{"label"… | |
[10:15:33] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":589,"uri":"package:equatable/equatable.dart","items":[{"label":"EquatableMixin","declaringLibraryUri":"package:equatable/src/equatable_mixin.dart","element":{"kind":"MIXIN","name":"EquatableMixin","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/equatable-1.0.2/lib/src/equatable_mixin.dart","offset":219,"length":0,"startLine":7,"startColumn":7},"flags":0},"relevanceTags":["package:equatable/src/equatable_mixin.dart::EquatableMixin","EquatableMixin"]},{"label":"props","declaringLibraryUri":"package:equatable/src/equatable_mixin.dart","element":{"kind":"GETTER","name":"props","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/equatable-1.0.2/lib/src/equatable_mixin.dart","offset":370,"length":0,"startLine":10,"startColumn":20},"flags":0,"returnType":"List<Object>"}},{"label":"==","declaringLibraryUri":"package:equatable/src/equatable_mixin.dart","element":{"kind":"METHOD","name":"==","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/equatable-1.0.2/lib/src/equatable_mixin.dart","offset":406,"length":0,"startLine":13,"startColumn":17},"flags":0,"parameters":"(Object other)","returnType":"bool"},"defaultArgumentListString":"other","defaultArgumentListTextRanges":[0,5],"parameterNames":["other"],"parameterTypes":["Object"],"requiredParameterCount":1},{"label":"hashCode","declaringLibraryUri":"package:equatable/src/equatable_mixin.dart","element":{"kind":"GETTER","name":"hashCode","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/equatable-1.0.2/lib/src/equatable_mixin.dart","offset":612,"length":0,"startLine":21,"startColumn":11},"flags":0,"returnType":"int"}},{"label":"toString","declaringLibraryUri":"package:equatable/src/equatable_mixin.dart","element":{"kind":"METHOD","name":"toString","lo… | |
[10:15:33] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":592,"uri":"package:flutter_i18n/flutter_i18n_delegate.dart","items":[{"label":"FlutterI18nDelegate","declaringLibraryUri":"package:flutter_i18n/flutter_i18n_delegate.dart","element":{"kind":"CLASS","name":"FlutterI18nDelegate","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/flutter_i18n-0.8.3/lib/flutter_i18n_delegate.dart","offset":121,"length":0,"startLine":9,"startColumn":7},"flags":0},"relevanceTags":["package:flutter_i18n/flutter_i18n_delegate.dart::FlutterI18nDelegate","FlutterI18nDelegate"]},{"label":"useCountryCode","declaringLibraryUri":"package:flutter_i18n/flutter_i18n_delegate.dart","element":{"kind":"FIELD","name":"useCountryCode","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/flutter_i18n-0.8.3/lib/flutter_i18n_delegate.dart","offset":199,"length":0,"startLine":10,"startColumn":14},"flags":4,"returnType":"bool"}},{"label":"fallbackFile","declaringLibraryUri":"package:flutter_i18n/flutter_i18n_delegate.dart","element":{"kind":"FIELD","name":"fallbackFile","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/flutter_i18n-0.8.3/lib/flutter_i18n_delegate.dart","offset":230,"length":0,"startLine":11,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"path","declaringLibraryUri":"package:flutter_i18n/flutter_i18n_delegate.dart","element":{"kind":"FIELD","name":"path","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/flutter_i18n-0.8.3/lib/flutter_i18n_delegate.dart","offset":259,"length":0,"startLine":12,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"forcedLocale","declaringLibraryUri":"package:flutter_i18n/flutter_i18n_delegate.dart","element":{"kind":"FIELD","name":"forcedLocale","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cac… | |
[10:15:33] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":593,"uri":"package:flutter_i18n/flutter_i18n.dart","items":[{"label":"FlutterI18n","declaringLibraryUri":"package:flutter_i18n/flutter_i18n.dart","element":{"kind":"CLASS","name":"FlutterI18n","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/flutter_i18n-0.8.3/lib/flutter_i18n.dart","offset":320,"length":0,"startLine":11,"startColumn":7},"flags":0},"relevanceTags":["package:flutter_i18n/flutter_i18n.dart::FlutterI18n","FlutterI18n"]},{"label":"forcedLocale","declaringLibraryUri":"package:flutter_i18n/flutter_i18n.dart","element":{"kind":"FIELD","name":"forcedLocale","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/flutter_i18n-0.8.3/lib/flutter_i18n.dart","offset":486,"length":0,"startLine":16,"startColumn":10},"flags":0,"returnType":"Locale"}},{"label":"locale","declaringLibraryUri":"package:flutter_i18n/flutter_i18n.dart","element":{"kind":"FIELD","name":"locale","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/flutter_i18n-0.8.3/lib/flutter_i18n.dart","offset":510,"length":0,"startLine":18,"startColumn":10},"flags":0,"returnType":"Locale"}},{"label":"decodedMap","declaringLibraryUri":"package:flutter_i18n/flutter_i18n.dart","element":{"kind":"FIELD","name":"decodedMap","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/flutter_i18n-0.8.3/lib/flutter_i18n.dart","offset":543,"length":0,"startLine":20,"startColumn":25},"flags":0,"returnType":"Map<dynamic, dynamic>"}},{"label":"FlutterI18n","declaringLibraryUri":"package:flutter_i18n/flutter_i18n.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/flutter_i18n-0.8.3/lib/flutter_i18n.dart","offset":558,"length":0,"startLine":22,"startColumn":3}… | |
[10:15:33] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":337,"uri":"package:flutter/painting.dart","items":[{"label":"ImageStream","declaringLibraryUri":"package:flutter/src/painting/image_stream.dart","element":{"kind":"CLASS","name":"ImageStream","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/packages/flutter/lib/src/painting/image_stream.dart","offset":7855,"length":0,"startLine":210,"startColumn":7},"flags":0},"relevanceTags":["package:flutter/src/painting/image_stream.dart::ImageStream","ImageStream"]},{"label":"ImageStream","declaringLibraryUri":"package:flutter/src/painting/image_stream.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/packages/flutter/lib/src/painting/image_stream.dart","offset":8020,"length":0,"startLine":214,"startColumn":3},"flags":0,"parameters":"()","returnType":"ImageStream"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:flutter/src/painting/image_stream.dart::ImageStream",""],"requiredParameterCount":0},{"label":"completer","declaringLibraryUri":"package:flutter/src/painting/image_stream.dart","element":{"kind":"GETTER","name":"completer","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/packages/flutter/lib/src/painting/image_stream.dart","offset":8204,"length":0,"startLine":219,"startColumn":28},"flags":0,"returnType":"ImageStreamCompleter"}},{"label":"setCompleter","declaringLibraryUri":"package:flutter/src/painting/image_stream.dart","element":{"kind":"METHOD","name":"setCompleter","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/packages/flutter/lib/src/painting/image_stream.dart","offset":8695,"length":0,"startLine":232,"startColumn":8},"flags":0,"parameters":"(ImageStreamCompleter value)","returnType":"void"},"defaultArgumentListString":"value","defaultArgumentListTextRanges":[0,5],"parameterNames":["value"],"parameterTypes":["ImageStreamCompleter"],"requiredParameterCount… | |
[10:15:33] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":594,"uri":"package:flutter/scheduler.dart","items":[{"label":"AppLifecycleState","declaringLibraryUri":"dart:ui","element":{"kind":"ENUM","name":"AppLifecycleState","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/ui/window.dart","offset":6357,"length":0,"startLine":154,"startColumn":6},"flags":0},"relevanceTags":["dart:ui::AppLifecycleState","AppLifecycleState"]},{"label":"AppLifecycleState.resumed","declaringLibraryUri":"dart:ui","element":{"kind":"ENUM_CONSTANT","name":"resumed","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/ui/window.dart","offset":6442,"length":0,"startLine":156,"startColumn":3},"flags":0},"relevanceTags":["dart:ui::AppLifecycleState","resumed"]},{"label":"AppLifecycleState.inactive","declaringLibraryUri":"dart:ui","element":{"kind":"ENUM_CONSTANT","name":"inactive","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/ui/window.dart","offset":7276,"length":0,"startLine":172,"startColumn":3},"flags":0},"relevanceTags":["dart:ui::AppLifecycleState","inactive"]},{"label":"AppLifecycleState.paused","declaringLibraryUri":"dart:ui","element":{"kind":"ENUM_CONSTANT","name":"paused","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/ui/window.dart","offset":7560,"length":0,"startLine":179,"startColumn":3},"flags":0},"relevanceTags":["dart:ui::AppLifecycleState","paused"]},{"label":"AppLifecycleState.detached","declaringLibraryUri":"dart:ui","element":{"kind":"ENUM_CONSTANT","name":"detached","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/ui/window.dart","offset":7925,"length":0,"startLine":188,"startColumn":3},"flags":0},"relevanceTags":["dart:ui::AppLifecycleState","detached"]},{"label":"TickerCallback","declaringLibraryUri":"package:flutter/src/sched… | |
[10:15:33] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":269,"uri":"package:flutter/semantics.dart","items":[{"label":"debugResetSemanticsIdCounter","declaringLibraryUri":"package:flutter/src/semantics/semantics.dart","element":{"kind":"FUNCTION","name":"debugResetSemanticsIdCounter","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/packages/flutter/lib/src/semantics/semantics.dart","offset":44015,"length":0,"startLine":1163,"startColumn":6},"flags":0,"parameters":"()","returnType":"void"},"parameterNames":[],"parameterTypes":[],"requiredParameterCount":0},{"label":"SemanticsProperties","declaringLibraryUri":"package:flutter/src/semantics/semantics.dart","element":{"kind":"CLASS","name":"SemanticsProperties","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/packages/flutter/lib/src/semantics/semantics.dart","offset":21051,"length":0,"startLine":586,"startColumn":7},"flags":0},"relevanceTags":["package:flutter/src/semantics/semantics.dart::SemanticsProperties","SemanticsProperties"]},{"label":"SemanticsProperties","declaringLibraryUri":"package:flutter/src/semantics/semantics.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/packages/flutter/lib/src/semantics/semantics.dart","offset":21145,"length":0,"startLine":588,"startColumn":9},"flags":0,"parameters":"({this.enabled, this.checked, this.selected, this.toggled, this.button, this.link, this.header, this.textField, this.readOnly, this.focusable, this.focused, this.inMutuallyExclusiveGroup, this.hidden, this.obscured, this.multiline, this.scopesRoute, this.namesRoute, this.image, this.liveRegion, this.maxValueLength, this.currentValueLength, this.label, this.value, this.increasedValue, this.decreasedValue, this.hint, this.hintOverrides, this.textDirection, this.sortKey, this.onTap, this.onLongPress, this.onScrollLeft, this.onScrollRight, this.onScrollUp, this.onScrollDown, this.onIncrease, this.onDec… | |
[10:15:33] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":599,"uri":"package:flutter/cupertino.dart","items":[{"label":"DecorationPosition","declaringLibraryUri":"package:flutter/src/rendering/proxy_box.dart","element":{"kind":"ENUM","name":"DecorationPosition","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/packages/flutter/lib/src/rendering/proxy_box.dart","offset":61174,"length":0,"startLine":1872,"startColumn":6},"flags":0},"relevanceTags":["package:flutter/src/rendering/proxy_box.dart::DecorationPosition","DecorationPosition"]},{"label":"DecorationPosition.background","declaringLibraryUri":"package:flutter/src/rendering/proxy_box.dart","element":{"kind":"ENUM_CONSTANT","name":"background","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/packages/flutter/lib/src/rendering/proxy_box.dart","offset":61249,"length":0,"startLine":1874,"startColumn":3},"flags":0},"relevanceTags":["package:flutter/src/rendering/proxy_box.dart::DecorationPosition","background"]},{"label":"DecorationPosition.foreground","declaringLibraryUri":"package:flutter/src/rendering/proxy_box.dart","element":{"kind":"ENUM_CONSTANT","name":"foreground","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/packages/flutter/lib/src/rendering/proxy_box.dart","offset":61321,"length":0,"startLine":1877,"startColumn":3},"flags":0},"relevanceTags":["package:flutter/src/rendering/proxy_box.dart::DecorationPosition","foreground"]},{"label":"defaultScrollNotificationPredicate","declaringLibraryUri":"package:flutter/src/widgets/scroll_notification.dart","element":{"kind":"FUNCTION","name":"defaultScrollNotificationPredicate","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/packages/flutter/lib/src/widgets/scroll_notification.dart","offset":10921,"length":0,"startLine":288,"startColumn":6},"flags":0,"parameters":"(ScrollNotification notification)","returnType":"bool"},"defaultArgumentListString":"notification","defaultArgumentL… | |
[10:15:33] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":643,"uri":"package:flutter/animation.dart","items":[{"label":"Animatable","declaringLibraryUri":"package:flutter/src/animation/tween.dart","element":{"kind":"CLASS","name":"Animatable","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/packages/flutter/lib/src/animation/tween.dart","offset":730,"length":0,"startLine":24,"startColumn":16},"flags":1},"relevanceTags":["package:flutter/src/animation/tween.dart::Animatable","Animatable"]},{"label":"Animatable","declaringLibraryUri":"package:flutter/src/animation/tween.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/packages/flutter/lib/src/animation/tween.dart","offset":907,"length":0,"startLine":27,"startColumn":9},"flags":0,"parameters":"()","returnType":"Animatable"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:flutter/src/animation/tween.dart::Animatable",""],"requiredParameterCount":0},{"label":"transform","declaringLibraryUri":"package:flutter/src/animation/tween.dart","element":{"kind":"METHOD","name":"transform","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/packages/flutter/lib/src/animation/tween.dart","offset":1315,"length":0,"startLine":39,"startColumn":5},"flags":0,"parameters":"(double t)","returnType":"T"},"defaultArgumentListString":"t","defaultArgumentListTextRanges":[0,1],"parameterNames":["t"],"parameterTypes":["double"],"requiredParameterCount":1},{"label":"evaluate","declaringLibraryUri":"package:flutter/src/animation/tween.dart","element":{"kind":"METHOD","name":"evaluate","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/packages/flutter/lib/src/animation/tween.dart","offset":1827,"length":0,"startLine":53,"startColumn":5},"flags":0,"parameters":"(Animation<double> animation)","returnType":"T"},"defaultArgumentListString":"animation","defaultArgumentListTextRanges":[0,9],"parameterNames… | |
[10:15:33] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":215,"uri":"package:flutter/services.dart","items":[{"label":"HapticFeedback","declaringLibraryUri":"package:flutter/src/services/haptic_feedback.dart","element":{"kind":"CLASS","name":"HapticFeedback","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/packages/flutter/lib/src/services/haptic_feedback.dart","offset":457,"length":0,"startLine":13,"startColumn":7},"flags":0},"relevanceTags":["package:flutter/src/services/haptic_feedback.dart::HapticFeedback","HapticFeedback"]},{"label":"vibrate","declaringLibraryUri":"package:flutter/src/services/haptic_feedback.dart","element":{"kind":"METHOD","name":"vibrate","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/packages/flutter/lib/src/services/haptic_feedback.dart","offset":882,"length":0,"startLine":23,"startColumn":23},"flags":0,"parameters":"()","returnType":"Future<void>"},"parameterNames":[],"parameterTypes":[],"requiredParameterCount":0},{"label":"lightImpact","declaringLibraryUri":"package:flutter/src/services/haptic_feedback.dart","element":{"kind":"METHOD","name":"lightImpact","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/packages/flutter/lib/src/services/haptic_feedback.dart","offset":1345,"length":0,"startLine":34,"startColumn":23},"flags":0,"parameters":"()","returnType":"Future<void>"},"parameterNames":[],"parameterTypes":[],"requiredParameterCount":0},{"label":"mediumImpact","declaringLibraryUri":"package:flutter/src/services/haptic_feedback.dart","element":{"kind":"METHOD","name":"mediumImpact","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/packages/flutter/lib/src/services/haptic_feedback.dart","offset":1868,"length":0,"startLine":48,"startColumn":23},"flags":0,"parameters":"()","returnType":"Future<void>"},"parameterNames":[],"parameterTypes":[],"requiredParameterCount":0},{"label":"heavyImpact","declaringLibraryUri":"package:flutter/src/services/haptic_fe… | |
[10:15:33] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":631,"uri":"package:flutter/widgets.dart","items":[{"label":"DecorationPosition","declaringLibraryUri":"package:flutter/src/rendering/proxy_box.dart","element":{"kind":"ENUM","name":"DecorationPosition","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/packages/flutter/lib/src/rendering/proxy_box.dart","offset":61174,"length":0,"startLine":1872,"startColumn":6},"flags":0},"relevanceTags":["package:flutter/src/rendering/proxy_box.dart::DecorationPosition","DecorationPosition"]},{"label":"DecorationPosition.background","declaringLibraryUri":"package:flutter/src/rendering/proxy_box.dart","element":{"kind":"ENUM_CONSTANT","name":"background","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/packages/flutter/lib/src/rendering/proxy_box.dart","offset":61249,"length":0,"startLine":1874,"startColumn":3},"flags":0},"relevanceTags":["package:flutter/src/rendering/proxy_box.dart::DecorationPosition","background"]},{"label":"DecorationPosition.foreground","declaringLibraryUri":"package:flutter/src/rendering/proxy_box.dart","element":{"kind":"ENUM_CONSTANT","name":"foreground","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/packages/flutter/lib/src/rendering/proxy_box.dart","offset":61321,"length":0,"startLine":1877,"startColumn":3},"flags":0},"relevanceTags":["package:flutter/src/rendering/proxy_box.dart::DecorationPosition","foreground"]},{"label":"defaultScrollNotificationPredicate","declaringLibraryUri":"package:flutter/src/widgets/scroll_notification.dart","element":{"kind":"FUNCTION","name":"defaultScrollNotificationPredicate","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/packages/flutter/lib/src/widgets/scroll_notification.dart","offset":10921,"length":0,"startLine":288,"startColumn":6},"flags":0,"parameters":"(ScrollNotification notification)","returnType":"bool"},"defaultArgumentListString":"notification","defaultArgumentLis… | |
[10:15:33] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":302,"uri":"package:flutter/gestures.dart","items":[{"label":"kPressTimeout","declaringLibraryUri":"package:flutter/src/gestures/constants.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"kPressTimeout","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/packages/flutter/lib/src/gestures/constants.dart","offset":461,"length":0,"startLine":10,"startColumn":16},"flags":2,"returnType":"Duration"}},{"label":"VelocityTracker","declaringLibraryUri":"package:flutter/src/gestures/velocity_tracker.dart","element":{"kind":"CLASS","name":"VelocityTracker","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/packages/flutter/lib/src/gestures/velocity_tracker.dart","offset":5360,"length":0,"startLine":149,"startColumn":7},"flags":0},"relevanceTags":["package:flutter/src/gestures/velocity_tracker.dart::VelocityTracker","VelocityTracker"]},{"label":"addPosition","declaringLibraryUri":"package:flutter/src/gestures/velocity_tracker.dart","element":{"kind":"METHOD","name":"addPosition","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/packages/flutter/lib/src/gestures/velocity_tracker.dart","offset":5768,"length":0,"startLine":160,"startColumn":8},"flags":0,"parameters":"(Duration time, Offset position)","returnType":"void"},"defaultArgumentListString":"time, position","defaultArgumentListTextRanges":[0,4,6,8],"parameterNames":["time","position"],"parameterTypes":["Duration","Offset"],"requiredParameterCount":2},{"label":"getVelocityEstimate","declaringLibraryUri":"package:flutter/src/gestures/velocity_tracker.dart","element":{"kind":"METHOD","name":"getVelocityEstimate","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/packages/flutter/lib/src/gestures/velocity_tracker.dart","offset":6234,"length":0,"startLine":173,"startColumn":20},"flags":0,"parameters":"()","returnType":"VelocityEstimate"},"parameterNames":[],"parameterTypes":[],"requiredPar… | |
[10:15:33] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":709,"uri":"package:flutter/physics.dart","items":[{"label":"ScrollSpringSimulation","declaringLibraryUri":"package:flutter/src/physics/spring_simulation.dart","element":{"kind":"CLASS","name":"ScrollSpringSimulation","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/packages/flutter/lib/src/physics/spring_simulation.dart","offset":4421,"length":0,"startLine":127,"startColumn":7},"flags":0},"relevanceTags":["package:flutter/src/physics/spring_simulation.dart::ScrollSpringSimulation","ScrollSpringSimulation"]},{"label":"ScrollSpringSimulation","declaringLibraryUri":"package:flutter/src/physics/spring_simulation.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/packages/flutter/lib/src/physics/spring_simulation.dart","offset":4724,"length":0,"startLine":133,"startColumn":3},"flags":0,"parameters":"(SpringDescription spring, double start, double end, double velocity, {Tolerance tolerance = Tolerance.defaultTolerance})","returnType":"ScrollSpringSimulation"},"defaultArgumentListString":"spring, start, end, velocity","defaultArgumentListTextRanges":[0,6,8,5,15,3,20,8],"parameterNames":["spring","start","end","velocity","tolerance"],"parameterTypes":["SpringDescription","double","double","double","Tolerance"],"relevanceTags":["package:flutter/src/physics/spring_simulation.dart::ScrollSpringSimulation",""],"requiredParameterCount":4},{"label":"x","declaringLibraryUri":"package:flutter/src/physics/spring_simulation.dart","element":{"kind":"METHOD","name":"x","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/packages/flutter/lib/src/physics/spring_simulation.dart","offset":4977,"length":0,"startLine":142,"startColumn":10},"flags":0,"parameters":"(double time)","returnType":"double"},"defaultArgumentListString":"time","defaultArgumentListTextRanges":[0,4],"parameterNames":["time"],"parameterTypes":["doub… | |
[10:15:33] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":748,"uri":"package:flutter/material.dart","items":[{"label":"DecorationPosition","declaringLibraryUri":"package:flutter/src/rendering/proxy_box.dart","element":{"kind":"ENUM","name":"DecorationPosition","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/packages/flutter/lib/src/rendering/proxy_box.dart","offset":61174,"length":0,"startLine":1872,"startColumn":6},"flags":0},"relevanceTags":["package:flutter/src/rendering/proxy_box.dart::DecorationPosition","DecorationPosition"]},{"label":"DecorationPosition.background","declaringLibraryUri":"package:flutter/src/rendering/proxy_box.dart","element":{"kind":"ENUM_CONSTANT","name":"background","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/packages/flutter/lib/src/rendering/proxy_box.dart","offset":61249,"length":0,"startLine":1874,"startColumn":3},"flags":0},"relevanceTags":["package:flutter/src/rendering/proxy_box.dart::DecorationPosition","background"]},{"label":"DecorationPosition.foreground","declaringLibraryUri":"package:flutter/src/rendering/proxy_box.dart","element":{"kind":"ENUM_CONSTANT","name":"foreground","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/packages/flutter/lib/src/rendering/proxy_box.dart","offset":61321,"length":0,"startLine":1877,"startColumn":3},"flags":0},"relevanceTags":["package:flutter/src/rendering/proxy_box.dart::DecorationPosition","foreground"]},{"label":"defaultScrollNotificationPredicate","declaringLibraryUri":"package:flutter/src/widgets/scroll_notification.dart","element":{"kind":"FUNCTION","name":"defaultScrollNotificationPredicate","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/packages/flutter/lib/src/widgets/scroll_notification.dart","offset":10921,"length":0,"startLine":288,"startColumn":6},"flags":0,"parameters":"(ScrollNotification notification)","returnType":"bool"},"defaultArgumentListString":"notification","defaultArgumentLi… | |
[10:15:33] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":244,"uri":"package:flutter/rendering.dart","items":[{"label":"DecorationPosition","declaringLibraryUri":"package:flutter/src/rendering/proxy_box.dart","element":{"kind":"ENUM","name":"DecorationPosition","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/packages/flutter/lib/src/rendering/proxy_box.dart","offset":61174,"length":0,"startLine":1872,"startColumn":6},"flags":0},"relevanceTags":["package:flutter/src/rendering/proxy_box.dart::DecorationPosition","DecorationPosition"]},{"label":"DecorationPosition.background","declaringLibraryUri":"package:flutter/src/rendering/proxy_box.dart","element":{"kind":"ENUM_CONSTANT","name":"background","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/packages/flutter/lib/src/rendering/proxy_box.dart","offset":61249,"length":0,"startLine":1874,"startColumn":3},"flags":0},"relevanceTags":["package:flutter/src/rendering/proxy_box.dart::DecorationPosition","background"]},{"label":"DecorationPosition.foreground","declaringLibraryUri":"package:flutter/src/rendering/proxy_box.dart","element":{"kind":"ENUM_CONSTANT","name":"foreground","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/packages/flutter/lib/src/rendering/proxy_box.dart","offset":61321,"length":0,"startLine":1877,"startColumn":3},"flags":0},"relevanceTags":["package:flutter/src/rendering/proxy_box.dart::DecorationPosition","foreground"]},{"label":"StrokeCap","declaringLibraryUri":"dart:ui","element":{"kind":"ENUM","name":"StrokeCap","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/ui/painting.dart","offset":34040,"length":0,"startLine":842,"startColumn":6},"flags":0},"relevanceTags":["dart:ui::StrokeCap","StrokeCap"]},{"label":"StrokeCap.butt","declaringLibraryUri":"dart:ui","element":{"kind":"ENUM_CONSTANT","name":"butt","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky… | |
[10:15:33] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":245,"uri":"package:flutter/foundation.dart","items":[{"label":"debugPrintDone","declaringLibraryUri":"package:flutter/src/foundation/print.dart","element":{"kind":"GETTER","name":"debugPrintDone","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/packages/flutter/lib/src/foundation/print.dart","offset":3641,"length":0,"startLine":87,"startColumn":18},"flags":0,"returnType":"Future<void>"}},{"label":"CachingIterable","declaringLibraryUri":"package:flutter/src/foundation/basic_types.dart","element":{"kind":"CLASS","name":"CachingIterable","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/packages/flutter/lib/src/foundation/basic_types.dart","offset":3944,"length":0,"startLine":105,"startColumn":7},"flags":0},"relevanceTags":["package:flutter/src/foundation/basic_types.dart::CachingIterable","CachingIterable"]},{"label":"CachingIterable","declaringLibraryUri":"package:flutter/src/foundation/basic_types.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/packages/flutter/lib/src/foundation/basic_types.dart","offset":4792,"length":0,"startLine":127,"startColumn":3},"flags":0,"parameters":"(this._prefillIterator)","returnType":"CachingIterable"},"defaultArgumentListString":"_prefillIterator","defaultArgumentListTextRanges":[0,16],"parameterNames":["_prefillIterator"],"parameterTypes":[""],"relevanceTags":["package:flutter/src/foundation/basic_types.dart::CachingIterable",""],"requiredParameterCount":1},{"label":"iterator","declaringLibraryUri":"package:flutter/src/foundation/basic_types.dart","element":{"kind":"GETTER","name":"iterator","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/packages/flutter/lib/src/foundation/basic_types.dart","offset":4936,"length":0,"startLine":133,"startColumn":19},"flags":0,"returnType":"Iterator<E>"}},{"label":"map","declaringLibraryUri":"package:flutter… | |
[10:15:33] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":875,"uri":"dart:nativewrappers","items":[]}],"removedLibraries":[]}} | |
[10:15:33] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":876,"uri":"dart:wasm","items":[{"label":"WasmFunction","declaringLibraryUri":"dart:wasm","element":{"kind":"CLASS","name":"WasmFunction","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/wasm/wasm.dart","offset":2613,"length":0,"startLine":91,"startColumn":16},"flags":1},"relevanceTags":["dart:wasm::WasmFunction","WasmFunction"]},{"label":"call","declaringLibraryUri":"dart:wasm","element":{"kind":"METHOD","name":"call","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/wasm/wasm.dart","offset":2654,"length":0,"startLine":92,"startColumn":7},"flags":0,"parameters":"(List<num> args)","returnType":"num"},"defaultArgumentListString":"args","defaultArgumentListTextRanges":[0,4],"parameterNames":["args"],"parameterTypes":["List<num>"],"requiredParameterCount":1},{"label":"WasmFunction","declaringLibraryUri":"dart:wasm","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/wasm/wasm.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"WasmFunction"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["dart:wasm::WasmFunction",""],"requiredParameterCount":0},{"label":"WasmModule","declaringLibraryUri":"dart:wasm","element":{"kind":"CLASS","name":"WasmModule","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/wasm/wasm.dart","offset":690,"length":0,"startLine":29,"startColumn":16},"flags":1},"relevanceTags":["dart:wasm::WasmModule","WasmModule"]},{"label":"WasmModule","declaringLibraryUri":"dart:wasm","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/wasm/wasm.dart","offset":745,"length":0,"startLine":31,"startColumn":20},"flags":0,"paramet… | |
[10:15:33] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":199,"uri":"dart:ui","items":[{"label":"TextBaseline","declaringLibraryUri":"dart:ui","element":{"kind":"ENUM","name":"TextBaseline","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/ui/text.dart","offset":11863,"length":0,"startLine":349,"startColumn":6},"flags":0},"relevanceTags":["dart:ui::TextBaseline","TextBaseline"]},{"label":"TextBaseline.alphabetic","declaringLibraryUri":"dart:ui","element":{"kind":"ENUM_CONSTANT","name":"alphabetic","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/ui/text.dart","offset":11968,"length":0,"startLine":351,"startColumn":3},"flags":0},"relevanceTags":["dart:ui::TextBaseline","alphabetic"]},{"label":"TextBaseline.ideographic","declaringLibraryUri":"dart:ui","element":{"kind":"ENUM_CONSTANT","name":"ideographic","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/ui/text.dart","offset":12047,"length":0,"startLine":354,"startColumn":3},"flags":0},"relevanceTags":["dart:ui::TextBaseline","ideographic"]},{"label":"StrokeCap","declaringLibraryUri":"dart:ui","element":{"kind":"ENUM","name":"StrokeCap","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/ui/painting.dart","offset":34040,"length":0,"startLine":842,"startColumn":6},"flags":0},"relevanceTags":["dart:ui::StrokeCap","StrokeCap"]},{"label":"StrokeCap.butt","declaringLibraryUri":"dart:ui","element":{"kind":"ENUM_CONSTANT","name":"butt","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/ui/painting.dart","offset":34439,"length":0,"startLine":850,"startColumn":3},"flags":0},"relevanceTags":["dart:ui::StrokeCap","butt"]},{"label":"StrokeCap.round","declaringLibraryUri":"dart:ui","element":{"kind":"ENUM_CONSTANT","name":"round","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/late… | |
[10:15:33] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":877,"uri":"dart:typed_data","items":[{"label":"UnmodifiableUint32ListView","declaringLibraryUri":"dart:typed_data","element":{"kind":"CLASS","name":"UnmodifiableUint32ListView","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/typed_data/unmodifiable_typed_data.dart","offset":7959,"length":0,"startLine":240,"startColumn":7},"flags":0},"relevanceTags":["dart:typed_data::UnmodifiableUint32ListView","UnmodifiableUint32ListView"]},{"label":"UnmodifiableUint32ListView","declaringLibraryUri":"dart:typed_data","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/typed_data/unmodifiable_typed_data.dart","offset":8137,"length":0,"startLine":244,"startColumn":3},"flags":0,"parameters":"(Uint32List list)","returnType":"UnmodifiableUint32ListView"},"defaultArgumentListString":"list","defaultArgumentListTextRanges":[0,4],"parameterNames":["list"],"parameterTypes":["Uint32List"],"relevanceTags":["dart:typed_data::UnmodifiableUint32ListView",""],"requiredParameterCount":1},{"label":"Int32List","declaringLibraryUri":"dart:typed_data","element":{"kind":"CLASS","name":"Int32List","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/typed_data/typed_data.dart","offset":41343,"length":0,"startLine":1127,"startColumn":16},"flags":1},"relevanceTags":["dart:typed_data::Int32List","Int32List"]},{"label":"Int32List","declaringLibraryUri":"dart:typed_data","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/typed_data/typed_data.dart","offset":41536,"length":0,"startLine":1132,"startColumn":20},"flags":0,"parameters":"(int length)","returnType":"Int32List"},"defaultArgumentListString":"length","defaultArgumentListTextRanges":[0,6],"parameterNames":["length"],"parameterTypes"… | |
[10:15:33] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":878,"uri":"dart:math","items":[{"label":"atan2","declaringLibraryUri":"dart:math","element":{"kind":"FUNCTION","name":"atan2","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/math/math.dart","offset":2802,"length":0,"startLine":90,"startColumn":17},"flags":0,"parameters":"(num a, num b)","returnType":"double"},"defaultArgumentListString":"a, b","defaultArgumentListTextRanges":[0,1,3,1],"parameterNames":["a","b"],"parameterTypes":["num","num"],"requiredParameterCount":2},{"label":"sqrt","declaringLibraryUri":"dart:math","element":{"kind":"FUNCTION","name":"sqrt","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/math/math.dart","offset":6103,"length":0,"startLine":169,"startColumn":17},"flags":0,"parameters":"(num x)","returnType":"double"},"defaultArgumentListString":"x","defaultArgumentListTextRanges":[0,1],"parameterNames":["x"],"parameterTypes":["num"],"requiredParameterCount":1},{"label":"sqrt1_2","declaringLibraryUri":"dart:math","element":{"kind":"TOP_LEVEL_VARIABLE","name":"sqrt1_2","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/math/math.dart","offset":1383,"length":0,"startLine":50,"startColumn":14},"flags":2,"returnType":"double"},"relevanceTags":["dart:core::double","sqrt1_2"]},{"label":"max","declaringLibraryUri":"dart:math","element":{"kind":"FUNCTION","name":"max","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/math/math.dart","offset":2136,"length":0,"startLine":70,"startColumn":12},"flags":0,"parameters":"(T a, T b)","returnType":"T","typeParameters":"<T extends num>"},"defaultArgumentListString":"a, b","defaultArgumentListTextRanges":[0,1,3,1],"parameterNames":["a","b"],"parameterTypes":["T","T"],"requiredParameterCount":2},{"label":"Rectangle","declaringLibraryUri":"dart:math","element":{"… | |
[10:15:33] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":879,"uri":"dart:js_util","items":[{"label":"hasProperty","declaringLibraryUri":"dart:js_util","element":{"kind":"FUNCTION","name":"hasProperty","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/js_util/js_util_dart2js.dart","offset":2237,"length":0,"startLine":67,"startColumn":6},"flags":0,"parameters":"(o, name)","returnType":"bool"},"defaultArgumentListString":"o, name","defaultArgumentListTextRanges":[0,1,3,4],"parameterNames":["o","name"],"parameterTypes":["",""],"requiredParameterCount":2},{"label":"instanceof","declaringLibraryUri":"dart:js_util","element":{"kind":"FUNCTION","name":"instanceof","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/js_util/js_util_dart2js.dart","offset":2530,"length":0,"startLine":74,"startColumn":6},"flags":0,"parameters":"(o, Function type)","returnType":"bool"},"defaultArgumentListString":"o, type","defaultArgumentListTextRanges":[0,1,3,4],"parameterNames":["o","type"],"parameterTypes":["","Function"],"requiredParameterCount":2},{"label":"callMethod","declaringLibraryUri":"dart:js_util","element":{"kind":"FUNCTION","name":"callMethod","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/js_util/js_util_dart2js.dart","offset":2418,"length":0,"startLine":71,"startColumn":1},"flags":0,"parameters":"(o, String method, List args)","returnType":""},"defaultArgumentListString":"o, method, args","defaultArgumentListTextRanges":[0,1,3,6,11,4],"parameterNames":["o","method","args"],"parameterTypes":["","String","List"],"requiredParameterCount":3},{"label":"promiseToFuture","declaringLibraryUri":"dart:js_util","element":{"kind":"FUNCTION","name":"promiseToFuture","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/js_util/js_util_dart2js.dart","offset":5100,"length":0,"startLine":144,"start… | |
[10:15:33] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":880,"uri":"dart:js","items":[{"label":"JsObject","declaringLibraryUri":"dart:js","element":{"kind":"CLASS","name":"JsObject","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/js/js_dart2js.dart","offset":5188,"length":0,"startLine":136,"startColumn":7},"flags":0},"relevanceTags":["dart:js::JsObject","JsObject"]},{"label":"JsObject","declaringLibraryUri":"dart:js","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/js/js_dart2js.dart","offset":5487,"length":0,"startLine":147,"startColumn":11},"flags":0,"parameters":"(JsFunction constructor, [List arguments])","returnType":"JsObject"},"defaultArgumentListString":"constructor","defaultArgumentListTextRanges":[0,11],"parameterNames":["constructor","arguments"],"parameterTypes":["JsFunction","List"],"relevanceTags":["dart:js::JsObject",""],"requiredParameterCount":1},{"label":"JsObject.fromBrowserObject","declaringLibraryUri":"dart:js","element":{"kind":"CONSTRUCTOR","name":"fromBrowserObject","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/js/js_dart2js.dart","offset":8525,"length":0,"startLine":218,"startColumn":20},"flags":0,"parameters":"(object)","returnType":"JsObject"},"defaultArgumentListString":"object","defaultArgumentListTextRanges":[0,6],"parameterNames":["object"],"parameterTypes":[""],"relevanceTags":["dart:js::JsObject","fromBrowserObject"],"requiredParameterCount":1},{"label":"JsObject.jsify","declaringLibraryUri":"dart:js","element":{"kind":"CONSTRUCTOR","name":"jsify","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/js/js_dart2js.dart","offset":9229,"length":0,"startLine":232,"startColumn":20},"flags":0,"parameters":"(object)","returnType":"JsObject"},"defaultArgumentListString":"object","defaultArgumentLis… | |
[10:15:33] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":881,"uri":"dart:isolate","items":[{"label":"Capability","declaringLibraryUri":"dart:isolate","element":{"kind":"CLASS","name":"Capability","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/isolate/capability.dart","offset":1164,"length":0,"startLine":31,"startColumn":7},"flags":0},"relevanceTags":["dart:isolate::Capability","Capability"]},{"label":"Capability","declaringLibraryUri":"dart:isolate","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/isolate/capability.dart","offset":1257,"length":0,"startLine":35,"startColumn":20},"flags":0,"parameters":"()","returnType":"Capability"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["dart:isolate::Capability",""],"requiredParameterCount":0},{"label":"Isolate","declaringLibraryUri":"dart:isolate","element":{"kind":"CLASS","name":"Isolate","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/isolate/isolate.dart","offset":2685,"length":0,"startLine":75,"startColumn":7},"flags":0},"relevanceTags":["dart:isolate::Isolate","Isolate"]},{"label":"immediate","declaringLibraryUri":"dart:isolate","element":{"kind":"FIELD","name":"immediate","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/isolate/isolate.dart","offset":2780,"length":0,"startLine":77,"startColumn":20},"flags":2,"returnType":"int"},"relevanceTags":["dart:core::int","immediate"]},{"label":"beforeNextEvent","declaringLibraryUri":"dart:isolate","element":{"kind":"FIELD","name":"beforeNextEvent","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/isolate/isolate.dart","offset":2892,"length":0,"startLine":79,"startColumn":20},"flags":2,"returnType":"int"},"relevanceTags":["dart:core::int","beforeNextEvent"]},{"label":"controlPort","declari… | |
[10:15:33] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":882,"uri":"dart:io","items":[{"label":"Stdout","declaringLibraryUri":"dart:io","element":{"kind":"CLASS","name":"Stdout","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/io/stdio.dart","offset":6798,"length":0,"startLine":213,"startColumn":7},"flags":0},"relevanceTags":["dart:io::Stdout","Stdout"]},{"label":"hasTerminal","declaringLibraryUri":"dart:io","element":{"kind":"GETTER","name":"hasTerminal","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/io/stdio.dart","offset":7017,"length":0,"startLine":222,"startColumn":12},"flags":0,"returnType":"bool"}},{"label":"terminalColumns","declaringLibraryUri":"dart:io","element":{"kind":"GETTER","name":"terminalColumns","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/io/stdio.dart","offset":7239,"length":0,"startLine":230,"startColumn":11},"flags":0,"returnType":"int"}},{"label":"terminalLines","declaringLibraryUri":"dart:io","element":{"kind":"GETTER","name":"terminalLines","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/io/stdio.dart","offset":7467,"length":0,"startLine":238,"startColumn":11},"flags":0,"returnType":"int"}},{"label":"supportsAnsiEscapes","declaringLibraryUri":"dart:io","element":{"kind":"GETTER","name":"supportsAnsiEscapes","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/io/stdio.dart","offset":8583,"length":0,"startLine":262,"startColumn":12},"flags":0,"returnType":"bool"}},{"label":"nonBlocking","declaringLibraryUri":"dart:io","element":{"kind":"GETTER","name":"nonBlocking","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/io/stdio.dart","offset":8865,"length":0,"startLine":272,"startColumn":14},"flags":0,"returnType":"IOSink"}},{"label":"HttpOverrides","declaringLibraryUri":"dart:_http","elem… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":883,"uri":"dart:html","items":[{"label":"DivElement","declaringLibraryUri":"dart:html","element":{"kind":"CLASS","name":"DivElement","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/html/html_dart2js.dart","offset":278904,"length":0,"startLine":9206,"startColumn":7},"flags":0},"relevanceTags":["dart:html::DivElement","DivElement"]},{"label":"DivElement","declaringLibraryUri":"dart:html","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/html/html_dart2js.dart","offset":279084,"length":0,"startLine":9212,"startColumn":11},"flags":0,"parameters":"()","returnType":"DivElement"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["dart:html::DivElement",""],"requiredParameterCount":0},{"label":"DivElement.created","declaringLibraryUri":"dart:html","element":{"kind":"CONSTRUCTOR","name":"created","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/html/html_dart2js.dart","offset":279385,"length":0,"startLine":9219,"startColumn":14},"flags":0,"parameters":"()","returnType":"DivElement"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["dart:html::DivElement","created"],"requiredParameterCount":0},{"label":"NavigatorID","declaringLibraryUri":"dart:html","element":{"kind":"CLASS","name":"NavigatorID","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/html/html_dart2js.dart","offset":677201,"length":0,"startLine":21761,"startColumn":16},"flags":1},"relevanceTags":["dart:html::NavigatorID","NavigatorID"]},{"label":"appCodeName","declaringLibraryUri":"dart:html","element":{"kind":"FIELD","name":"appCodeName","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/html/html_dart2js.dart","offset":677388,"length":0,"startLine":21767,"st… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":884,"uri":"dart:ffi","items":[{"label":"Int32Pointer","declaringLibraryUri":"dart:ffi","element":{"kind":"EXTENSION","name":"Int32Pointer","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/ffi/ffi.dart","offset":6557,"length":0,"startLine":179,"startColumn":11},"flags":0}},{"label":"unsized","declaringLibraryUri":"dart:ffi","element":{"kind":"TOP_LEVEL_VARIABLE","name":"unsized","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/ffi/annotations.dart","offset":1487,"length":0,"startLine":39,"startColumn":7},"flags":2,"returnType":""}},{"label":"NativePort","declaringLibraryUri":"dart:ffi","element":{"kind":"EXTENSION","name":"NativePort","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/ffi/ffi.dart","offset":22707,"length":0,"startLine":616,"startColumn":11},"flags":0}},{"label":"Int8Pointer","declaringLibraryUri":"dart:ffi","element":{"kind":"EXTENSION","name":"Int8Pointer","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/ffi/ffi.dart","offset":3324,"length":0,"startLine":97,"startColumn":11},"flags":0}},{"label":"Int16Pointer","declaringLibraryUri":"dart:ffi","element":{"kind":"EXTENSION","name":"Int16Pointer","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/ffi/ffi.dart","offset":4800,"length":0,"startLine":133,"startColumn":11},"flags":0}},{"label":"IntPtrPointer","declaringLibraryUri":"dart:ffi","element":{"kind":"EXTENSION","name":"IntPtrPointer","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/ffi/ffi.dart","offset":15434,"length":0,"startLine":421,"startColumn":11},"flags":0}},{"label":"Void","declaringLibraryUri":"dart:ffi","element":{"kind":"CLASS","name":"Void","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":885,"uri":"dart:developer","items":[{"label":"TimelineSyncFunction","declaringLibraryUri":"dart:developer","element":{"kind":"FUNCTION_TYPE_ALIAS","name":"TimelineSyncFunction","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/developer/timeline.dart","offset":436,"length":0,"startLine":13,"startColumn":9},"flags":0,"parameters":"()","returnType":"T"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["dart:developer::TimelineSyncFunction","TimelineSyncFunction"],"requiredParameterCount":0},{"label":"ServiceExtensionHandler","declaringLibraryUri":"dart:developer","element":{"kind":"FUNCTION_TYPE_ALIAS","name":"ServiceExtensionHandler","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/developer/extension.dart","offset":3950,"length":0,"startLine":119,"startColumn":42},"flags":0,"parameters":"(String method, Map<String, String> parameters)","returnType":"Future<ServiceExtensionResponse>"},"parameterNames":["method","parameters"],"parameterTypes":["String","Map<String, String>"],"relevanceTags":["dart:developer::ServiceExtensionHandler","ServiceExtensionHandler"],"requiredParameterCount":2},{"label":"postEvent","declaringLibraryUri":"dart:developer","element":{"kind":"FUNCTION","name":"postEvent","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/developer/extension.dart","offset":5255,"length":0,"startLine":148,"startColumn":6},"flags":0,"parameters":"(String eventKind, Map eventData)","returnType":"void"},"defaultArgumentListString":"eventKind, eventData","defaultArgumentListTextRanges":[0,9,11,9],"parameterNames":["eventKind","eventData"],"parameterTypes":["String","Map"],"requiredParameterCount":2},{"label":"Metrics","declaringLibraryUri":"dart:developer","element":{"kind":"CLASS","name":"Metrics","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/c… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":886,"uri":"dart:core","items":[{"label":"TypeError","declaringLibraryUri":"dart:core","element":{"kind":"CLASS","name":"TypeError","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/core/errors.dart","offset":3935,"length":0,"startLine":110,"startColumn":7},"flags":0},"relevanceTags":["dart:core::TypeError","TypeError"]},{"label":"TypeError","declaringLibraryUri":"dart:core","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/core/errors.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"TypeError"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["dart:core::TypeError",""],"requiredParameterCount":0},{"label":"Comparator","declaringLibraryUri":"dart:core","element":{"kind":"FUNCTION_TYPE_ALIAS","name":"Comparator","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/core/comparable.dart","offset":787,"length":0,"startLine":23,"startColumn":9},"flags":0,"parameters":"(T a, T b)","returnType":"int"},"parameterNames":["a","b"],"parameterTypes":["T","T"],"relevanceTags":["dart:core::Comparator","Comparator"],"requiredParameterCount":2},{"label":"Match","declaringLibraryUri":"dart:core","element":{"kind":"CLASS","name":"Match","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/core/pattern.dart","offset":2709,"length":0,"startLine":76,"startColumn":16},"flags":1},"relevanceTags":["dart:core::Match","Match"]},{"label":"start","declaringLibraryUri":"dart:core","element":{"kind":"GETTER","name":"start","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/core/pattern.dart","offset":2800,"length":0,"startLine":80,"startColumn":11},"flags":0,"returnType":"int"}},{"label":"end","declaringLibraryUri":"dart:core"… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":887,"uri":"dart:convert","items":[{"label":"Codec","declaringLibraryUri":"dart:convert","element":{"kind":"CLASS","name":"Codec","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/convert/codec.dart","offset":655,"length":0,"startLine":17,"startColumn":16},"flags":1},"relevanceTags":["dart:convert::Codec","Codec"]},{"label":"Codec","declaringLibraryUri":"dart:convert","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/convert/codec.dart","offset":677,"length":0,"startLine":18,"startColumn":9},"flags":0,"parameters":"()","returnType":"Codec"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["dart:convert::Codec",""],"requiredParameterCount":0},{"label":"encode","declaringLibraryUri":"dart:convert","element":{"kind":"METHOD","name":"encode","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/convert/codec.dart","offset":775,"length":0,"startLine":23,"startColumn":5},"flags":0,"parameters":"(S input)","returnType":"T"},"defaultArgumentListString":"input","defaultArgumentListTextRanges":[0,5],"parameterNames":["input"],"parameterTypes":["S"],"requiredParameterCount":1},{"label":"decode","declaringLibraryUri":"dart:convert","element":{"kind":"METHOD","name":"decode","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/convert/codec.dart","offset":914,"length":0,"startLine":28,"startColumn":5},"flags":0,"parameters":"(T encoded)","returnType":"S"},"defaultArgumentListString":"encoded","defaultArgumentListTextRanges":[0,7],"parameterNames":["encoded"],"parameterTypes":["T"],"requiredParameterCount":1},{"label":"encoder","declaringLibraryUri":"dart:convert","element":{"kind":"GETTER","name":"encoder","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/convert/codec.… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":888,"uri":"dart:collection","items":[{"label":"MapView","declaringLibraryUri":"dart:collection","element":{"kind":"CLASS","name":"MapView","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/collection/maps.dart","offset":9717,"length":0,"startLine":315,"startColumn":7},"flags":0},"relevanceTags":["dart:collection::MapView","MapView"]},{"label":"MapView","declaringLibraryUri":"dart:collection","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/collection/maps.dart","offset":9786,"length":0,"startLine":317,"startColumn":9},"flags":0,"parameters":"(Map<K, V> map)","returnType":"MapView"},"defaultArgumentListString":"map","defaultArgumentListTextRanges":[0,3],"parameterNames":["map"],"parameterTypes":["Map<K, V>"],"relevanceTags":["dart:collection::MapView",""],"requiredParameterCount":1},{"label":"cast","declaringLibraryUri":"dart:collection","element":{"kind":"METHOD","name":"cast","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/collection/maps.dart","offset":9838,"length":0,"startLine":319,"startColumn":15},"flags":0,"parameters":"()","returnType":"Map<RK, RV>","typeParameters":"<RK, RV>"},"parameterNames":[],"parameterTypes":[],"requiredParameterCount":0},{"label":"[]","declaringLibraryUri":"dart:collection","element":{"kind":"METHOD","name":"[]","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/collection/maps.dart","offset":9890,"length":0,"startLine":320,"startColumn":14},"flags":0,"parameters":"(Object key)","returnType":"V"},"defaultArgumentListString":"key","defaultArgumentListTextRanges":[0,3],"parameterNames":["key"],"parameterTypes":["Object"],"requiredParameterCount":1},{"label":"[]=","declaringLibraryUri":"dart:collection","element":{"kind":"METHOD","name":"[]=","location":{"file":"/… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":889,"uri":"dart:async","items":[{"label":"ControllerCancelCallback","declaringLibraryUri":"dart:async","element":{"kind":"FUNCTION_TYPE_ALIAS","name":"ControllerCancelCallback","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/async/stream_controller.dart","offset":704,"length":0,"startLine":23,"startColumn":9},"flags":0,"parameters":"()","returnType":""},"parameterNames":[],"parameterTypes":[],"relevanceTags":["dart:async::ControllerCancelCallback","ControllerCancelCallback"],"requiredParameterCount":0},{"label":"EventSink","declaringLibraryUri":"dart:async","element":{"kind":"CLASS","name":"EventSink","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/async/stream.dart","offset":64534,"length":0,"startLine":1803,"startColumn":16},"flags":1},"relevanceTags":["dart:async::EventSink","EventSink"]},{"label":"add","declaringLibraryUri":"dart:async","element":{"kind":"METHOD","name":"add","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/async/stream.dart","offset":64672,"length":0,"startLine":1809,"startColumn":8},"flags":0,"parameters":"(T event)","returnType":"void"},"defaultArgumentListString":"event","defaultArgumentListTextRanges":[0,5],"parameterNames":["event"],"parameterTypes":["T"],"requiredParameterCount":1},{"label":"addError","declaringLibraryUri":"dart:async","element":{"kind":"METHOD","name":"addError","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/async/stream.dart","offset":64787,"length":0,"startLine":1816,"startColumn":8},"flags":0,"parameters":"(Object error, [StackTrace stackTrace])","returnType":"void"},"defaultArgumentListString":"error","defaultArgumentListTextRanges":[0,5],"parameterNames":["error","stackTrace"],"parameterTypes":["Object","StackTrace"],"requiredParameterCount":1},{"label":"close","declaringLibrar… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":890,"uri":"package:sendmany/channels/open_channel/bloc/open_channel_event.dart","items":[{"label":"OpenChannelEvent","declaringLibraryUri":"package:sendmany/channels/open_channel/bloc/open_channel_event.dart","element":{"kind":"CLASS","name":"OpenChannelEvent","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/open_channel/bloc/open_channel_event.dart","offset":173,"length":0,"startLine":6,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/channels/open_channel/bloc/open_channel_event.dart::OpenChannelEvent","OpenChannelEvent"]},{"label":"address","declaringLibraryUri":"package:sendmany/channels/open_channel/bloc/open_channel_event.dart","element":{"kind":"FIELD","name":"address","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/open_channel/bloc/open_channel_event.dart","offset":295,"length":0,"startLine":8,"startColumn":26},"flags":4,"returnType":"LightningAddress"}},{"label":"localFundingAmount","declaringLibraryUri":"package:sendmany/channels/open_channel/bloc/open_channel_event.dart","element":{"kind":"FIELD","name":"localFundingAmount","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/open_channel/bloc/open_channel_event.dart","offset":388,"length":0,"startLine":11,"startColumn":15},"flags":4,"returnType":"Int64"}},{"label":"pushSat","declaringLibraryUri":"package:sendmany/channels/open_channel/bloc/open_channel_event.dart","element":{"kind":"FIELD","name":"pushSat","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/open_channel/bloc/open_channel_event.dart","offset":519,"length":0,"startLine":14,"startColumn":15},"flags":4,"returnType":"Int64"}},{"label":"targetConf","declaringLibraryUri":"package:sendmany/channels/open_channel/bloc/open_channel_event.dart","element":{"kind":"FIELD","name":"targetConf","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/open_channel/bloc/open_chann… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":891,"uri":"package:sendmany/channels/open_channel/bloc/bloc.dart","items":[{"label":"OpenChannelBloc","declaringLibraryUri":"package:sendmany/channels/open_channel/bloc/open_channel_bloc.dart","element":{"kind":"CLASS","name":"OpenChannelBloc","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/open_channel/bloc/open_channel_bloc.dart","offset":319,"length":0,"startLine":11,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/channels/open_channel/bloc/open_channel_bloc.dart::OpenChannelBloc","OpenChannelBloc"]},{"label":"initialState","declaringLibraryUri":"package:sendmany/channels/open_channel/bloc/open_channel_bloc.dart","element":{"kind":"GETTER","name":"initialState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/open_channel/bloc/open_channel_bloc.dart","offset":421,"length":0,"startLine":13,"startColumn":24},"flags":0,"returnType":"OpenChannelState"}},{"label":"mapEventToState","declaringLibraryUri":"package:sendmany/channels/open_channel/bloc/open_channel_bloc.dart","element":{"kind":"METHOD","name":"mapEventToState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/open_channel/bloc/open_channel_bloc.dart","offset":504,"length":0,"startLine":16,"startColumn":28},"flags":0,"parameters":"(OpenChannelEvent e)","returnType":"Stream<OpenChannelState>"},"defaultArgumentListString":"e","defaultArgumentListTextRanges":[0,1],"parameterNames":["e"],"parameterTypes":["OpenChannelEvent"],"requiredParameterCount":1},{"label":"OpenChannelBloc","declaringLibraryUri":"package:sendmany/channels/open_channel/bloc/open_channel_bloc.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/open_channel/bloc/open_channel_bloc.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"OpenChannelBloc"},"parameterNames":[],"pa… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":892,"uri":"package:sendmany/channels/open_channel/bloc/open_channel_bloc.dart","items":[{"label":"OpenChannelBloc","declaringLibraryUri":"package:sendmany/channels/open_channel/bloc/open_channel_bloc.dart","element":{"kind":"CLASS","name":"OpenChannelBloc","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/open_channel/bloc/open_channel_bloc.dart","offset":319,"length":0,"startLine":11,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/channels/open_channel/bloc/open_channel_bloc.dart::OpenChannelBloc","OpenChannelBloc"]},{"label":"initialState","declaringLibraryUri":"package:sendmany/channels/open_channel/bloc/open_channel_bloc.dart","element":{"kind":"GETTER","name":"initialState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/open_channel/bloc/open_channel_bloc.dart","offset":421,"length":0,"startLine":13,"startColumn":24},"flags":0,"returnType":"OpenChannelState"}},{"label":"mapEventToState","declaringLibraryUri":"package:sendmany/channels/open_channel/bloc/open_channel_bloc.dart","element":{"kind":"METHOD","name":"mapEventToState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/open_channel/bloc/open_channel_bloc.dart","offset":504,"length":0,"startLine":16,"startColumn":28},"flags":0,"parameters":"(OpenChannelEvent e)","returnType":"Stream<OpenChannelState>"},"defaultArgumentListString":"e","defaultArgumentListTextRanges":[0,1],"parameterNames":["e"],"parameterTypes":["OpenChannelEvent"],"requiredParameterCount":1},{"label":"OpenChannelBloc","declaringLibraryUri":"package:sendmany/channels/open_channel/bloc/open_channel_bloc.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/open_channel/bloc/open_channel_bloc.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"OpenChannelBloc"},"parameter… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":894,"uri":"package:sendmany/channels/list_channels/bloc/list_channels_event.dart","items":[{"label":"ListChannelsEvent","declaringLibraryUri":"package:sendmany/channels/list_channels/bloc/list_channels_event.dart","element":{"kind":"CLASS","name":"ListChannelsEvent","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/list_channels/bloc/list_channels_event.dart","offset":103,"length":0,"startLine":5,"startColumn":16},"flags":1},"relevanceTags":["package:sendmany/channels/list_channels/bloc/list_channels_event.dart::ListChannelsEvent","ListChannelsEvent"]},{"label":"ListChannelsEvent","declaringLibraryUri":"package:sendmany/channels/list_channels/bloc/list_channels_event.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/list_channels/bloc/list_channels_event.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"ListChannelsEvent"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:sendmany/channels/list_channels/bloc/list_channels_event.dart::ListChannelsEvent",""],"requiredParameterCount":0},{"label":"LoadChannelList","declaringLibraryUri":"package:sendmany/channels/list_channels/bloc/list_channels_event.dart","element":{"kind":"CLASS","name":"LoadChannelList","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/list_channels/bloc/list_channels_event.dart","offset":160,"length":0,"startLine":8,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/channels/list_channels/bloc/list_channels_event.dart::LoadChannelList","LoadChannelList"]},{"label":"props","declaringLibraryUri":"package:sendmany/channels/list_channels/bloc/list_channels_event.dart","element":{"kind":"GETTER","name":"props","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/list_channels/bloc/list_channels_event.dart","offset":235,"l… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":895,"uri":"package:sendmany/channels/list_channels/bloc/list_channels_bloc.dart","items":[{"label":"ListChannelsBloc","declaringLibraryUri":"package:sendmany/channels/list_channels/bloc/list_channels_bloc.dart","element":{"kind":"CLASS","name":"ListChannelsBloc","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/list_channels/bloc/list_channels_bloc.dart","offset":365,"length":0,"startLine":10,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/channels/list_channels/bloc/list_channels_bloc.dart::ListChannelsBloc","ListChannelsBloc"]},{"label":"initialState","declaringLibraryUri":"package:sendmany/channels/list_channels/bloc/list_channels_bloc.dart","element":{"kind":"GETTER","name":"initialState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/list_channels/bloc/list_channels_bloc.dart","offset":471,"length":0,"startLine":12,"startColumn":25},"flags":0,"returnType":"ListChannelsState"}},{"label":"mapEventToState","declaringLibraryUri":"package:sendmany/channels/list_channels/bloc/list_channels_bloc.dart","element":{"kind":"METHOD","name":"mapEventToState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/list_channels/bloc/list_channels_bloc.dart","offset":556,"length":0,"startLine":15,"startColumn":29},"flags":0,"parameters":"(ListChannelsEvent event)","returnType":"Stream<ListChannelsState>"},"defaultArgumentListString":"event","defaultArgumentListTextRanges":[0,5],"parameterNames":["event"],"parameterTypes":["ListChannelsEvent"],"requiredParameterCount":1},{"label":"ListChannelsBloc","declaringLibraryUri":"package:sendmany/channels/list_channels/bloc/list_channels_bloc.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/list_channels/bloc/list_channels_bloc.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":896,"uri":"package:sendmany/channels/list_channels/bloc/bloc.dart","items":[{"label":"InitialListChannelsState","declaringLibraryUri":"package:sendmany/channels/list_channels/bloc/list_channels_state.dart","element":{"kind":"CLASS","name":"InitialListChannelsState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/list_channels/bloc/list_channels_state.dart","offset":202,"length":0,"startLine":8,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/channels/list_channels/bloc/list_channels_state.dart::InitialListChannelsState","InitialListChannelsState"]},{"label":"props","declaringLibraryUri":"package:sendmany/channels/list_channels/bloc/list_channels_state.dart","element":{"kind":"GETTER","name":"props","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/list_channels/bloc/list_channels_state.dart","offset":286,"length":0,"startLine":10,"startColumn":20},"flags":0,"returnType":"List<Object>"}},{"label":"InitialListChannelsState","declaringLibraryUri":"package:sendmany/channels/list_channels/bloc/list_channels_state.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/list_channels/bloc/list_channels_state.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"InitialListChannelsState"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:sendmany/channels/list_channels/bloc/list_channels_state.dart::InitialListChannelsState",""],"requiredParameterCount":0},{"label":"ListChannelsBloc","declaringLibraryUri":"package:sendmany/channels/list_channels/bloc/list_channels_bloc.dart","element":{"kind":"CLASS","name":"ListChannelsBloc","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/list_channels/bloc/list_channels_bloc.dart","offset":365,"length":0,"startLine":10,"startColumn":7},"flags":0},"relevance… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":897,"uri":"package:sendmany/channels/list_channels/bloc/list_channels_state.dart","items":[{"label":"InitialListChannelsState","declaringLibraryUri":"package:sendmany/channels/list_channels/bloc/list_channels_state.dart","element":{"kind":"CLASS","name":"InitialListChannelsState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/list_channels/bloc/list_channels_state.dart","offset":202,"length":0,"startLine":8,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/channels/list_channels/bloc/list_channels_state.dart::InitialListChannelsState","InitialListChannelsState"]},{"label":"props","declaringLibraryUri":"package:sendmany/channels/list_channels/bloc/list_channels_state.dart","element":{"kind":"GETTER","name":"props","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/list_channels/bloc/list_channels_state.dart","offset":286,"length":0,"startLine":10,"startColumn":20},"flags":0,"returnType":"List<Object>"}},{"label":"InitialListChannelsState","declaringLibraryUri":"package:sendmany/channels/list_channels/bloc/list_channels_state.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/list_channels/bloc/list_channels_state.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"InitialListChannelsState"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:sendmany/channels/list_channels/bloc/list_channels_state.dart::InitialListChannelsState",""],"requiredParameterCount":0},{"label":"ChannelsLoadedState","declaringLibraryUri":"package:sendmany/channels/list_channels/bloc/list_channels_state.dart","element":{"kind":"CLASS","name":"ChannelsLoadedState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/list_channels/bloc/list_channels_state.dart","offset":422,"length":0,"startLine":18,"startColumn":7… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":898,"uri":"package:sendmany/channels/create_channel_page.dart","items":[{"label":"CreateChannelPage","declaringLibraryUri":"package:sendmany/channels/create_channel_page.dart","element":{"kind":"CLASS","name":"CreateChannelPage","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/create_channel_page.dart","offset":688,"length":0,"startLine":14,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/channels/create_channel_page.dart::CreateChannelPage","CreateChannelPage"]},{"label":"createState","declaringLibraryUri":"package:sendmany/channels/create_channel_page.dart","element":{"kind":"METHOD","name":"createState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/create_channel_page.dart","offset":769,"length":0,"startLine":16,"startColumn":27},"flags":0,"parameters":"()","returnType":"_CreateChannelPageState"},"parameterNames":[],"parameterTypes":[],"requiredParameterCount":0},{"label":"CreateChannelPage","declaringLibraryUri":"package:sendmany/channels/create_channel_page.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/create_channel_page.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"CreateChannelPage"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:sendmany/channels/create_channel_page.dart::CreateChannelPage",""],"requiredParameterCount":0}]}],"removedLibraries":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":899,"uri":"package:sendmany/channels/manual_partner_input.dart","items":[{"label":"ManualPartnerInputWidget","declaringLibraryUri":"package:sendmany/channels/manual_partner_input.dart","element":{"kind":"CLASS","name":"ManualPartnerInputWidget","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/manual_partner_input.dart","offset":368,"length":0,"startLine":9,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/channels/manual_partner_input.dart::ManualPartnerInputWidget","ManualPartnerInputWidget"]},{"label":"checkConnection","declaringLibraryUri":"package:sendmany/channels/manual_partner_input.dart","element":{"kind":"FIELD","name":"checkConnection","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/manual_partner_input.dart","offset":456,"length":0,"startLine":10,"startColumn":39},"flags":4,"returnType":" Function(String, String, int)"}},{"label":"pubKey","declaringLibraryUri":"package:sendmany/channels/manual_partner_input.dart","element":{"kind":"FIELD","name":"pubKey","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/manual_partner_input.dart","offset":488,"length":0,"startLine":11,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"host","declaringLibraryUri":"package:sendmany/channels/manual_partner_input.dart","element":{"kind":"FIELD","name":"host","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/manual_partner_input.dart","offset":511,"length":0,"startLine":12,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"port","declaringLibraryUri":"package:sendmany/channels/manual_partner_input.dart","element":{"kind":"FIELD","name":"port","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/manual_partner_input.dart","offset":529,"length":0,"startLine":13,"startColumn":13},"flags":4,"returnType":"int"}},{"label":"ManualPartnerInputWidget","declaringLibraryUri":"package… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":900,"uri":"package:sendmany/channels/subscribe_channel_events/bloc/subscribe_channel_events_state.dart","items":[{"label":"InitialSubscribeChannelEventsState","declaringLibraryUri":"package:sendmany/channels/subscribe_channel_events/bloc/subscribe_channel_events_state.dart","element":{"kind":"CLASS","name":"InitialSubscribeChannelEventsState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/subscribe_channel_events/bloc/subscribe_channel_events_state.dart","offset":2374,"length":0,"startLine":91,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/channels/subscribe_channel_events/bloc/subscribe_channel_events_state.dart::InitialSubscribeChannelEventsState","InitialSubscribeChannelEventsState"]},{"label":"props","declaringLibraryUri":"package:sendmany/channels/subscribe_channel_events/bloc/subscribe_channel_events_state.dart","element":{"kind":"GETTER","name":"props","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/subscribe_channel_events/bloc/subscribe_channel_events_state.dart","offset":2478,"length":0,"startLine":93,"startColumn":20},"flags":0,"returnType":"List<Object>"}},{"label":"InitialSubscribeChannelEventsState","declaringLibraryUri":"package:sendmany/channels/subscribe_channel_events/bloc/subscribe_channel_events_state.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/subscribe_channel_events/bloc/subscribe_channel_events_state.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"InitialSubscribeChannelEventsState"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:sendmany/channels/subscribe_channel_events/bloc/subscribe_channel_events_state.dart::InitialSubscribeChannelEventsState",""],"requiredParameterCount":0},{"label":"SubscribeChannelEventsState","declaringLibraryUri":"package:sendma… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":901,"uri":"package:sendmany/channels/subscribe_channel_events/bloc/subscribe_channel_events_event.dart","items":[{"label":"SubscribeChannelEventsEvent","declaringLibraryUri":"package:sendmany/channels/subscribe_channel_events/bloc/subscribe_channel_events_event.dart","element":{"kind":"CLASS","name":"SubscribeChannelEventsEvent","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/subscribe_channel_events/bloc/subscribe_channel_events_event.dart","offset":516,"length":0,"startLine":21,"startColumn":16},"flags":1},"relevanceTags":["package:sendmany/channels/subscribe_channel_events/bloc/subscribe_channel_events_event.dart::SubscribeChannelEventsEvent","SubscribeChannelEventsEvent"]},{"label":"SubscribeChannelEventsEvent","declaringLibraryUri":"package:sendmany/channels/subscribe_channel_events/bloc/subscribe_channel_events_event.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/subscribe_channel_events/bloc/subscribe_channel_events_event.dart","offset":572,"length":0,"startLine":22,"startColumn":9},"flags":0,"parameters":"()","returnType":"SubscribeChannelEventsEvent"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:sendmany/channels/subscribe_channel_events/bloc/subscribe_channel_events_event.dart::SubscribeChannelEventsEvent",""],"requiredParameterCount":0},{"label":"OpeningNewChannelEvent","declaringLibraryUri":"package:sendmany/channels/subscribe_channel_events/bloc/subscribe_channel_events_event.dart","element":{"kind":"CLASS","name":"OpeningNewChannelEvent","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/subscribe_channel_events/bloc/subscribe_channel_events_event.dart","offset":112,"length":0,"startLine":4,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/channels/subscribe_channel_events/bloc/subscribe_channel_events_event.dart::OpeningNewChannelEv… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":902,"uri":"package:sendmany/channels/subscribe_channel_events/bloc/subscribe_channel_events_bloc.dart","items":[{"label":"SubscribeChannelEventsBloc","declaringLibraryUri":"package:sendmany/channels/subscribe_channel_events/bloc/subscribe_channel_events_bloc.dart","element":{"kind":"CLASS","name":"SubscribeChannelEventsBloc","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/subscribe_channel_events/bloc/subscribe_channel_events_bloc.dart","offset":319,"length":0,"startLine":11,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/channels/subscribe_channel_events/bloc/subscribe_channel_events_bloc.dart::SubscribeChannelEventsBloc","SubscribeChannelEventsBloc"]},{"label":"SubscribeChannelEventsBloc","declaringLibraryUri":"package:sendmany/channels/subscribe_channel_events/bloc/subscribe_channel_events_bloc.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/subscribe_channel_events/bloc/subscribe_channel_events_bloc.dart","offset":425,"length":0,"startLine":13,"startColumn":3},"flags":0,"parameters":"()","returnType":"SubscribeChannelEventsBloc"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:sendmany/channels/subscribe_channel_events/bloc/subscribe_channel_events_bloc.dart::SubscribeChannelEventsBloc",""],"requiredParameterCount":0},{"label":"initialState","declaringLibraryUri":"package:sendmany/channels/subscribe_channel_events/bloc/subscribe_channel_events_bloc.dart","element":{"kind":"GETTER","name":"initialState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/subscribe_channel_events/bloc/subscribe_channel_events_bloc.dart","offset":537,"length":0,"startLine":18,"startColumn":35},"flags":0,"returnType":"SubscribeChannelEventsState"}},{"label":"mapEventToState","declaringLibraryUri":"package:sendmany/channels/subscribe_channel_events/bloc/subscribe_chan… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":903,"uri":"package:sendmany/channels/subscribe_channel_events/bloc/bloc.dart","items":[{"label":"InitialSubscribeChannelEventsState","declaringLibraryUri":"package:sendmany/channels/subscribe_channel_events/bloc/subscribe_channel_events_state.dart","element":{"kind":"CLASS","name":"InitialSubscribeChannelEventsState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/subscribe_channel_events/bloc/subscribe_channel_events_state.dart","offset":2374,"length":0,"startLine":91,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/channels/subscribe_channel_events/bloc/subscribe_channel_events_state.dart::InitialSubscribeChannelEventsState","InitialSubscribeChannelEventsState"]},{"label":"props","declaringLibraryUri":"package:sendmany/channels/subscribe_channel_events/bloc/subscribe_channel_events_state.dart","element":{"kind":"GETTER","name":"props","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/subscribe_channel_events/bloc/subscribe_channel_events_state.dart","offset":2478,"length":0,"startLine":93,"startColumn":20},"flags":0,"returnType":"List<Object>"}},{"label":"InitialSubscribeChannelEventsState","declaringLibraryUri":"package:sendmany/channels/subscribe_channel_events/bloc/subscribe_channel_events_state.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/subscribe_channel_events/bloc/subscribe_channel_events_state.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"InitialSubscribeChannelEventsState"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:sendmany/channels/subscribe_channel_events/bloc/subscribe_channel_events_state.dart::InitialSubscribeChannelEventsState",""],"requiredParameterCount":0},{"label":"SubscribeChannelEventsAppStart","declaringLibraryUri":"package:sendmany/channels/subscribe_c… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":904,"uri":"package:sendmany/channels/get_chan_info/get_chan_info_state.dart","items":[{"label":"ChanInfoLoadingErrorState","declaringLibraryUri":"package:sendmany/channels/get_chan_info/get_chan_info_state.dart","element":{"kind":"CLASS","name":"ChanInfoLoadingErrorState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/get_chan_info/get_chan_info_state.dart","offset":477,"length":0,"startLine":23,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/channels/get_chan_info/get_chan_info_state.dart::ChanInfoLoadingErrorState","ChanInfoLoadingErrorState"]},{"label":"message","declaringLibraryUri":"package:sendmany/channels/get_chan_info/get_chan_info_state.dart","element":{"kind":"FIELD","name":"message","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/get_chan_info/get_chan_info_state.dart","offset":545,"length":0,"startLine":24,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"chanId","declaringLibraryUri":"package:sendmany/channels/get_chan_info/get_chan_info_state.dart","element":{"kind":"FIELD","name":"chanId","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/get_chan_info/get_chan_info_state.dart","offset":568,"length":0,"startLine":25,"startColumn":15},"flags":4,"returnType":"Int64"}},{"label":"ChanInfoLoadingErrorState","declaringLibraryUri":"package:sendmany/channels/get_chan_info/get_chan_info_state.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/get_chan_info/get_chan_info_state.dart","offset":579,"length":0,"startLine":27,"startColumn":3},"flags":0,"parameters":"(this.message, {this.chanId})","returnType":"ChanInfoLoadingErrorState"},"defaultArgumentListString":"message","defaultArgumentListTextRanges":[0,7],"parameterNames":["message","chanId"],"parameterTypes":["",""],"relevanceTags":["package:sendmany/channels/get_chan_info/get_c… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":905,"uri":"package:sendmany/channels/get_chan_info/get_chan_info_event.dart","items":[{"label":"GetChanInfoEvent","declaringLibraryUri":"package:sendmany/channels/get_chan_info/get_chan_info_event.dart","element":{"kind":"CLASS","name":"GetChanInfoEvent","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/get_chan_info/get_chan_info_event.dart","offset":88,"length":0,"startLine":5,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/channels/get_chan_info/get_chan_info_event.dart::GetChanInfoEvent","GetChanInfoEvent"]},{"label":"chanId","declaringLibraryUri":"package:sendmany/channels/get_chan_info/get_chan_info_event.dart","element":{"kind":"FIELD","name":"chanId","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/get_chan_info/get_chan_info_event.dart","offset":121,"length":0,"startLine":6,"startColumn":15},"flags":4,"returnType":"Int64"}},{"label":"GetChanInfoEvent","declaringLibraryUri":"package:sendmany/channels/get_chan_info/get_chan_info_event.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/get_chan_info/get_chan_info_event.dart","offset":132,"length":0,"startLine":8,"startColumn":3},"flags":0,"parameters":"(this.chanId)","returnType":"GetChanInfoEvent"},"defaultArgumentListString":"chanId","defaultArgumentListTextRanges":[0,6],"parameterNames":["chanId"],"parameterTypes":[""],"relevanceTags":["package:sendmany/channels/get_chan_info/get_chan_info_event.dart::GetChanInfoEvent",""],"requiredParameterCount":1}]}],"removedLibraries":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":906,"uri":"package:sendmany/channels/get_chan_info/get_chan_info_bloc.dart","items":[{"label":"GetChanInfoBloc","declaringLibraryUri":"package:sendmany/channels/get_chan_info/get_chan_info_bloc.dart","element":{"kind":"CLASS","name":"GetChanInfoBloc","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/get_chan_info/get_chan_info_bloc.dart","offset":295,"length":0,"startLine":11,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/channels/get_chan_info/get_chan_info_bloc.dart::GetChanInfoBloc","GetChanInfoBloc"]},{"label":"initialState","declaringLibraryUri":"package:sendmany/channels/get_chan_info/get_chan_info_bloc.dart","element":{"kind":"GETTER","name":"initialState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/get_chan_info/get_chan_info_bloc.dart","offset":397,"length":0,"startLine":13,"startColumn":24},"flags":0,"returnType":"GetChanInfoState"}},{"label":"mapEventToState","declaringLibraryUri":"package:sendmany/channels/get_chan_info/get_chan_info_bloc.dart","element":{"kind":"METHOD","name":"mapEventToState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/get_chan_info/get_chan_info_bloc.dart","offset":480,"length":0,"startLine":16,"startColumn":28},"flags":0,"parameters":"(GetChanInfoEvent event)","returnType":"Stream<GetChanInfoState>"},"defaultArgumentListString":"event","defaultArgumentListTextRanges":[0,5],"parameterNames":["event"],"parameterTypes":["GetChanInfoEvent"],"requiredParameterCount":1},{"label":"GetChanInfoBloc","declaringLibraryUri":"package:sendmany/channels/get_chan_info/get_chan_info_bloc.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/get_chan_info/get_chan_info_bloc.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"GetChanInfoBloc"},"parameterNames":[],"paramet… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":907,"uri":"package:sendmany/channels/get_chan_info/bloc.dart","items":[{"label":"ChanInfoLoadingErrorState","declaringLibraryUri":"package:sendmany/channels/get_chan_info/get_chan_info_state.dart","element":{"kind":"CLASS","name":"ChanInfoLoadingErrorState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/get_chan_info/get_chan_info_state.dart","offset":477,"length":0,"startLine":23,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/channels/get_chan_info/get_chan_info_state.dart::ChanInfoLoadingErrorState","ChanInfoLoadingErrorState"]},{"label":"message","declaringLibraryUri":"package:sendmany/channels/get_chan_info/get_chan_info_state.dart","element":{"kind":"FIELD","name":"message","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/get_chan_info/get_chan_info_state.dart","offset":545,"length":0,"startLine":24,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"chanId","declaringLibraryUri":"package:sendmany/channels/get_chan_info/get_chan_info_state.dart","element":{"kind":"FIELD","name":"chanId","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/get_chan_info/get_chan_info_state.dart","offset":568,"length":0,"startLine":25,"startColumn":15},"flags":4,"returnType":"Int64"}},{"label":"ChanInfoLoadingErrorState","declaringLibraryUri":"package:sendmany/channels/get_chan_info/get_chan_info_state.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/get_chan_info/get_chan_info_state.dart","offset":579,"length":0,"startLine":27,"startColumn":3},"flags":0,"parameters":"(this.message, {this.chanId})","returnType":"ChanInfoLoadingErrorState"},"defaultArgumentListString":"message","defaultArgumentListTextRanges":[0,7],"parameterNames":["message","chanId"],"parameterTypes":["",""],"relevanceTags":["package:sendmany/channels/get_chan_info/get_chan_info_state.… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":908,"uri":"package:sendmany/channels/display_channel_info_page.dart","items":[{"label":"DisplayChannelInfoPage","declaringLibraryUri":"package:sendmany/channels/display_channel_info_page.dart","element":{"kind":"CLASS","name":"DisplayChannelInfoPage","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/display_channel_info_page.dart","offset":419,"length":0,"startLine":13,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/channels/display_channel_info_page.dart::DisplayChannelInfoPage","DisplayChannelInfoPage"]},{"label":"c","declaringLibraryUri":"package:sendmany/channels/display_channel_info_page.dart","element":{"kind":"FIELD","name":"c","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/display_channel_info_page.dart","offset":483,"length":0,"startLine":14,"startColumn":17},"flags":4,"returnType":"Channel"}},{"label":"DisplayChannelInfoPage","declaringLibraryUri":"package:sendmany/channels/display_channel_info_page.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/display_channel_info_page.dart","offset":488,"length":0,"startLine":15,"startColumn":3},"flags":0,"parameters":"(this.c)","returnType":"DisplayChannelInfoPage"},"defaultArgumentListString":"c","defaultArgumentListTextRanges":[0,1],"parameterNames":["c"],"parameterTypes":[""],"relevanceTags":["package:sendmany/channels/display_channel_info_page.dart::DisplayChannelInfoPage",""],"requiredParameterCount":1},{"label":"createState","declaringLibraryUri":"package:sendmany/channels/display_channel_info_page.dart","element":{"kind":"METHOD","name":"createState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/display_channel_info_page.dart","offset":564,"length":0,"startLine":18,"startColumn":32},"flags":0,"parameters":"()","returnType":"_DisplayChannelInfoPageState"},"parameterNames":[],"parameterType… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":909,"uri":"package:sendmany/channels/close_channel_alert_dialog.dart","items":[{"label":"CloseChannelAlertDialogResult","declaringLibraryUri":"package:sendmany/channels/close_channel_alert_dialog.dart","element":{"kind":"CLASS","name":"CloseChannelAlertDialogResult","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel_alert_dialog.dart","offset":165,"length":0,"startLine":7,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/channels/close_channel_alert_dialog.dart::CloseChannelAlertDialogResult","CloseChannelAlertDialogResult"]},{"label":"force","declaringLibraryUri":"package:sendmany/channels/close_channel_alert_dialog.dart","element":{"kind":"FIELD","name":"force","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel_alert_dialog.dart","offset":210,"length":0,"startLine":8,"startColumn":14},"flags":4,"returnType":"bool"}},{"label":"type","declaringLibraryUri":"package:sendmany/channels/close_channel_alert_dialog.dart","element":{"kind":"FIELD","name":"type","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel_alert_dialog.dart","offset":240,"length":0,"startLine":9,"startColumn":24},"flags":4,"returnType":"OnchainFeeType"}},{"label":"amount","declaringLibraryUri":"package:sendmany/channels/close_channel_alert_dialog.dart","element":{"kind":"FIELD","name":"amount","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel_alert_dialog.dart","offset":260,"length":0,"startLine":10,"startColumn":15},"flags":4,"returnType":"Int64"}},{"label":"valid","declaringLibraryUri":"package:sendmany/channels/close_channel_alert_dialog.dart","element":{"kind":"FIELD","name":"valid","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel_alert_dialog.dart","offset":281,"length":0,"startLine":11,"startColumn":14},"flags":4,"returnType":"bool"}},{"label":"Cl… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":910,"uri":"package:sendmany/channels/list_channels_page.dart","items":[{"label":"ListChannelsPage","declaringLibraryUri":"package:sendmany/channels/list_channels_page.dart","element":{"kind":"CLASS","name":"ListChannelsPage","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/list_channels_page.dart","offset":786,"length":0,"startLine":20,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/channels/list_channels_page.dart::ListChannelsPage","ListChannelsPage"]},{"label":"createState","declaringLibraryUri":"package:sendmany/channels/list_channels_page.dart","element":{"kind":"METHOD","name":"createState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/list_channels_page.dart","offset":865,"length":0,"startLine":22,"startColumn":26},"flags":0,"parameters":"()","returnType":"_ListChannelsPageState"},"parameterNames":[],"parameterTypes":[],"requiredParameterCount":0},{"label":"buildFAB","declaringLibraryUri":"package:sendmany/channels/list_channels_page.dart","element":{"kind":"METHOD","name":"buildFAB","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/list_channels_page.dart","offset":925,"length":0,"startLine":24,"startColumn":17},"flags":0,"parameters":"(BuildContext context, SubscribeChannelEventsBloc bloc)","returnType":"Widget"},"defaultArgumentListString":"context, bloc","defaultArgumentListTextRanges":[0,7,9,4],"parameterNames":["context","bloc"],"parameterTypes":["BuildContext","SubscribeChannelEventsBloc"],"requiredParameterCount":2},{"label":"ListChannelsPage","declaringLibraryUri":"package:sendmany/channels/list_channels_page.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/list_channels_page.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"ListChannelsPage"},"parameterNames":[],"paramet… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":911,"uri":"package:sendmany/node/node_overview_widget.dart","items":[{"label":"NodeOverviewWidget","declaringLibraryUri":"package:sendmany/node/node_overview_widget.dart","element":{"kind":"CLASS","name":"NodeOverviewWidget","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/node_overview_widget.dart","offset":292,"length":0,"startLine":8,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/node/node_overview_widget.dart::NodeOverviewWidget","NodeOverviewWidget"]},{"label":"createState","declaringLibraryUri":"package:sendmany/node/node_overview_widget.dart","element":{"kind":"METHOD","name":"createState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/node_overview_widget.dart","offset":375,"length":0,"startLine":10,"startColumn":28},"flags":0,"parameters":"()","returnType":"_NodeOverviewWidgetState"},"parameterNames":[],"parameterTypes":[],"requiredParameterCount":0},{"label":"NodeOverviewWidget","declaringLibraryUri":"package:sendmany/node/node_overview_widget.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/node_overview_widget.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"NodeOverviewWidget"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:sendmany/node/node_overview_widget.dart::NodeOverviewWidget",""],"requiredParameterCount":0}]}],"removedLibraries":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":912,"uri":"package:sendmany/node/peers_list_widget.dart","items":[{"label":"PeerListWidget","declaringLibraryUri":"package:sendmany/node/peers_list_widget.dart","element":{"kind":"CLASS","name":"PeerListWidget","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/peers_list_widget.dart","offset":353,"length":0,"startLine":9,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/node/peers_list_widget.dart::PeerListWidget","PeerListWidget"]},{"label":"build","declaringLibraryUri":"package:sendmany/node/peers_list_widget.dart","element":{"kind":"METHOD","name":"build","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/peers_list_widget.dart","offset":415,"length":0,"startLine":11,"startColumn":10},"flags":0,"parameters":"(BuildContext context)","returnType":"Widget"},"defaultArgumentListString":"context","defaultArgumentListTextRanges":[0,7],"parameterNames":["context"],"parameterTypes":["BuildContext"],"requiredParameterCount":1},{"label":"PeerListWidget","declaringLibraryUri":"package:sendmany/node/peers_list_widget.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/peers_list_widget.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"PeerListWidget"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:sendmany/node/peers_list_widget.dart::PeerListWidget",""],"requiredParameterCount":0}]}],"removedLibraries":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":913,"uri":"package:sendmany/node/peers/bloc/list_peers_event.dart","items":[{"label":"LoadPeersList","declaringLibraryUri":"package:sendmany/node/peers/bloc/list_peers_event.dart","element":{"kind":"CLASS","name":"LoadPeersList","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/peers/bloc/list_peers_event.dart","offset":129,"length":0,"startLine":7,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/node/peers/bloc/list_peers_event.dart::LoadPeersList","LoadPeersList"]},{"label":"props","declaringLibraryUri":"package:sendmany/node/peers/bloc/list_peers_event.dart","element":{"kind":"GETTER","name":"props","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/peers/bloc/list_peers_event.dart","offset":199,"length":0,"startLine":9,"startColumn":20},"flags":0,"returnType":"List<Object>"}},{"label":"LoadPeersList","declaringLibraryUri":"package:sendmany/node/peers/bloc/list_peers_event.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/peers/bloc/list_peers_event.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"LoadPeersList"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:sendmany/node/peers/bloc/list_peers_event.dart::LoadPeersList",""],"requiredParameterCount":0},{"label":"ListPeersEvent","declaringLibraryUri":"package:sendmany/node/peers/bloc/list_peers_event.dart","element":{"kind":"CLASS","name":"ListPeersEvent","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/peers/bloc/list_peers_event.dart","offset":59,"length":0,"startLine":3,"startColumn":16},"flags":1},"relevanceTags":["package:sendmany/node/peers/bloc/list_peers_event.dart::ListPeersEvent","ListPeersEvent"]},{"label":"ListPeersEvent","declaringLibraryUri":"package:sendmany/node/peers/bloc/list_peers_event.dart","element":{"kind":"CONSTRUC… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":914,"uri":"package:sendmany/node/peers/bloc/list_peers_bloc.dart","items":[{"label":"ListPeersBloc","declaringLibraryUri":"package:sendmany/node/peers/bloc/list_peers_bloc.dart","element":{"kind":"CLASS","name":"ListPeersBloc","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/peers/bloc/list_peers_bloc.dart","offset":319,"length":0,"startLine":11,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/node/peers/bloc/list_peers_bloc.dart::ListPeersBloc","ListPeersBloc"]},{"label":"initialState","declaringLibraryUri":"package:sendmany/node/peers/bloc/list_peers_bloc.dart","element":{"kind":"GETTER","name":"initialState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/peers/bloc/list_peers_bloc.dart","offset":413,"length":0,"startLine":13,"startColumn":22},"flags":0,"returnType":"ListPeersState"}},{"label":"mapEventToState","declaringLibraryUri":"package:sendmany/node/peers/bloc/list_peers_bloc.dart","element":{"kind":"METHOD","name":"mapEventToState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/peers/bloc/list_peers_bloc.dart","offset":492,"length":0,"startLine":16,"startColumn":26},"flags":0,"parameters":"(ListPeersEvent event)","returnType":"Stream<ListPeersState>"},"defaultArgumentListString":"event","defaultArgumentListTextRanges":[0,5],"parameterNames":["event"],"parameterTypes":["ListPeersEvent"],"requiredParameterCount":1},{"label":"ListPeersBloc","declaringLibraryUri":"package:sendmany/node/peers/bloc/list_peers_bloc.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/peers/bloc/list_peers_bloc.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"ListPeersBloc"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:sendmany/node/peers/bloc/list_peers_bloc.dart::ListPeersBloc",""],"requiredParamet… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":915,"uri":"package:sendmany/node/peers/bloc/bloc.dart","items":[{"label":"LoadedPeer","declaringLibraryUri":"package:sendmany/node/peers/bloc/models.dart","element":{"kind":"CLASS","name":"LoadedPeer","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/peers/bloc/models.dart","offset":174,"length":0,"startLine":6,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/node/peers/bloc/models.dart::LoadedPeer","LoadedPeer"]},{"label":"peer","declaringLibraryUri":"package:sendmany/node/peers/bloc/models.dart","element":{"kind":"FIELD","name":"peer","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/peers/bloc/models.dart","offset":224,"length":0,"startLine":8,"startColumn":14},"flags":4,"returnType":"Peer"}},{"label":"nodeInfo","declaringLibraryUri":"package:sendmany/node/peers/bloc/models.dart","element":{"kind":"FIELD","name":"nodeInfo","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/peers/bloc/models.dart","offset":276,"length":0,"startLine":11,"startColumn":18},"flags":4,"returnType":"NodeInfo"}},{"label":"error","declaringLibraryUri":"package:sendmany/node/peers/bloc/models.dart","element":{"kind":"FIELD","name":"error","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/peers/bloc/models.dart","offset":363,"length":0,"startLine":14,"startColumn":23},"flags":4,"returnType":"PeerLoadError"}},{"label":"LoadedPeer","declaringLibraryUri":"package:sendmany/node/peers/bloc/models.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/peers/bloc/models.dart","offset":373,"length":0,"startLine":16,"startColumn":3},"flags":0,"parameters":"(this.peer, {this.nodeInfo, this.error})","returnType":"LoadedPeer"},"defaultArgumentListString":"peer","defaultArgumentListTextRanges":[0,4],"parameterNames":["peer","nodeInfo","error"],"parameterTypes":["","",""],"relevanceTags":["package:s… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":917,"uri":"package:sendmany/node/peers/bloc/models.dart","items":[{"label":"LoadedPeer","declaringLibraryUri":"package:sendmany/node/peers/bloc/models.dart","element":{"kind":"CLASS","name":"LoadedPeer","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/peers/bloc/models.dart","offset":174,"length":0,"startLine":6,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/node/peers/bloc/models.dart::LoadedPeer","LoadedPeer"]},{"label":"peer","declaringLibraryUri":"package:sendmany/node/peers/bloc/models.dart","element":{"kind":"FIELD","name":"peer","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/peers/bloc/models.dart","offset":224,"length":0,"startLine":8,"startColumn":14},"flags":4,"returnType":"Peer"}},{"label":"nodeInfo","declaringLibraryUri":"package:sendmany/node/peers/bloc/models.dart","element":{"kind":"FIELD","name":"nodeInfo","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/peers/bloc/models.dart","offset":276,"length":0,"startLine":11,"startColumn":18},"flags":4,"returnType":"NodeInfo"}},{"label":"error","declaringLibraryUri":"package:sendmany/node/peers/bloc/models.dart","element":{"kind":"FIELD","name":"error","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/peers/bloc/models.dart","offset":363,"length":0,"startLine":14,"startColumn":23},"flags":4,"returnType":"PeerLoadError"}},{"label":"LoadedPeer","declaringLibraryUri":"package:sendmany/node/peers/bloc/models.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/peers/bloc/models.dart","offset":373,"length":0,"startLine":16,"startColumn":3},"flags":0,"parameters":"(this.peer, {this.nodeInfo, this.error})","returnType":"LoadedPeer"},"defaultArgumentListString":"peer","defaultArgumentListTextRanges":[0,4],"parameterNames":["peer","nodeInfo","error"],"parameterTypes":["","",""],"relevanceTags":["package… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":916,"uri":"package:sendmany/node/peers/bloc/list_peers_state.dart","items":[{"label":"PeersLoadingErrorState","declaringLibraryUri":"package:sendmany/node/peers/bloc/list_peers_state.dart","element":{"kind":"CLASS","name":"PeersLoadingErrorState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/peers/bloc/list_peers_state.dart","offset":537,"length":0,"startLine":28,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/node/peers/bloc/list_peers_state.dart::PeersLoadingErrorState","PeersLoadingErrorState"]},{"label":"errorMessage","declaringLibraryUri":"package:sendmany/node/peers/bloc/list_peers_state.dart","element":{"kind":"FIELD","name":"errorMessage","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/peers/bloc/list_peers_state.dart","offset":600,"length":0,"startLine":29,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"PeersLoadingErrorState","declaringLibraryUri":"package:sendmany/node/peers/bloc/list_peers_state.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/peers/bloc/list_peers_state.dart","offset":617,"length":0,"startLine":31,"startColumn":3},"flags":0,"parameters":"(this.errorMessage)","returnType":"PeersLoadingErrorState"},"defaultArgumentListString":"errorMessage","defaultArgumentListTextRanges":[0,12],"parameterNames":["errorMessage"],"parameterTypes":[""],"relevanceTags":["package:sendmany/node/peers/bloc/list_peers_state.dart::PeersLoadingErrorState",""],"requiredParameterCount":1},{"label":"props","declaringLibraryUri":"package:sendmany/node/peers/bloc/list_peers_state.dart","element":{"kind":"GETTER","name":"props","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/node/peers/bloc/list_peers_state.dart","offset":692,"length":0,"startLine":34,"startColumn":20},"flags":0,"returnType":"List<Object>"}},{"label":"PeersLoadedState","declaringLibraryU… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":918,"uri":"package:sendmany/wallet/wallet_page.dart","items":[{"label":"WalletPage","declaringLibraryUri":"package:sendmany/wallet/wallet_page.dart","element":{"kind":"CLASS","name":"WalletPage","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/wallet_page.dart","offset":400,"length":0,"startLine":11,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/wallet/wallet_page.dart::WalletPage","WalletPage"]},{"label":"createState","declaringLibraryUri":"package:sendmany/wallet/wallet_page.dart","element":{"kind":"METHOD","name":"createState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/wallet_page.dart","offset":467,"length":0,"startLine":13,"startColumn":20},"flags":0,"parameters":"()","returnType":"_WalletPageState"},"parameterNames":[],"parameterTypes":[],"requiredParameterCount":0},{"label":"WalletPage","declaringLibraryUri":"package:sendmany/wallet/wallet_page.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/wallet_page.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"WalletPage"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:sendmany/wallet/wallet_page.dart::WalletPage",""],"requiredParameterCount":0}]}],"removedLibraries":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":919,"uri":"package:sendmany/wallet/send/send_page.dart","items":[{"label":"SendPage","declaringLibraryUri":"package:sendmany/wallet/send/send_page.dart","element":{"kind":"CLASS","name":"SendPage","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/send_page.dart","offset":480,"length":0,"startLine":13,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/wallet/send/send_page.dart::SendPage","SendPage"]},{"label":"route_name","declaringLibraryUri":"package:sendmany/wallet/send/send_page.dart","element":{"kind":"FIELD","name":"route_name","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/send_page.dart","offset":536,"length":0,"startLine":14,"startColumn":23},"flags":2,"returnType":"String"},"relevanceTags":["dart:core::String","route_name"]},{"label":"createState","declaringLibraryUri":"package:sendmany/wallet/send/send_page.dart","element":{"kind":"METHOD","name":"createState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/send_page.dart","offset":598,"length":0,"startLine":17,"startColumn":18},"flags":0,"parameters":"()","returnType":"_SendPageState"},"parameterNames":[],"parameterTypes":[],"requiredParameterCount":0},{"label":"SendPage","declaringLibraryUri":"package:sendmany/wallet/send/send_page.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/send_page.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"SendPage"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:sendmany/wallet/send/send_page.dart::SendPage",""],"requiredParameterCount":0}]}],"removedLibraries":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":920,"uri":"package:sendmany/wallet/send/lightning/send_payment/bloc/send_payment_state.dart","items":[{"label":"InitialSendPaymentState","declaringLibraryUri":"package:sendmany/wallet/send/lightning/send_payment/bloc/send_payment_state.dart","element":{"kind":"CLASS","name":"InitialSendPaymentState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/send_payment/bloc/send_payment_state.dart","offset":214,"length":0,"startLine":8,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/wallet/send/lightning/send_payment/bloc/send_payment_state.dart::InitialSendPaymentState","InitialSendPaymentState"]},{"label":"props","declaringLibraryUri":"package:sendmany/wallet/send/lightning/send_payment/bloc/send_payment_state.dart","element":{"kind":"GETTER","name":"props","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/send_payment/bloc/send_payment_state.dart","offset":296,"length":0,"startLine":10,"startColumn":20},"flags":0,"returnType":"List<Object>"}},{"label":"InitialSendPaymentState","declaringLibraryUri":"package:sendmany/wallet/send/lightning/send_payment/bloc/send_payment_state.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/send_payment/bloc/send_payment_state.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"InitialSendPaymentState"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:sendmany/wallet/send/lightning/send_payment/bloc/send_payment_state.dart::InitialSendPaymentState",""],"requiredParameterCount":0},{"label":"SendPaymentState","declaringLibraryUri":"package:sendmany/wallet/send/lightning/send_payment/bloc/send_payment_state.dart","element":{"kind":"CLASS","name":"SendPaymentState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":921,"uri":"package:sendmany/wallet/send/lightning/send_payment/bloc/send_payment_event.dart","items":[{"label":"SendPaymentEvent","declaringLibraryUri":"package:sendmany/wallet/send/lightning/send_payment/bloc/send_payment_event.dart","element":{"kind":"CLASS","name":"SendPaymentEvent","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/send_payment/bloc/send_payment_event.dart","offset":103,"length":0,"startLine":5,"startColumn":16},"flags":1},"relevanceTags":["package:sendmany/wallet/send/lightning/send_payment/bloc/send_payment_event.dart::SendPaymentEvent","SendPaymentEvent"]},{"label":"SendPaymentEvent","declaringLibraryUri":"package:sendmany/wallet/send/lightning/send_payment/bloc/send_payment_event.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/send_payment/bloc/send_payment_event.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"SendPaymentEvent"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:sendmany/wallet/send/lightning/send_payment/bloc/send_payment_event.dart::SendPaymentEvent",""],"requiredParameterCount":0},{"label":"SendPaymentViaInvoiceEvent","declaringLibraryUri":"package:sendmany/wallet/send/lightning/send_payment/bloc/send_payment_event.dart","element":{"kind":"CLASS","name":"SendPaymentViaInvoiceEvent","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/send_payment/bloc/send_payment_event.dart","offset":148,"length":0,"startLine":7,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/wallet/send/lightning/send_payment/bloc/send_payment_event.dart::SendPaymentViaInvoiceEvent","SendPaymentViaInvoiceEvent"]},{"label":"invoice","declaringLibraryUri":"package:sendmany/wallet/send/lightning/send_payment/bloc/send_payment_event.dart","element":… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":922,"uri":"package:sendmany/wallet/send/lightning/send_payment/bloc/send_payment_bloc.dart","items":[{"label":"SendPaymentBloc","declaringLibraryUri":"package:sendmany/wallet/send/lightning/send_payment/bloc/send_payment_bloc.dart","element":{"kind":"CLASS","name":"SendPaymentBloc","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/send_payment/bloc/send_payment_bloc.dart","offset":449,"length":0,"startLine":17,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/wallet/send/lightning/send_payment/bloc/send_payment_bloc.dart::SendPaymentBloc","SendPaymentBloc"]},{"label":"initialState","declaringLibraryUri":"package:sendmany/wallet/send/lightning/send_payment/bloc/send_payment_bloc.dart","element":{"kind":"GETTER","name":"initialState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/send_payment/bloc/send_payment_bloc.dart","offset":689,"length":0,"startLine":23,"startColumn":24},"flags":0,"returnType":"SendPaymentState"}},{"label":"SendPaymentBloc","declaringLibraryUri":"package:sendmany/wallet/send/lightning/send_payment/bloc/send_payment_bloc.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/send_payment/bloc/send_payment_bloc.dart","offset":735,"length":0,"startLine":25,"startColumn":3},"flags":0,"parameters":"()","returnType":"SendPaymentBloc"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:sendmany/wallet/send/lightning/send_payment/bloc/send_payment_bloc.dart::SendPaymentBloc",""],"requiredParameterCount":0},{"label":"setupStream","declaringLibraryUri":"package:sendmany/wallet/send/lightning/send_payment/bloc/send_payment_bloc.dart","element":{"kind":"METHOD","name":"setupStream","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/send_payment/bloc/send_payment_bloc.dart","offset":… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":923,"uri":"package:sendmany/wallet/send/lightning/send_payment/bloc/bloc.dart","items":[{"label":"InitialSendPaymentState","declaringLibraryUri":"package:sendmany/wallet/send/lightning/send_payment/bloc/send_payment_state.dart","element":{"kind":"CLASS","name":"InitialSendPaymentState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/send_payment/bloc/send_payment_state.dart","offset":214,"length":0,"startLine":8,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/wallet/send/lightning/send_payment/bloc/send_payment_state.dart::InitialSendPaymentState","InitialSendPaymentState"]},{"label":"props","declaringLibraryUri":"package:sendmany/wallet/send/lightning/send_payment/bloc/send_payment_state.dart","element":{"kind":"GETTER","name":"props","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/send_payment/bloc/send_payment_state.dart","offset":296,"length":0,"startLine":10,"startColumn":20},"flags":0,"returnType":"List<Object>"}},{"label":"InitialSendPaymentState","declaringLibraryUri":"package:sendmany/wallet/send/lightning/send_payment/bloc/send_payment_state.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/send_payment/bloc/send_payment_state.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"InitialSendPaymentState"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:sendmany/wallet/send/lightning/send_payment/bloc/send_payment_state.dart::InitialSendPaymentState",""],"requiredParameterCount":0},{"label":"SendPaymentBloc","declaringLibraryUri":"package:sendmany/wallet/send/lightning/send_payment/bloc/send_payment_bloc.dart","element":{"kind":"CLASS","name":"SendPaymentBloc","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/send_p… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":924,"uri":"package:sendmany/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_state.dart","items":[{"label":"InitialDecodePayReqBlocState","declaringLibraryUri":"package:sendmany/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_state.dart","element":{"kind":"CLASS","name":"InitialDecodePayReqBlocState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_state.dart","offset":218,"length":0,"startLine":8,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_state.dart::InitialDecodePayReqBlocState","InitialDecodePayReqBlocState"]},{"label":"props","declaringLibraryUri":"package:sendmany/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_state.dart","element":{"kind":"GETTER","name":"props","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_state.dart","offset":306,"length":0,"startLine":10,"startColumn":20},"flags":0,"returnType":"List<Object>"}},{"label":"InitialDecodePayReqBlocState","declaringLibraryUri":"package:sendmany/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_state.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_state.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"InitialDecodePayReqBlocState"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:sendmany/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_state.dart::InitialDecodePayReqBlocState",""],"requiredParameterCount":0},{"label":"DecodingPayReqErrorState","declaringLibraryUri":"package:sendmany/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_state.dart","element":{"kind":"CLASS","name":"DecodingPayReqE… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":925,"uri":"package:sendmany/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_event.dart","items":[{"label":"DecodePayReqBlocEvent","declaringLibraryUri":"package:sendmany/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_event.dart","element":{"kind":"CLASS","name":"DecodePayReqBlocEvent","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_event.dart","offset":103,"length":0,"startLine":5,"startColumn":16},"flags":1},"relevanceTags":["package:sendmany/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_event.dart::DecodePayReqBlocEvent","DecodePayReqBlocEvent"]},{"label":"DecodePayReqBlocEvent","declaringLibraryUri":"package:sendmany/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_event.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_event.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"DecodePayReqBlocEvent"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:sendmany/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_event.dart::DecodePayReqBlocEvent",""],"requiredParameterCount":0},{"label":"ResetDecodePayReqEvent","declaringLibraryUri":"package:sendmany/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_event.dart","element":{"kind":"CLASS","name":"ResetDecodePayReqEvent","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_event.dart","offset":321,"length":0,"startLine":16,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_event.dart::ResetDecodePayReqEvent","ResetDecodePayReqEvent"]},{"label":"props","declaringLibraryUri":"package:sendmany/wallet/send/lightning/decod… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":926,"uri":"package:sendmany/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_bloc.dart","items":[{"label":"DecodePayReqBloc","declaringLibraryUri":"package:sendmany/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_bloc.dart","element":{"kind":"CLASS","name":"DecodePayReqBloc","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_bloc.dart","offset":255,"length":0,"startLine":8,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_bloc.dart::DecodePayReqBloc","DecodePayReqBloc"]},{"label":"initialState","declaringLibraryUri":"package:sendmany/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_bloc.dart","element":{"kind":"GETTER","name":"initialState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_bloc.dart","offset":365,"length":0,"startLine":10,"startColumn":25},"flags":0,"returnType":"DecodePayReqState"}},{"label":"mapEventToState","declaringLibraryUri":"package:sendmany/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_bloc.dart","element":{"kind":"METHOD","name":"mapEventToState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_bloc.dart","offset":454,"length":0,"startLine":13,"startColumn":29},"flags":0,"parameters":"(DecodePayReqBlocEvent event)","returnType":"Stream<DecodePayReqState>"},"defaultArgumentListString":"event","defaultArgumentListTextRanges":[0,5],"parameterNames":["event"],"parameterTypes":["DecodePayReqBlocEvent"],"requiredParameterCount":1},{"label":"DecodePayReqBloc","declaringLibraryUri":"package:sendmany/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_bloc.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":927,"uri":"package:sendmany/wallet/send/lightning/decode_payreq/bloc/bloc.dart","items":[{"label":"DecodePayReqBlocEvent","declaringLibraryUri":"package:sendmany/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_event.dart","element":{"kind":"CLASS","name":"DecodePayReqBlocEvent","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_event.dart","offset":103,"length":0,"startLine":5,"startColumn":16},"flags":1},"relevanceTags":["package:sendmany/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_event.dart::DecodePayReqBlocEvent","DecodePayReqBlocEvent"]},{"label":"DecodePayReqBlocEvent","declaringLibraryUri":"package:sendmany/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_event.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_event.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"DecodePayReqBlocEvent"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:sendmany/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_event.dart::DecodePayReqBlocEvent",""],"requiredParameterCount":0},{"label":"InitialDecodePayReqBlocState","declaringLibraryUri":"package:sendmany/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_state.dart","element":{"kind":"CLASS","name":"InitialDecodePayReqBlocState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_state.dart","offset":218,"length":0,"startLine":8,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/wallet/send/lightning/decode_payreq/bloc/decode_pay_req_state.dart::InitialDecodePayReqBlocState","InitialDecodePayReqBlocState"]},{"label":"props","declaringLibraryUri":"package:sendmany/wallet/send/lightnin… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":928,"uri":"package:sendmany/wallet/send/lightning/send_payment_page.dart","items":[{"label":"SendPaymentPage","declaringLibraryUri":"package:sendmany/wallet/send/lightning/send_payment_page.dart","element":{"kind":"CLASS","name":"SendPaymentPage","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/send_payment_page.dart","offset":398,"length":0,"startLine":11,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/wallet/send/lightning/send_payment_page.dart::SendPaymentPage","SendPaymentPage"]},{"label":"qrinfo","declaringLibraryUri":"package:sendmany/wallet/send/lightning/send_payment_page.dart","element":{"kind":"FIELD","name":"qrinfo","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/send_payment_page.dart","offset":454,"length":0,"startLine":12,"startColumn":16},"flags":4,"returnType":"QrInfo"}},{"label":"SendPaymentPage","declaringLibraryUri":"package:sendmany/wallet/send/lightning/send_payment_page.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/send_payment_page.dart","offset":471,"length":0,"startLine":14,"startColumn":9},"flags":0,"parameters":"({Key key, @required this.qrinfo})","returnType":"SendPaymentPage"},"defaultArgumentListString":"qrinfo: null","defaultArgumentListTextRanges":[8,4],"parameterNames":["key","qrinfo"],"parameterTypes":["Key",""],"relevanceTags":["package:sendmany/wallet/send/lightning/send_payment_page.dart::SendPaymentPage",""],"requiredParameterCount":0},{"label":"createState","declaringLibraryUri":"package:sendmany/wallet/send/lightning/send_payment_page.dart","element":{"kind":"METHOD","name":"createState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/lightning/send_payment_page.dart","offset":576,"length":0,"startLine":16,"startColumn":25},"flags":0,"parameters":"()","returnTyp… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":929,"uri":"package:sendmany/wallet/send/on_chain/send_coins/send_coins_page.dart","items":[{"label":"SendCoinsPage","declaringLibraryUri":"package:sendmany/wallet/send/on_chain/send_coins/send_coins_page.dart","element":{"kind":"CLASS","name":"SendCoinsPage","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/on_chain/send_coins/send_coins_page.dart","offset":696,"length":0,"startLine":17,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/wallet/send/on_chain/send_coins/send_coins_page.dart::SendCoinsPage","SendCoinsPage"]},{"label":"qrinfo","declaringLibraryUri":"package:sendmany/wallet/send/on_chain/send_coins/send_coins_page.dart","element":{"kind":"FIELD","name":"qrinfo","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/on_chain/send_coins/send_coins_page.dart","offset":750,"length":0,"startLine":18,"startColumn":16},"flags":4,"returnType":"QrInfo"}},{"label":"SendCoinsPage","declaringLibraryUri":"package:sendmany/wallet/send/on_chain/send_coins/send_coins_page.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/on_chain/send_coins/send_coins_page.dart","offset":767,"length":0,"startLine":20,"startColumn":9},"flags":0,"parameters":"({Key key, this.qrinfo})","returnType":"SendCoinsPage"},"parameterNames":["key","qrinfo"],"parameterTypes":["Key",""],"relevanceTags":["package:sendmany/wallet/send/on_chain/send_coins/send_coins_page.dart::SendCoinsPage",""],"requiredParameterCount":0},{"label":"createState","declaringLibraryUri":"package:sendmany/wallet/send/on_chain/send_coins/send_coins_page.dart","element":{"kind":"METHOD","name":"createState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/on_chain/send_coins/send_coins_page.dart","offset":871,"length":0,"startLine":25,"startColumn":23},"flags":0,"parameters":"()","returnType":"_SendCoinsPag… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":930,"uri":"package:sendmany/wallet/send/on_chain/send_coins/send_coins_input_widget.dart","items":[{"label":"SendCoinsInputWidget","declaringLibraryUri":"package:sendmany/wallet/send/on_chain/send_coins/send_coins_input_widget.dart","element":{"kind":"CLASS","name":"SendCoinsInputWidget","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/on_chain/send_coins/send_coins_input_widget.dart","offset":226,"length":0,"startLine":8,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/wallet/send/on_chain/send_coins/send_coins_input_widget.dart::SendCoinsInputWidget","SendCoinsInputWidget"]},{"label":"onSendCoinsButtonPressed","declaringLibraryUri":"package:sendmany/wallet/send/on_chain/send_coins/send_coins_input_widget.dart","element":{"kind":"FIELD","name":"onSendCoinsButtonPressed","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/on_chain/send_coins/send_coins_input_widget.dart","offset":289,"length":0,"startLine":9,"startColumn":18},"flags":4,"returnType":"Function"}},{"label":"address","declaringLibraryUri":"package:sendmany/wallet/send/on_chain/send_coins/send_coins_input_widget.dart","element":{"kind":"FIELD","name":"address","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/on_chain/send_coins/send_coins_input_widget.dart","offset":330,"length":0,"startLine":10,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"working","declaringLibraryUri":"package:sendmany/wallet/send/on_chain/send_coins/send_coins_input_widget.dart","element":{"kind":"FIELD","name":"working","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/on_chain/send_coins/send_coins_input_widget.dart","offset":352,"length":0,"startLine":11,"startColumn":14},"flags":4,"returnType":"bool"}},{"label":"SendCoinsInputWidget","declaringLibraryUri":"package:sendmany/wallet/send/on_chain/send_coins/send_coins_input_widget.dart","e… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":931,"uri":"package:sendmany/wallet/send/on_chain/send_coins/bloc/send_coins_state.dart","items":[{"label":"InitialSendCoinsState","declaringLibraryUri":"package:sendmany/wallet/send/on_chain/send_coins/bloc/send_coins_state.dart","element":{"kind":"CLASS","name":"InitialSendCoinsState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/on_chain/send_coins/bloc/send_coins_state.dart","offset":183,"length":0,"startLine":8,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/wallet/send/on_chain/send_coins/bloc/send_coins_state.dart::InitialSendCoinsState","InitialSendCoinsState"]},{"label":"props","declaringLibraryUri":"package:sendmany/wallet/send/on_chain/send_coins/bloc/send_coins_state.dart","element":{"kind":"GETTER","name":"props","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/on_chain/send_coins/bloc/send_coins_state.dart","offset":261,"length":0,"startLine":10,"startColumn":20},"flags":0,"returnType":"List<Object>"}},{"label":"InitialSendCoinsState","declaringLibraryUri":"package:sendmany/wallet/send/on_chain/send_coins/bloc/send_coins_state.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/on_chain/send_coins/bloc/send_coins_state.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"InitialSendCoinsState"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:sendmany/wallet/send/on_chain/send_coins/bloc/send_coins_state.dart::InitialSendCoinsState",""],"requiredParameterCount":0},{"label":"TransactionSubmittedState","declaringLibraryUri":"package:sendmany/wallet/send/on_chain/send_coins/bloc/send_coins_state.dart","element":{"kind":"CLASS","name":"TransactionSubmittedState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/on_chain/send_coins/bloc/send_coins_state.dar… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":932,"uri":"package:sendmany/wallet/send/on_chain/send_coins/bloc/send_coins_event.dart","items":[{"label":"SendCoinsEvent","declaringLibraryUri":"package:sendmany/wallet/send/on_chain/send_coins/bloc/send_coins_event.dart","element":{"kind":"CLASS","name":"SendCoinsEvent","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/on_chain/send_coins/bloc/send_coins_event.dart","offset":131,"length":0,"startLine":6,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/wallet/send/on_chain/send_coins/bloc/send_coins_event.dart::SendCoinsEvent","SendCoinsEvent"]},{"label":"props","declaringLibraryUri":"package:sendmany/wallet/send/on_chain/send_coins/bloc/send_coins_event.dart","element":{"kind":"GETTER","name":"props","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/on_chain/send_coins/bloc/send_coins_event.dart","offset":197,"length":0,"startLine":8,"startColumn":20},"flags":0,"returnType":"List<Object>"}},{"label":"SendCoinsEvent","declaringLibraryUri":"package:sendmany/wallet/send/on_chain/send_coins/bloc/send_coins_event.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/on_chain/send_coins/bloc/send_coins_event.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"SendCoinsEvent"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:sendmany/wallet/send/on_chain/send_coins/bloc/send_coins_event.dart::SendCoinsEvent",""],"requiredParameterCount":0},{"label":"ResetSendCoinsEvent","declaringLibraryUri":"package:sendmany/wallet/send/on_chain/send_coins/bloc/send_coins_event.dart","element":{"kind":"CLASS","name":"ResetSendCoinsEvent","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/on_chain/send_coins/bloc/send_coins_event.dart","offset":666,"length":0,"startLine":31,"startColumn":7},"fl… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":933,"uri":"package:sendmany/wallet/send/on_chain/send_coins/bloc/send_coins_bloc.dart","items":[{"label":"SendCoinsBloc","declaringLibraryUri":"package:sendmany/wallet/send/on_chain/send_coins/bloc/send_coins_bloc.dart","element":{"kind":"CLASS","name":"SendCoinsBloc","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/on_chain/send_coins/bloc/send_coins_bloc.dart","offset":256,"length":0,"startLine":8,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/wallet/send/on_chain/send_coins/bloc/send_coins_bloc.dart::SendCoinsBloc","SendCoinsBloc"]},{"label":"initialState","declaringLibraryUri":"package:sendmany/wallet/send/on_chain/send_coins/bloc/send_coins_bloc.dart","element":{"kind":"GETTER","name":"initialState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/on_chain/send_coins/bloc/send_coins_bloc.dart","offset":350,"length":0,"startLine":10,"startColumn":22},"flags":0,"returnType":"SendCoinsState"}},{"label":"mapEventToState","declaringLibraryUri":"package:sendmany/wallet/send/on_chain/send_coins/bloc/send_coins_bloc.dart","element":{"kind":"METHOD","name":"mapEventToState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/on_chain/send_coins/bloc/send_coins_bloc.dart","offset":429,"length":0,"startLine":13,"startColumn":26},"flags":0,"parameters":"(SendCoinsEvent event)","returnType":"Stream<SendCoinsState>"},"defaultArgumentListString":"event","defaultArgumentListTextRanges":[0,5],"parameterNames":["event"],"parameterTypes":["SendCoinsEvent"],"requiredParameterCount":1},{"label":"SendCoinsBloc","declaringLibraryUri":"package:sendmany/wallet/send/on_chain/send_coins/bloc/send_coins_bloc.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/on_chain/send_coins/bloc/send_coins_bloc.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":934,"uri":"package:sendmany/wallet/send/on_chain/send_coins/bloc/bloc.dart","items":[{"label":"TransactionSubmittedState","declaringLibraryUri":"package:sendmany/wallet/send/on_chain/send_coins/bloc/send_coins_state.dart","element":{"kind":"CLASS","name":"TransactionSubmittedState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/on_chain/send_coins/bloc/send_coins_state.dart","offset":400,"length":0,"startLine":18,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/wallet/send/on_chain/send_coins/bloc/send_coins_state.dart::TransactionSubmittedState","TransactionSubmittedState"]},{"label":"transactionId","declaringLibraryUri":"package:sendmany/wallet/send/on_chain/send_coins/bloc/send_coins_state.dart","element":{"kind":"FIELD","name":"transactionId","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/on_chain/send_coins/bloc/send_coins_state.dart","offset":466,"length":0,"startLine":19,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"TransactionSubmittedState","declaringLibraryUri":"package:sendmany/wallet/send/on_chain/send_coins/bloc/send_coins_state.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/on_chain/send_coins/bloc/send_coins_state.dart","offset":484,"length":0,"startLine":21,"startColumn":3},"flags":0,"parameters":"(this.transactionId)","returnType":"TransactionSubmittedState"},"defaultArgumentListString":"transactionId","defaultArgumentListTextRanges":[0,13],"parameterNames":["transactionId"],"parameterTypes":[""],"relevanceTags":["package:sendmany/wallet/send/on_chain/send_coins/bloc/send_coins_state.dart::TransactionSubmittedState",""],"requiredParameterCount":1},{"label":"props","declaringLibraryUri":"package:sendmany/wallet/send/on_chain/send_coins/bloc/send_coins_state.dart","element":{"kind":"GETTER","name":"props","location":{"file… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":935,"uri":"package:sendmany/wallet/send/send_transaction_widget.dart","items":[{"label":"SendTransactionWidget","declaringLibraryUri":"package:sendmany/wallet/send/send_transaction_widget.dart","element":{"kind":"CLASS","name":"SendTransactionWidget","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/send_transaction_widget.dart","offset":623,"length":0,"startLine":15,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/wallet/send/send_transaction_widget.dart::SendTransactionWidget","SendTransactionWidget"]},{"label":"showFAB","declaringLibraryUri":"package:sendmany/wallet/send/send_transaction_widget.dart","element":{"kind":"FIELD","name":"showFAB","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/send_transaction_widget.dart","offset":687,"length":0,"startLine":16,"startColumn":18},"flags":4,"returnType":"Function"}},{"label":"showPasteView","declaringLibraryUri":"package:sendmany/wallet/send/send_transaction_widget.dart","element":{"kind":"FIELD","name":"showPasteView","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/send_transaction_widget.dart","offset":709,"length":0,"startLine":17,"startColumn":14},"flags":4,"returnType":"bool"}},{"label":"SendTransactionWidget","declaringLibraryUri":"package:sendmany/wallet/send/send_transaction_widget.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/send/send_transaction_widget.dart","offset":733,"length":0,"startLine":19,"startColumn":9},"flags":0,"parameters":"({Key key, @required this.showFAB, @required this.showPasteView})","returnType":"SendTransactionWidget"},"defaultArgumentListString":"showFAB: null, showPasteView: null","defaultArgumentListTextRanges":[9,4,30,4],"parameterNames":["key","showFAB","showPasteView"],"parameterTypes":["Key","",""],"relevanceTags":["package:sendmany/wallet/send/send_tra… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":936,"uri":"package:sendmany/wallet/balance/balance_overview_widget.dart","items":[{"label":"BalanceOverviewWidget","declaringLibraryUri":"package:sendmany/wallet/balance/balance_overview_widget.dart","element":{"kind":"CLASS","name":"BalanceOverviewWidget","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/balance_overview_widget.dart","offset":569,"length":0,"startLine":14,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/wallet/balance/balance_overview_widget.dart::BalanceOverviewWidget","BalanceOverviewWidget"]},{"label":"createState","declaringLibraryUri":"package:sendmany/wallet/balance/balance_overview_widget.dart","element":{"kind":"METHOD","name":"createState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/balance_overview_widget.dart","offset":658,"length":0,"startLine":16,"startColumn":31},"flags":0,"parameters":"()","returnType":"_BalanceOverviewWidgetState"},"parameterNames":[],"parameterTypes":[],"requiredParameterCount":0},{"label":"BalanceOverviewWidget","declaringLibraryUri":"package:sendmany/wallet/balance/balance_overview_widget.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/balance_overview_widget.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"BalanceOverviewWidget"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:sendmany/wallet/balance/balance_overview_widget.dart::BalanceOverviewWidget",""],"requiredParameterCount":0}]}],"removedLibraries":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":937,"uri":"package:sendmany/wallet/balance/transactions_widget.dart","items":[{"label":"TransactionsWidget","declaringLibraryUri":"package:sendmany/wallet/balance/transactions_widget.dart","element":{"kind":"CLASS","name":"TransactionsWidget","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/transactions_widget.dart","offset":313,"length":0,"startLine":11,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/wallet/balance/transactions_widget.dart::TransactionsWidget","TransactionsWidget"]},{"label":"createState","declaringLibraryUri":"package:sendmany/wallet/balance/transactions_widget.dart","element":{"kind":"METHOD","name":"createState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/transactions_widget.dart","offset":396,"length":0,"startLine":13,"startColumn":28},"flags":0,"parameters":"()","returnType":"_TransactionsWidgetState"},"parameterNames":[],"parameterTypes":[],"requiredParameterCount":0},{"label":"TransactionsWidget","declaringLibraryUri":"package:sendmany/wallet/balance/transactions_widget.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/transactions_widget.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"TransactionsWidget"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:sendmany/wallet/balance/transactions_widget.dart::TransactionsWidget",""],"requiredParameterCount":0},{"label":"numPayments","declaringLibraryUri":"package:sendmany/wallet/balance/transactions_widget.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"numPayments","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/transactions_widget.dart","offset":288,"length":0,"startLine":9,"startColumn":7},"flags":2,"returnType":""},"relevanceTags":["dart:core::int","numPayments"]}]… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":938,"uri":"package:sendmany/wallet/balance/list_transactions/bloc.dart","items":[{"label":"LoadingTxFinishedState","declaringLibraryUri":"package:sendmany/wallet/balance/list_transactions/list_transactions_state.dart","element":{"kind":"CLASS","name":"LoadingTxFinishedState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/list_transactions/list_transactions_state.dart","offset":644,"length":0,"startLine":31,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/wallet/balance/list_transactions/list_transactions_state.dart::LoadingTxFinishedState","LoadingTxFinishedState"]},{"label":"transactions","declaringLibraryUri":"package:sendmany/wallet/balance/list_transactions/list_transactions_state.dart","element":{"kind":"FIELD","name":"transactions","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/list_transactions/list_transactions_state.dart","offset":706,"length":0,"startLine":32,"startColumn":18},"flags":4,"returnType":"List<Tx>"}},{"label":"LoadingTxFinishedState","declaringLibraryUri":"package:sendmany/wallet/balance/list_transactions/list_transactions_state.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/list_transactions/list_transactions_state.dart","offset":723,"length":0,"startLine":34,"startColumn":3},"flags":0,"parameters":"(this.transactions)","returnType":"LoadingTxFinishedState"},"defaultArgumentListString":"transactions","defaultArgumentListTextRanges":[0,12],"parameterNames":["transactions"],"parameterTypes":[""],"relevanceTags":["package:sendmany/wallet/balance/list_transactions/list_transactions_state.dart::LoadingTxFinishedState",""],"requiredParameterCount":1},{"label":"props","declaringLibraryUri":"package:sendmany/wallet/balance/list_transactions/list_transactions_state.dart","element":{"kind":"GETTER","name":"props","location":{"file"… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":939,"uri":"package:sendmany/wallet/balance/list_transactions/list_transactions_bloc.dart","items":[{"label":"ListTxBloc","declaringLibraryUri":"package:sendmany/wallet/balance/list_transactions/list_transactions_bloc.dart","element":{"kind":"CLASS","name":"ListTxBloc","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/list_transactions/list_transactions_bloc.dart","offset":743,"length":0,"startLine":23,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/wallet/balance/list_transactions/list_transactions_bloc.dart::ListTxBloc","ListTxBloc"]},{"label":"invoices","declaringLibraryUri":"package:sendmany/wallet/balance/list_transactions/list_transactions_bloc.dart","element":{"kind":"FIELD","name":"invoices","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/list_transactions/list_transactions_bloc.dart","offset":848,"length":0,"startLine":25,"startColumn":28},"flags":0,"returnType":"List<TxLightningInvoice>"}},{"label":"payments","declaringLibraryUri":"package:sendmany/wallet/balance/list_transactions/list_transactions_bloc.dart","element":{"kind":"FIELD","name":"payments","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/list_transactions/list_transactions_bloc.dart","offset":885,"length":0,"startLine":26,"startColumn":28},"flags":0,"returnType":"List<TxLightningPayment>"}},{"label":"onchains","declaringLibraryUri":"package:sendmany/wallet/balance/list_transactions/list_transactions_bloc.dart","element":{"kind":"FIELD","name":"onchains","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/list_transactions/list_transactions_bloc.dart","offset":913,"length":0,"startLine":27,"startColumn":19},"flags":0,"returnType":"List<TxOnchain>"},"relevanceTags":["dart:core::List","onchains"]},{"label":"includeLightningInvoices","declaringLibraryUri":"package:sendmany/wallet/balance/list_transactions/l… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":941,"uri":"package:sendmany/wallet/balance/list_transactions/list_transactions_state.dart","items":[{"label":"LoadingTxFinishedState","declaringLibraryUri":"package:sendmany/wallet/balance/list_transactions/list_transactions_state.dart","element":{"kind":"CLASS","name":"LoadingTxFinishedState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/list_transactions/list_transactions_state.dart","offset":644,"length":0,"startLine":31,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/wallet/balance/list_transactions/list_transactions_state.dart::LoadingTxFinishedState","LoadingTxFinishedState"]},{"label":"transactions","declaringLibraryUri":"package:sendmany/wallet/balance/list_transactions/list_transactions_state.dart","element":{"kind":"FIELD","name":"transactions","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/list_transactions/list_transactions_state.dart","offset":706,"length":0,"startLine":32,"startColumn":18},"flags":4,"returnType":"List<Tx>"}},{"label":"LoadingTxFinishedState","declaringLibraryUri":"package:sendmany/wallet/balance/list_transactions/list_transactions_state.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/list_transactions/list_transactions_state.dart","offset":723,"length":0,"startLine":34,"startColumn":3},"flags":0,"parameters":"(this.transactions)","returnType":"LoadingTxFinishedState"},"defaultArgumentListString":"transactions","defaultArgumentListTextRanges":[0,12],"parameterNames":["transactions"],"parameterTypes":[""],"relevanceTags":["package:sendmany/wallet/balance/list_transactions/list_transactions_state.dart::LoadingTxFinishedState",""],"requiredParameterCount":1},{"label":"props","declaringLibraryUri":"package:sendmany/wallet/balance/list_transactions/list_transactions_state.dart","element":{"kind":"GETTER","name":"props"… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":940,"uri":"package:sendmany/wallet/balance/list_transactions/list_transactions_event.dart","items":[{"label":"ResetFilterTxEvent","declaringLibraryUri":"package:sendmany/wallet/balance/list_transactions/list_transactions_event.dart","element":{"kind":"CLASS","name":"ResetFilterTxEvent","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/list_transactions/list_transactions_event.dart","offset":798,"length":0,"startLine":38,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/wallet/balance/list_transactions/list_transactions_event.dart::ResetFilterTxEvent","ResetFilterTxEvent"]},{"label":"props","declaringLibraryUri":"package:sendmany/wallet/balance/list_transactions/list_transactions_event.dart","element":{"kind":"GETTER","name":"props","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/list_transactions/list_transactions_event.dart","offset":870,"length":0,"startLine":40,"startColumn":20},"flags":0,"returnType":"List<Object>"}},{"label":"ResetFilterTxEvent","declaringLibraryUri":"package:sendmany/wallet/balance/list_transactions/list_transactions_event.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/list_transactions/list_transactions_event.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"ResetFilterTxEvent"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:sendmany/wallet/balance/list_transactions/list_transactions_event.dart::ResetFilterTxEvent",""],"requiredParameterCount":0},{"label":"SetFilterTxEvent","declaringLibraryUri":"package:sendmany/wallet/balance/list_transactions/list_transactions_event.dart","element":{"kind":"CLASS","name":"SetFilterTxEvent","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/list_transactions/list_transactions_event.dart","o… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":942,"uri":"package:sendmany/wallet/balance/bloc/bloc.dart","items":[{"label":"LnInfoEvent","declaringLibraryUri":"package:sendmany/wallet/balance/bloc/ln_info_event.dart","element":{"kind":"CLASS","name":"LnInfoEvent","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/bloc/ln_info_event.dart","offset":60,"length":0,"startLine":4,"startColumn":16},"flags":1},"relevanceTags":["package:sendmany/wallet/balance/bloc/ln_info_event.dart::LnInfoEvent","LnInfoEvent"]},{"label":"LnInfoEvent","declaringLibraryUri":"package:sendmany/wallet/balance/bloc/ln_info_event.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/bloc/ln_info_event.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"LnInfoEvent"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:sendmany/wallet/balance/bloc/ln_info_event.dart::LnInfoEvent",""],"requiredParameterCount":0},{"label":"LnInfoStateReloading","declaringLibraryUri":"package:sendmany/wallet/balance/bloc/ln_info_state.dart","element":{"kind":"CLASS","name":"LnInfoStateReloading","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/bloc/ln_info_state.dart","offset":409,"length":0,"startLine":18,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/wallet/balance/bloc/ln_info_state.dart::LnInfoStateReloading","LnInfoStateReloading"]},{"label":"infoResponse","declaringLibraryUri":"package:sendmany/wallet/balance/bloc/ln_info_state.dart","element":{"kind":"FIELD","name":"infoResponse","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/bloc/ln_info_state.dart","offset":476,"length":0,"startLine":19,"startColumn":25},"flags":4,"returnType":"GetInfoResponse"}},{"label":"walletBalance","declaringLibraryUri":"package:sendmany/wallet/balance/bloc/ln_info_state.da… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":945,"uri":"package:sendmany/wallet/balance/bloc/ln_info_state.dart","items":[{"label":"LnInfoStateLoadingFinished","declaringLibraryUri":"package:sendmany/wallet/balance/bloc/ln_info_state.dart","element":{"kind":"CLASS","name":"LnInfoStateLoadingFinished","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/bloc/ln_info_state.dart","offset":781,"length":0,"startLine":33,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/wallet/balance/bloc/ln_info_state.dart::LnInfoStateLoadingFinished","LnInfoStateLoadingFinished"]},{"label":"infoResponse","declaringLibraryUri":"package:sendmany/wallet/balance/bloc/ln_info_state.dart","element":{"kind":"FIELD","name":"infoResponse","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/bloc/ln_info_state.dart","offset":854,"length":0,"startLine":34,"startColumn":25},"flags":4,"returnType":"GetInfoResponse"}},{"label":"walletBalance","declaringLibraryUri":"package:sendmany/wallet/balance/bloc/ln_info_state.dart","element":{"kind":"FIELD","name":"walletBalance","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/bloc/ln_info_state.dart","offset":898,"length":0,"startLine":35,"startColumn":31},"flags":4,"returnType":"WalletBalanceResponse"}},{"label":"channelBalance","declaringLibraryUri":"package:sendmany/wallet/balance/bloc/ln_info_state.dart","element":{"kind":"FIELD","name":"channelBalance","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/bloc/ln_info_state.dart","offset":944,"length":0,"startLine":36,"startColumn":32},"flags":4,"returnType":"ChannelBalanceResponse"}},{"label":"LnInfoStateLoadingFinished","declaringLibraryUri":"package:sendmany/wallet/balance/bloc/ln_info_state.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/bloc/ln_info_state.dart","offset":963,"length":0,"star… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":944,"uri":"package:sendmany/wallet/balance/bloc/ln_info_event.dart","items":[{"label":"LoadLnInfo","declaringLibraryUri":"package:sendmany/wallet/balance/bloc/ln_info_event.dart","element":{"kind":"CLASS","name":"LoadLnInfo","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/bloc/ln_info_event.dart","offset":82,"length":0,"startLine":6,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/wallet/balance/bloc/ln_info_event.dart::LoadLnInfo","LoadLnInfo"]},{"label":"LoadLnInfo","declaringLibraryUri":"package:sendmany/wallet/balance/bloc/ln_info_event.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/bloc/ln_info_event.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"LoadLnInfo"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:sendmany/wallet/balance/bloc/ln_info_event.dart::LoadLnInfo",""],"requiredParameterCount":0},{"label":"LnInfoEvent","declaringLibraryUri":"package:sendmany/wallet/balance/bloc/ln_info_event.dart","element":{"kind":"CLASS","name":"LnInfoEvent","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/bloc/ln_info_event.dart","offset":60,"length":0,"startLine":4,"startColumn":16},"flags":1},"relevanceTags":["package:sendmany/wallet/balance/bloc/ln_info_event.dart::LnInfoEvent","LnInfoEvent"]},{"label":"LnInfoEvent","declaringLibraryUri":"package:sendmany/wallet/balance/bloc/ln_info_event.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/bloc/ln_info_event.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"LnInfoEvent"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:sendmany/wallet/balance/bloc/ln_info_event.dart::LnInfoEvent… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":943,"uri":"package:sendmany/wallet/balance/bloc/ln_info_bloc.dart","items":[{"label":"LnInfoBloc","declaringLibraryUri":"package:sendmany/wallet/balance/bloc/ln_info_bloc.dart","element":{"kind":"CLASS","name":"LnInfoBloc","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/bloc/ln_info_bloc.dart","offset":299,"length":0,"startLine":9,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/wallet/balance/bloc/ln_info_bloc.dart::LnInfoBloc","LnInfoBloc"]},{"label":"initialState","declaringLibraryUri":"package:sendmany/wallet/balance/bloc/ln_info_bloc.dart","element":{"kind":"GETTER","name":"initialState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/bloc/ln_info_bloc.dart","offset":381,"length":0,"startLine":11,"startColumn":19},"flags":0,"returnType":"LnInfoState"}},{"label":"mapEventToState","declaringLibraryUri":"package:sendmany/wallet/balance/bloc/ln_info_bloc.dart","element":{"kind":"METHOD","name":"mapEventToState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/bloc/ln_info_bloc.dart","offset":454,"length":0,"startLine":14,"startColumn":23},"flags":0,"parameters":"(LnInfoEvent event)","returnType":"Stream<LnInfoState>"},"defaultArgumentListString":"event","defaultArgumentListTextRanges":[0,5],"parameterNames":["event"],"parameterTypes":["LnInfoEvent"],"requiredParameterCount":1},{"label":"LnInfoBloc","declaringLibraryUri":"package:sendmany/wallet/balance/bloc/ln_info_bloc.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/balance/bloc/ln_info_bloc.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"LnInfoBloc"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:sendmany/wallet/balance/bloc/ln_info_bloc.dart::LnInfoBloc",""],"requiredParameterCount":0}]}],"removed… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":946,"uri":"package:sendmany/wallet/receive/receive_page.dart","items":[{"label":"ReceivePage","declaringLibraryUri":"package:sendmany/wallet/receive/receive_page.dart","element":{"kind":"CLASS","name":"ReceivePage","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/receive_page.dart","offset":747,"length":0,"startLine":14,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/wallet/receive/receive_page.dart::ReceivePage","ReceivePage"]},{"label":"createState","declaringLibraryUri":"package:sendmany/wallet/receive/receive_page.dart","element":{"kind":"METHOD","name":"createState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/receive_page.dart","offset":816,"length":0,"startLine":16,"startColumn":21},"flags":0,"parameters":"()","returnType":"_ReceivePageState"},"parameterNames":[],"parameterTypes":[],"requiredParameterCount":0},{"label":"ReceivePage","declaringLibraryUri":"package:sendmany/wallet/receive/receive_page.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/receive_page.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"ReceivePage"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:sendmany/wallet/receive/receive_page.dart::ReceivePage",""],"requiredParameterCount":0}]}],"removedLibraries":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":947,"uri":"package:sendmany/wallet/receive/lightning/watch_invoices_bloc/bloc.dart","items":[{"label":"WatchInvoicesState","declaringLibraryUri":"package:sendmany/wallet/receive/lightning/watch_invoices_bloc/watch_invoices_state.dart","element":{"kind":"CLASS","name":"WatchInvoicesState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/watch_invoices_bloc/watch_invoices_state.dart","offset":156,"length":0,"startLine":6,"startColumn":16},"flags":1},"relevanceTags":["package:sendmany/wallet/receive/lightning/watch_invoices_bloc/watch_invoices_state.dart::WatchInvoicesState","WatchInvoicesState"]},{"label":"WatchInvoicesState","declaringLibraryUri":"package:sendmany/wallet/receive/lightning/watch_invoices_bloc/watch_invoices_state.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/watch_invoices_bloc/watch_invoices_state.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"WatchInvoicesState"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:sendmany/wallet/receive/lightning/watch_invoices_bloc/watch_invoices_state.dart::WatchInvoicesState",""],"requiredParameterCount":0},{"label":"InitialWatchInvoicesState","declaringLibraryUri":"package:sendmany/wallet/receive/lightning/watch_invoices_bloc/watch_invoices_state.dart","element":{"kind":"CLASS","name":"InitialWatchInvoicesState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/watch_invoices_bloc/watch_invoices_state.dart","offset":203,"length":0,"startLine":8,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/wallet/receive/lightning/watch_invoices_bloc/watch_invoices_state.dart::InitialWatchInvoicesState","InitialWatchInvoicesState"]},{"label":"props","declaringLibraryUri":"package:sendmany/wallet/receiv… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":950,"uri":"package:sendmany/wallet/receive/lightning/watch_invoices_bloc/watch_invoices_state.dart","items":[{"label":"WatchInvoicesState","declaringLibraryUri":"package:sendmany/wallet/receive/lightning/watch_invoices_bloc/watch_invoices_state.dart","element":{"kind":"CLASS","name":"WatchInvoicesState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/watch_invoices_bloc/watch_invoices_state.dart","offset":156,"length":0,"startLine":6,"startColumn":16},"flags":1},"relevanceTags":["package:sendmany/wallet/receive/lightning/watch_invoices_bloc/watch_invoices_state.dart::WatchInvoicesState","WatchInvoicesState"]},{"label":"WatchInvoicesState","declaringLibraryUri":"package:sendmany/wallet/receive/lightning/watch_invoices_bloc/watch_invoices_state.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/watch_invoices_bloc/watch_invoices_state.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"WatchInvoicesState"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:sendmany/wallet/receive/lightning/watch_invoices_bloc/watch_invoices_state.dart::WatchInvoicesState",""],"requiredParameterCount":0},{"label":"InitialWatchInvoicesState","declaringLibraryUri":"package:sendmany/wallet/receive/lightning/watch_invoices_bloc/watch_invoices_state.dart","element":{"kind":"CLASS","name":"InitialWatchInvoicesState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/watch_invoices_bloc/watch_invoices_state.dart","offset":203,"length":0,"startLine":8,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/wallet/receive/lightning/watch_invoices_bloc/watch_invoices_state.dart::InitialWatchInvoicesState","InitialWatchInvoicesState"]},{"label":"props","declaringLibraryUri":"package:sendma… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":949,"uri":"package:sendmany/wallet/receive/lightning/watch_invoices_bloc/watch_invoices_event.dart","items":[{"label":"WatchInvoicesEvent","declaringLibraryUri":"package:sendmany/wallet/receive/lightning/watch_invoices_bloc/watch_invoices_event.dart","element":{"kind":"CLASS","name":"WatchInvoicesEvent","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/watch_invoices_bloc/watch_invoices_event.dart","offset":60,"length":0,"startLine":4,"startColumn":16},"flags":1},"relevanceTags":["package:sendmany/wallet/receive/lightning/watch_invoices_bloc/watch_invoices_event.dart::WatchInvoicesEvent","WatchInvoicesEvent"]},{"label":"WatchInvoicesEvent","declaringLibraryUri":"package:sendmany/wallet/receive/lightning/watch_invoices_bloc/watch_invoices_event.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/watch_invoices_bloc/watch_invoices_event.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"WatchInvoicesEvent"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:sendmany/wallet/receive/lightning/watch_invoices_bloc/watch_invoices_event.dart::WatchInvoicesEvent",""],"requiredParameterCount":0}]}],"removedLibraries":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":948,"uri":"package:sendmany/wallet/receive/lightning/watch_invoices_bloc/watch_invoices_bloc.dart","items":[{"label":"WatchInvoicesBloc","declaringLibraryUri":"package:sendmany/wallet/receive/lightning/watch_invoices_bloc/watch_invoices_bloc.dart","element":{"kind":"CLASS","name":"WatchInvoicesBloc","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/watch_invoices_bloc/watch_invoices_bloc.dart","offset":510,"length":0,"startLine":17,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/wallet/receive/lightning/watch_invoices_bloc/watch_invoices_bloc.dart::WatchInvoicesBloc","WatchInvoicesBloc"]},{"label":"WatchInvoicesBloc","declaringLibraryUri":"package:sendmany/wallet/receive/lightning/watch_invoices_bloc/watch_invoices_bloc.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/watch_invoices_bloc/watch_invoices_bloc.dart","offset":634,"length":0,"startLine":20,"startColumn":3},"flags":0,"parameters":"()","returnType":"WatchInvoicesBloc"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:sendmany/wallet/receive/lightning/watch_invoices_bloc/watch_invoices_bloc.dart::WatchInvoicesBloc",""],"requiredParameterCount":0},{"label":"initialState","declaringLibraryUri":"package:sendmany/wallet/receive/lightning/watch_invoices_bloc/watch_invoices_bloc.dart","element":{"kind":"GETTER","name":"initialState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/watch_invoices_bloc/watch_invoices_bloc.dart","offset":1079,"length":0,"startLine":36,"startColumn":26},"flags":0,"returnType":"WatchInvoicesState"}},{"label":"mapEventToState","declaringLibraryUri":"package:sendmany/wallet/receive/lightning/watch_invoices_bloc/watch_invoices_bloc.dart","element":{"kind":"METHOD","name":"mapEventToState","location":{"file":"/home/fusion44/de… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":951,"uri":"package:sendmany/wallet/receive/lightning/show_lightning_invoice.dart","items":[{"label":"ShowLightningInvoice","declaringLibraryUri":"package:sendmany/wallet/receive/lightning/show_lightning_invoice.dart","element":{"kind":"CLASS","name":"ShowLightningInvoice","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/show_lightning_invoice.dart","offset":771,"length":0,"startLine":19,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/wallet/receive/lightning/show_lightning_invoice.dart::ShowLightningInvoice","ShowLightningInvoice"]},{"label":"memo","declaringLibraryUri":"package:sendmany/wallet/receive/lightning/show_lightning_invoice.dart","element":{"kind":"FIELD","name":"memo","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/show_lightning_invoice.dart","offset":832,"length":0,"startLine":20,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"amount","declaringLibraryUri":"package:sendmany/wallet/receive/lightning/show_lightning_invoice.dart","element":{"kind":"FIELD","name":"amount","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/show_lightning_invoice.dart","offset":853,"length":0,"startLine":22,"startColumn":15},"flags":4,"returnType":"Int64"}},{"label":"onchainAddress","declaringLibraryUri":"package:sendmany/wallet/receive/lightning/show_lightning_invoice.dart","element":{"kind":"FIELD","name":"onchainAddress","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/show_lightning_invoice.dart","offset":876,"length":0,"startLine":23,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"ShowLightningInvoice","declaringLibraryUri":"package:sendmany/wallet/receive/lightning/show_lightning_invoice.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/l… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":952,"uri":"package:sendmany/wallet/receive/lightning/add_invoice_bloc/bloc.dart","items":[{"label":"AddInvoiceBloc","declaringLibraryUri":"package:sendmany/wallet/receive/lightning/add_invoice_bloc/add_invoice_bloc.dart","element":{"kind":"CLASS","name":"AddInvoiceBloc","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/add_invoice_bloc/add_invoice_bloc.dart","offset":479,"length":0,"startLine":10,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/wallet/receive/lightning/add_invoice_bloc/add_invoice_bloc.dart::AddInvoiceBloc","AddInvoiceBloc"]},{"label":"initialState","declaringLibraryUri":"package:sendmany/wallet/receive/lightning/add_invoice_bloc/add_invoice_bloc.dart","element":{"kind":"GETTER","name":"initialState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/add_invoice_bloc/add_invoice_bloc.dart","offset":577,"length":0,"startLine":12,"startColumn":23},"flags":0,"returnType":"AddInvoiceState"}},{"label":"mapEventToState","declaringLibraryUri":"package:sendmany/wallet/receive/lightning/add_invoice_bloc/add_invoice_bloc.dart","element":{"kind":"METHOD","name":"mapEventToState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/add_invoice_bloc/add_invoice_bloc.dart","offset":658,"length":0,"startLine":15,"startColumn":27},"flags":0,"parameters":"(AddInvoiceEvent event)","returnType":"Stream<AddInvoiceState>"},"defaultArgumentListString":"event","defaultArgumentListTextRanges":[0,5],"parameterNames":["event"],"parameterTypes":["AddInvoiceEvent"],"requiredParameterCount":1},{"label":"AddInvoiceBloc","declaringLibraryUri":"package:sendmany/wallet/receive/lightning/add_invoice_bloc/add_invoice_bloc.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/add_invoice_bloc/add_invoice_bloc.dart","… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":954,"uri":"package:sendmany/wallet/receive/lightning/add_invoice_bloc/add_invoice_event.dart","items":[{"label":"AddInvoiceEvent","declaringLibraryUri":"package:sendmany/wallet/receive/lightning/add_invoice_bloc/add_invoice_event.dart","element":{"kind":"CLASS","name":"AddInvoiceEvent","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/add_invoice_bloc/add_invoice_event.dart","offset":131,"length":0,"startLine":6,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/wallet/receive/lightning/add_invoice_bloc/add_invoice_event.dart::AddInvoiceEvent","AddInvoiceEvent"]},{"label":"memo","declaringLibraryUri":"package:sendmany/wallet/receive/lightning/add_invoice_bloc/add_invoice_event.dart","element":{"kind":"FIELD","name":"memo","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/add_invoice_bloc/add_invoice_event.dart","offset":182,"length":0,"startLine":7,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"value","declaringLibraryUri":"package:sendmany/wallet/receive/lightning/add_invoice_bloc/add_invoice_event.dart","element":{"kind":"FIELD","name":"value","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/add_invoice_bloc/add_invoice_event.dart","offset":202,"length":0,"startLine":8,"startColumn":15},"flags":4,"returnType":"Int64"}},{"label":"fallbackOnchain","declaringLibraryUri":"package:sendmany/wallet/receive/lightning/add_invoice_bloc/add_invoice_event.dart","element":{"kind":"FIELD","name":"fallbackOnchain","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/add_invoice_bloc/add_invoice_event.dart","offset":224,"length":0,"startLine":9,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"AddInvoiceEvent","declaringLibraryUri":"package:sendmany/wallet/receive/lightning/add_invoice_bloc/add_invoice_event.dart","element":{"ki… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":955,"uri":"package:sendmany/wallet/receive/lightning/add_invoice_bloc/add_invoice_state.dart","items":[{"label":"AddedInvoiceState","declaringLibraryUri":"package:sendmany/wallet/receive/lightning/add_invoice_bloc/add_invoice_state.dart","element":{"kind":"CLASS","name":"AddedInvoiceState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/add_invoice_bloc/add_invoice_state.dart","offset":308,"length":0,"startLine":13,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/wallet/receive/lightning/add_invoice_bloc/add_invoice_state.dart::AddedInvoiceState","AddedInvoiceState"]},{"label":"invoice","declaringLibraryUri":"package:sendmany/wallet/receive/lightning/add_invoice_bloc/add_invoice_state.dart","element":{"kind":"FIELD","name":"invoice","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/add_invoice_bloc/add_invoice_state.dart","offset":368,"length":0,"startLine":14,"startColumn":17},"flags":4,"returnType":"Invoice"}},{"label":"AddedInvoiceState","declaringLibraryUri":"package:sendmany/wallet/receive/lightning/add_invoice_bloc/add_invoice_state.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/add_invoice_bloc/add_invoice_state.dart","offset":380,"length":0,"startLine":16,"startColumn":3},"flags":0,"parameters":"(this.invoice)","returnType":"AddedInvoiceState"},"defaultArgumentListString":"invoice","defaultArgumentListTextRanges":[0,7],"parameterNames":["invoice"],"parameterTypes":[""],"relevanceTags":["package:sendmany/wallet/receive/lightning/add_invoice_bloc/add_invoice_state.dart::AddedInvoiceState",""],"requiredParameterCount":1},{"label":"props","declaringLibraryUri":"package:sendmany/wallet/receive/lightning/add_invoice_bloc/add_invoice_state.dart","element":{"kind":"GETTER","name":"props","location":{"file":"/home/fusio… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":953,"uri":"package:sendmany/wallet/receive/lightning/add_invoice_bloc/add_invoice_bloc.dart","items":[{"label":"AddInvoiceBloc","declaringLibraryUri":"package:sendmany/wallet/receive/lightning/add_invoice_bloc/add_invoice_bloc.dart","element":{"kind":"CLASS","name":"AddInvoiceBloc","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/add_invoice_bloc/add_invoice_bloc.dart","offset":479,"length":0,"startLine":10,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/wallet/receive/lightning/add_invoice_bloc/add_invoice_bloc.dart::AddInvoiceBloc","AddInvoiceBloc"]},{"label":"initialState","declaringLibraryUri":"package:sendmany/wallet/receive/lightning/add_invoice_bloc/add_invoice_bloc.dart","element":{"kind":"GETTER","name":"initialState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/add_invoice_bloc/add_invoice_bloc.dart","offset":577,"length":0,"startLine":12,"startColumn":23},"flags":0,"returnType":"AddInvoiceState"}},{"label":"mapEventToState","declaringLibraryUri":"package:sendmany/wallet/receive/lightning/add_invoice_bloc/add_invoice_bloc.dart","element":{"kind":"METHOD","name":"mapEventToState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/add_invoice_bloc/add_invoice_bloc.dart","offset":658,"length":0,"startLine":15,"startColumn":27},"flags":0,"parameters":"(AddInvoiceEvent event)","returnType":"Stream<AddInvoiceState>"},"defaultArgumentListString":"event","defaultArgumentListTextRanges":[0,5],"parameterNames":["event"],"parameterTypes":["AddInvoiceEvent"],"requiredParameterCount":1},{"label":"AddInvoiceBloc","declaringLibraryUri":"package:sendmany/wallet/receive/lightning/add_invoice_bloc/add_invoice_bloc.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/lightning/add_invoice_bloc/add_invoice_… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":956,"uri":"package:sendmany/wallet/receive/onchain/show_onchain_invoice.dart","items":[{"label":"ShowOnchainInvoice","declaringLibraryUri":"package:sendmany/wallet/receive/onchain/show_onchain_invoice.dart","element":{"kind":"CLASS","name":"ShowOnchainInvoice","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/show_onchain_invoice.dart","offset":518,"length":0,"startLine":12,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/wallet/receive/onchain/show_onchain_invoice.dart::ShowOnchainInvoice","ShowOnchainInvoice"]},{"label":"address","declaringLibraryUri":"package:sendmany/wallet/receive/onchain/show_onchain_invoice.dart","element":{"kind":"FIELD","name":"address","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/show_onchain_invoice.dart","offset":577,"length":0,"startLine":13,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"amount","declaringLibraryUri":"package:sendmany/wallet/receive/onchain/show_onchain_invoice.dart","element":{"kind":"FIELD","name":"amount","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/show_onchain_invoice.dart","offset":600,"length":0,"startLine":14,"startColumn":15},"flags":4,"returnType":"Int64"}},{"label":"ShowOnchainInvoice","declaringLibraryUri":"package:sendmany/wallet/receive/onchain/show_onchain_invoice.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/show_onchain_invoice.dart","offset":617,"length":0,"startLine":16,"startColumn":9},"flags":0,"parameters":"({Key key, this.address, this.amount})","returnType":"ShowOnchainInvoice"},"parameterNames":["key","address","amount"],"parameterTypes":["Key","",""],"relevanceTags":["package:sendmany/wallet/receive/onchain/show_onchain_invoice.dart::ShowOnchainInvoice",""],"requiredParameterCount":0},{"label":"cre… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":957,"uri":"package:sendmany/wallet/receive/onchain/subscribe_transactions/subscribe_transactions_event.dart","items":[{"label":"TransactionChangedEvent","declaringLibraryUri":"package:sendmany/wallet/receive/onchain/subscribe_transactions/subscribe_transactions_event.dart","element":{"kind":"CLASS","name":"TransactionChangedEvent","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/subscribe_transactions/subscribe_transactions_event.dart","offset":211,"length":0,"startLine":8,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/wallet/receive/onchain/subscribe_transactions/subscribe_transactions_event.dart::TransactionChangedEvent","TransactionChangedEvent"]},{"label":"tx","declaringLibraryUri":"package:sendmany/wallet/receive/onchain/subscribe_transactions/subscribe_transactions_event.dart","element":{"kind":"FIELD","name":"tx","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/subscribe_transactions/subscribe_transactions_event.dart","offset":299,"length":0,"startLine":9,"startColumn":28},"flags":4,"returnType":"OnchainTransaction"}},{"label":"TransactionChangedEvent","declaringLibraryUri":"package:sendmany/wallet/receive/onchain/subscribe_transactions/subscribe_transactions_event.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/subscribe_transactions/subscribe_transactions_event.dart","offset":306,"length":0,"startLine":11,"startColumn":3},"flags":0,"parameters":"(this.tx)","returnType":"TransactionChangedEvent"},"defaultArgumentListString":"tx","defaultArgumentListTextRanges":[0,2],"parameterNames":["tx"],"parameterTypes":[""],"relevanceTags":["package:sendmany/wallet/receive/onchain/subscribe_transactions/subscribe_transactions_event.dart::TransactionChangedEvent",""],"requiredParameterCount":1},{"label":"props","declaringLibraryU… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":958,"uri":"package:sendmany/wallet/receive/onchain/subscribe_transactions/subscribe_transactions_bloc.dart","items":[{"label":"SubscribeTransactionsBloc","declaringLibraryUri":"package:sendmany/wallet/receive/onchain/subscribe_transactions/subscribe_transactions_bloc.dart","element":{"kind":"CLASS","name":"SubscribeTransactionsBloc","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/subscribe_transactions/subscribe_transactions_bloc.dart","offset":317,"length":0,"startLine":9,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/wallet/receive/onchain/subscribe_transactions/subscribe_transactions_bloc.dart::SubscribeTransactionsBloc","SubscribeTransactionsBloc"]},{"label":"initialState","declaringLibraryUri":"package:sendmany/wallet/receive/onchain/subscribe_transactions/subscribe_transactions_bloc.dart","element":{"kind":"GETTER","name":"initialState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/subscribe_transactions/subscribe_transactions_bloc.dart","offset":463,"length":0,"startLine":12,"startColumn":34},"flags":0,"returnType":"SubscribeTransactionsState"}},{"label":"SubscribeTransactionsBloc","declaringLibraryUri":"package:sendmany/wallet/receive/onchain/subscribe_transactions/subscribe_transactions_bloc.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/subscribe_transactions/subscribe_transactions_bloc.dart","offset":525,"length":0,"startLine":15,"startColumn":3},"flags":0,"parameters":"()","returnType":"SubscribeTransactionsBloc"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:sendmany/wallet/receive/onchain/subscribe_transactions/subscribe_transactions_bloc.dart::SubscribeTransactionsBloc",""],"requiredParameterCount":0},{"label":"mapEventToState","declaringLibraryUri":"package:sendmany/wallet/receive/on… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":959,"uri":"package:sendmany/wallet/receive/onchain/subscribe_transactions/bloc.dart","items":[{"label":"TransactionChangedEvent","declaringLibraryUri":"package:sendmany/wallet/receive/onchain/subscribe_transactions/subscribe_transactions_event.dart","element":{"kind":"CLASS","name":"TransactionChangedEvent","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/subscribe_transactions/subscribe_transactions_event.dart","offset":211,"length":0,"startLine":8,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/wallet/receive/onchain/subscribe_transactions/subscribe_transactions_event.dart::TransactionChangedEvent","TransactionChangedEvent"]},{"label":"tx","declaringLibraryUri":"package:sendmany/wallet/receive/onchain/subscribe_transactions/subscribe_transactions_event.dart","element":{"kind":"FIELD","name":"tx","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/subscribe_transactions/subscribe_transactions_event.dart","offset":299,"length":0,"startLine":9,"startColumn":28},"flags":4,"returnType":"OnchainTransaction"}},{"label":"TransactionChangedEvent","declaringLibraryUri":"package:sendmany/wallet/receive/onchain/subscribe_transactions/subscribe_transactions_event.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/subscribe_transactions/subscribe_transactions_event.dart","offset":306,"length":0,"startLine":11,"startColumn":3},"flags":0,"parameters":"(this.tx)","returnType":"TransactionChangedEvent"},"defaultArgumentListString":"tx","defaultArgumentListTextRanges":[0,2],"parameterNames":["tx"],"parameterTypes":[""],"relevanceTags":["package:sendmany/wallet/receive/onchain/subscribe_transactions/subscribe_transactions_event.dart::TransactionChangedEvent",""],"requiredParameterCount":1},{"label":"props","declaringLibraryUri":"package:sendmany/wa… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":960,"uri":"package:sendmany/wallet/receive/onchain/subscribe_transactions/subscribe_transactions_state.dart","items":[{"label":"SubscribeTransactionsState","declaringLibraryUri":"package:sendmany/wallet/receive/onchain/subscribe_transactions/subscribe_transactions_state.dart","element":{"kind":"CLASS","name":"SubscribeTransactionsState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/subscribe_transactions/subscribe_transactions_state.dart","offset":156,"length":0,"startLine":6,"startColumn":16},"flags":1},"relevanceTags":["package:sendmany/wallet/receive/onchain/subscribe_transactions/subscribe_transactions_state.dart::SubscribeTransactionsState","SubscribeTransactionsState"]},{"label":"SubscribeTransactionsState","declaringLibraryUri":"package:sendmany/wallet/receive/onchain/subscribe_transactions/subscribe_transactions_state.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/subscribe_transactions/subscribe_transactions_state.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"SubscribeTransactionsState"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:sendmany/wallet/receive/onchain/subscribe_transactions/subscribe_transactions_state.dart::SubscribeTransactionsState",""],"requiredParameterCount":0},{"label":"TransactionChangedState","declaringLibraryUri":"package:sendmany/wallet/receive/onchain/subscribe_transactions/subscribe_transactions_state.dart","element":{"kind":"CLASS","name":"TransactionChangedState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/subscribe_transactions/subscribe_transactions_state.dart","offset":341,"length":0,"startLine":13,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/wallet/receive/onchain/subscribe_transactions/sub… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":961,"uri":"package:sendmany/wallet/receive/onchain/new_address_bloc/new_address_state.dart","items":[{"label":"NewAddressState","declaringLibraryUri":"package:sendmany/wallet/receive/onchain/new_address_bloc/new_address_state.dart","element":{"kind":"CLASS","name":"NewAddressState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/new_address_bloc/new_address_state.dart","offset":103,"length":0,"startLine":5,"startColumn":16},"flags":1},"relevanceTags":["package:sendmany/wallet/receive/onchain/new_address_bloc/new_address_state.dart::NewAddressState","NewAddressState"]},{"label":"NewAddressState","declaringLibraryUri":"package:sendmany/wallet/receive/onchain/new_address_bloc/new_address_state.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/new_address_bloc/new_address_state.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"NewAddressState"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:sendmany/wallet/receive/onchain/new_address_bloc/new_address_state.dart::NewAddressState",""],"requiredParameterCount":0},{"label":"LoadingNewAddressState","declaringLibraryUri":"package:sendmany/wallet/receive/onchain/new_address_bloc/new_address_state.dart","element":{"kind":"CLASS","name":"LoadingNewAddressState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/new_address_bloc/new_address_state.dart","offset":255,"length":0,"startLine":12,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/wallet/receive/onchain/new_address_bloc/new_address_state.dart::LoadingNewAddressState","LoadingNewAddressState"]},{"label":"props","declaringLibraryUri":"package:sendmany/wallet/receive/onchain/new_address_bloc/new_address_state.dart","element":{"kind":"GETTER","name":"props","lo… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":962,"uri":"package:sendmany/wallet/receive/onchain/new_address_bloc/new_address_event.dart","items":[{"label":"NewAddressEvent","declaringLibraryUri":"package:sendmany/wallet/receive/onchain/new_address_bloc/new_address_event.dart","element":{"kind":"CLASS","name":"NewAddressEvent","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/new_address_bloc/new_address_event.dart","offset":152,"length":0,"startLine":7,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/wallet/receive/onchain/new_address_bloc/new_address_event.dart::NewAddressEvent","NewAddressEvent"]},{"label":"addressType","declaringLibraryUri":"package:sendmany/wallet/receive/onchain/new_address_bloc/new_address_event.dart","element":{"kind":"FIELD","name":"addressType","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/new_address_bloc/new_address_event.dart","offset":208,"length":0,"startLine":8,"startColumn":21},"flags":4,"returnType":"AddressType"}},{"label":"NewAddressEvent","declaringLibraryUri":"package:sendmany/wallet/receive/onchain/new_address_bloc/new_address_event.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/new_address_bloc/new_address_event.dart","offset":224,"length":0,"startLine":10,"startColumn":3},"flags":0,"parameters":"([this.addressType = AddressType.witnessPubkeyHash])","returnType":"NewAddressEvent"},"parameterNames":["addressType"],"parameterTypes":[""],"relevanceTags":["package:sendmany/wallet/receive/onchain/new_address_bloc/new_address_event.dart::NewAddressEvent",""],"requiredParameterCount":0},{"label":"props","declaringLibraryUri":"package:sendmany/wallet/receive/onchain/new_address_bloc/new_address_event.dart","element":{"kind":"GETTER","name":"props","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/new_add… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":963,"uri":"package:sendmany/wallet/receive/onchain/new_address_bloc/bloc.dart","items":[{"label":"AddressType","declaringLibraryUri":"package:sendmany/wallet/receive/onchain/new_address_bloc/new_address_event.dart","element":{"kind":"ENUM","name":"AddressType","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/new_address_bloc/new_address_event.dart","offset":82,"length":0,"startLine":4,"startColumn":6},"flags":0},"relevanceTags":["package:sendmany/wallet/receive/onchain/new_address_bloc/new_address_event.dart::AddressType","AddressType"]},{"label":"AddressType.witnessPubkeyHash","declaringLibraryUri":"package:sendmany/wallet/receive/onchain/new_address_bloc/new_address_event.dart","element":{"kind":"ENUM_CONSTANT","name":"witnessPubkeyHash","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/new_address_bloc/new_address_event.dart","offset":96,"length":0,"startLine":4,"startColumn":20},"flags":0},"relevanceTags":["package:sendmany/wallet/receive/onchain/new_address_bloc/new_address_event.dart::AddressType","witnessPubkeyHash"]},{"label":"AddressType.nestedPubkeyHash","declaringLibraryUri":"package:sendmany/wallet/receive/onchain/new_address_bloc/new_address_event.dart","element":{"kind":"ENUM_CONSTANT","name":"nestedPubkeyHash","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/new_address_bloc/new_address_event.dart","offset":115,"length":0,"startLine":4,"startColumn":39},"flags":0},"relevanceTags":["package:sendmany/wallet/receive/onchain/new_address_bloc/new_address_event.dart::AddressType","nestedPubkeyHash"]},{"label":"NewAddressBloc","declaringLibraryUri":"package:sendmany/wallet/receive/onchain/new_address_bloc/new_address_bloc.dart","element":{"kind":"CLASS","name":"NewAddressBloc","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/new_address_bloc/new_ad… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":964,"uri":"package:sendmany/wallet/receive/onchain/new_address_bloc/new_address_bloc.dart","items":[{"label":"NewAddressBloc","declaringLibraryUri":"package:sendmany/wallet/receive/onchain/new_address_bloc/new_address_bloc.dart","element":{"kind":"CLASS","name":"NewAddressBloc","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/new_address_bloc/new_address_bloc.dart","offset":341,"length":0,"startLine":10,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/wallet/receive/onchain/new_address_bloc/new_address_bloc.dart::NewAddressBloc","NewAddressBloc"]},{"label":"initialState","declaringLibraryUri":"package:sendmany/wallet/receive/onchain/new_address_bloc/new_address_bloc.dart","element":{"kind":"GETTER","name":"initialState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/new_address_bloc/new_address_bloc.dart","offset":439,"length":0,"startLine":12,"startColumn":23},"flags":0,"returnType":"NewAddressState"}},{"label":"mapEventToState","declaringLibraryUri":"package:sendmany/wallet/receive/onchain/new_address_bloc/new_address_bloc.dart","element":{"kind":"METHOD","name":"mapEventToState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/new_address_bloc/new_address_bloc.dart","offset":520,"length":0,"startLine":15,"startColumn":27},"flags":0,"parameters":"(NewAddressEvent event)","returnType":"Stream<NewAddressState>"},"defaultArgumentListString":"event","defaultArgumentListTextRanges":[0,5],"parameterNames":["event"],"parameterTypes":["NewAddressEvent"],"requiredParameterCount":1},{"label":"NewAddressBloc","declaringLibraryUri":"package:sendmany/wallet/receive/onchain/new_address_bloc/new_address_bloc.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/wallet/receive/onchain/new_address_bloc/new_address_bloc.dart","offset":… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":965,"uri":"package:sendmany/preferences/preferences_event.dart","items":[{"label":"AddConnectionEvent","declaringLibraryUri":"package:sendmany/preferences/preferences_event.dart","element":{"kind":"CLASS","name":"AddConnectionEvent","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/preferences/preferences_event.dart","offset":1432,"length":0,"startLine":63,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/preferences/preferences_event.dart::AddConnectionEvent","AddConnectionEvent"]},{"label":"connection","declaringLibraryUri":"package:sendmany/preferences/preferences_event.dart","element":{"kind":"FIELD","name":"connection","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/preferences/preferences_event.dart","offset":1504,"length":0,"startLine":64,"startColumn":27},"flags":4,"returnType":"LndConnectionData"}},{"label":"AddConnectionEvent","declaringLibraryUri":"package:sendmany/preferences/preferences_event.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/preferences/preferences_event.dart","offset":1519,"length":0,"startLine":66,"startColumn":3},"flags":0,"parameters":"(this.connection)","returnType":"AddConnectionEvent"},"defaultArgumentListString":"connection","defaultArgumentListTextRanges":[0,10],"parameterNames":["connection"],"parameterTypes":[""],"relevanceTags":["package:sendmany/preferences/preferences_event.dart::AddConnectionEvent",""],"requiredParameterCount":1},{"label":"props","declaringLibraryUri":"package:sendmany/preferences/preferences_event.dart","element":{"kind":"GETTER","name":"props","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/preferences/preferences_event.dart","offset":1588,"length":0,"startLine":69,"startColumn":20},"flags":0,"returnType":"List<Object>"}},{"label":"ChangeLanguageEvent","declaringLibraryUri":"package:sendmany/preferences/preferences_event.d… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":966,"uri":"package:sendmany/preferences/bloc.dart","items":[{"label":"AddConnectionEvent","declaringLibraryUri":"package:sendmany/preferences/preferences_event.dart","element":{"kind":"CLASS","name":"AddConnectionEvent","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/preferences/preferences_event.dart","offset":1432,"length":0,"startLine":63,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/preferences/preferences_event.dart::AddConnectionEvent","AddConnectionEvent"]},{"label":"connection","declaringLibraryUri":"package:sendmany/preferences/preferences_event.dart","element":{"kind":"FIELD","name":"connection","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/preferences/preferences_event.dart","offset":1504,"length":0,"startLine":64,"startColumn":27},"flags":4,"returnType":"LndConnectionData"}},{"label":"AddConnectionEvent","declaringLibraryUri":"package:sendmany/preferences/preferences_event.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/preferences/preferences_event.dart","offset":1519,"length":0,"startLine":66,"startColumn":3},"flags":0,"parameters":"(this.connection)","returnType":"AddConnectionEvent"},"defaultArgumentListString":"connection","defaultArgumentListTextRanges":[0,10],"parameterNames":["connection"],"parameterTypes":[""],"relevanceTags":["package:sendmany/preferences/preferences_event.dart::AddConnectionEvent",""],"requiredParameterCount":1},{"label":"props","declaringLibraryUri":"package:sendmany/preferences/preferences_event.dart","element":{"kind":"GETTER","name":"props","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/preferences/preferences_event.dart","offset":1588,"length":0,"startLine":69,"startColumn":20},"flags":0,"returnType":"List<Object>"}},{"label":"PreferencesBloc","declaringLibraryUri":"package:sendmany/preferences/preferences_bloc.dart","element":{"k… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":969,"uri":"package:sendmany/pedantic.dart","items":[{"label":"unawaited","declaringLibraryUri":"package:sendmany/pedantic.dart","element":{"kind":"FUNCTION","name":"unawaited","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/pedantic.dart","offset":1096,"length":0,"startLine":27,"startColumn":6},"flags":0,"parameters":"(Future<void> future)","returnType":"void"},"defaultArgumentListString":"future","defaultArgumentListTextRanges":[0,6],"parameterNames":["future"],"parameterTypes":["Future<void>"],"requiredParameterCount":1}]}],"removedLibraries":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":967,"uri":"package:sendmany/preferences/preferences_bloc.dart","items":[{"label":"PreferencesBloc","declaringLibraryUri":"package:sendmany/preferences/preferences_bloc.dart","element":{"kind":"CLASS","name":"PreferencesBloc","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/preferences/preferences_bloc.dart","offset":365,"length":0,"startLine":11,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/preferences/preferences_bloc.dart::PreferencesBloc","PreferencesBloc"]},{"label":"initialState","declaringLibraryUri":"package:sendmany/preferences/preferences_bloc.dart","element":{"kind":"GETTER","name":"initialState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/preferences/preferences_bloc.dart","offset":467,"length":0,"startLine":13,"startColumn":24},"flags":0,"returnType":"PreferencesState"}},{"label":"mapEventToState","declaringLibraryUri":"package:sendmany/preferences/preferences_bloc.dart","element":{"kind":"METHOD","name":"mapEventToState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/preferences/preferences_bloc.dart","offset":550,"length":0,"startLine":16,"startColumn":28},"flags":0,"parameters":"(PreferencesEvent event)","returnType":"Stream<PreferencesState>"},"defaultArgumentListString":"event","defaultArgumentListTextRanges":[0,5],"parameterNames":["event"],"parameterTypes":["PreferencesEvent"],"requiredParameterCount":1},{"label":"PreferencesBloc","declaringLibraryUri":"package:sendmany/preferences/preferences_bloc.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/preferences/preferences_bloc.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"PreferencesBloc"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:sendmany/preferences/preferences_bloc.dart::PreferencesBloc",""],"requiredParameterCount":0}… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":968,"uri":"package:sendmany/preferences/preferences_state.dart","items":[{"label":"PreferencesLoadingState","declaringLibraryUri":"package:sendmany/preferences/preferences_state.dart","element":{"kind":"CLASS","name":"PreferencesLoadingState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/preferences/preferences_state.dart","offset":917,"length":0,"startLine":38,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/preferences/preferences_state.dart::PreferencesLoadingState","PreferencesLoadingState"]},{"label":"PreferencesLoadingState","declaringLibraryUri":"package:sendmany/preferences/preferences_state.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/preferences/preferences_state.dart","offset":970,"length":0,"startLine":39,"startColumn":3},"flags":0,"parameters":"({String language = 'EN', String theme = themeSendMany, bool onboardingFinished = false, int numNodes = 0, bool pinActive = true, LndConnectionData activeConnection, List<LndConnectionData> connections = const <LndConnectionData>[]})","returnType":"PreferencesLoadingState"},"parameterNames":["language","theme","onboardingFinished","numNodes","pinActive","activeConnection","connections"],"parameterTypes":["String","String","bool","int","bool","LndConnectionData","List<LndConnectionData>"],"relevanceTags":["package:sendmany/preferences/preferences_state.dart::PreferencesLoadingState",""],"requiredParameterCount":0},{"label":"PreferencesLoadedState","declaringLibraryUri":"package:sendmany/preferences/preferences_state.dart","element":{"kind":"CLASS","name":"PreferencesLoadedState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/preferences/preferences_state.dart","offset":1537,"length":0,"startLine":58,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/preferences/preferences_state.dart::PreferencesLoadedState","PreferencesL… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":970,"uri":"package:sendmany/preferences/preferences_page.dart","items":[{"label":"PreferencesPage","declaringLibraryUri":"package:sendmany/preferences/preferences_page.dart","element":{"kind":"CLASS","name":"PreferencesPage","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/preferences/preferences_page.dart","offset":373,"length":0,"startLine":9,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/preferences/preferences_page.dart::PreferencesPage","PreferencesPage"]},{"label":"PreferencesPage","declaringLibraryUri":"package:sendmany/preferences/preferences_page.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/preferences/preferences_page.dart","offset":416,"length":0,"startLine":10,"startColumn":3},"flags":0,"parameters":"({Key key})","returnType":"PreferencesPage"},"parameterNames":["key"],"parameterTypes":["Key"],"relevanceTags":["package:sendmany/preferences/preferences_page.dart::PreferencesPage",""],"requiredParameterCount":0},{"label":"createState","declaringLibraryUri":"package:sendmany/preferences/preferences_page.dart","element":{"kind":"METHOD","name":"createState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/preferences/preferences_page.dart","offset":500,"length":0,"startLine":13,"startColumn":26},"flags":0,"parameters":"()","returnType":"State<PreferencesPage>"},"parameterNames":[],"parameterTypes":[],"requiredParameterCount":0}]}],"removedLibraries":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":971,"uri":"package:sendmany/common/utils.dart","items":[{"label":"BitcoindAddressType","declaringLibraryUri":"package:sendmany/common/utils.dart","element":{"kind":"ENUM","name":"BitcoindAddressType","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/utils.dart","offset":1718,"length":0,"startLine":68,"startColumn":6},"flags":0},"relevanceTags":["package:sendmany/common/utils.dart::BitcoindAddressType","BitcoindAddressType"]},{"label":"BitcoindAddressType.p2pkh","declaringLibraryUri":"package:sendmany/common/utils.dart","element":{"kind":"ENUM_CONSTANT","name":"p2pkh","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/utils.dart","offset":2268,"length":0,"startLine":77,"startColumn":3},"flags":0},"relevanceTags":["package:sendmany/common/utils.dart::BitcoindAddressType","p2pkh"]},{"label":"BitcoindAddressType.p2sh","declaringLibraryUri":"package:sendmany/common/utils.dart","element":{"kind":"ENUM_CONSTANT","name":"p2sh","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/utils.dart","offset":2277,"length":0,"startLine":78,"startColumn":3},"flags":0},"relevanceTags":["package:sendmany/common/utils.dart::BitcoindAddressType","p2sh"]},{"label":"BitcoindAddressType.bech32","declaringLibraryUri":"package:sendmany/common/utils.dart","element":{"kind":"ENUM_CONSTANT","name":"bech32","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/utils.dart","offset":2285,"length":0,"startLine":79,"startColumn":3},"flags":0},"relevanceTags":["package:sendmany/common/utils.dart::BitcoindAddressType","bech32"]},{"label":"tr","declaringLibraryUri":"package:sendmany/common/utils.dart","element":{"kind":"FUNCTION","name":"tr","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/utils.dart","offset":336,"length":0,"startLine":10,"startColumn":8},"flags":0,"parameters":"(BuildContext context, String key, [Map<String, String> translationParam… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":972,"uri":"package:sendmany/common/pages/onboarding_page.dart","items":[{"label":"OnboardingPage","declaringLibraryUri":"package:sendmany/common/pages/onboarding_page.dart","element":{"kind":"CLASS","name":"OnboardingPage","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/pages/onboarding_page.dart","offset":295,"length":0,"startLine":9,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/pages/onboarding_page.dart::OnboardingPage","OnboardingPage"]},{"label":"createState","declaringLibraryUri":"package:sendmany/common/pages/onboarding_page.dart","element":{"kind":"METHOD","name":"createState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/pages/onboarding_page.dart","offset":370,"length":0,"startLine":11,"startColumn":24},"flags":0,"parameters":"()","returnType":"_OnboardingPageState"},"parameterNames":[],"parameterTypes":[],"requiredParameterCount":0},{"label":"OnboardingPage","declaringLibraryUri":"package:sendmany/common/pages/onboarding_page.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/pages/onboarding_page.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"OnboardingPage"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:sendmany/common/pages/onboarding_page.dart::OnboardingPage",""],"requiredParameterCount":0}]}],"removedLibraries":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":973,"uri":"package:sendmany/common/pages/splash_page.dart","items":[{"label":"SplashPage","declaringLibraryUri":"package:sendmany/common/pages/splash_page.dart","element":{"kind":"CLASS","name":"SplashPage","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/pages/splash_page.dart","offset":261,"length":0,"startLine":7,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/pages/splash_page.dart::SplashPage","SplashPage"]},{"label":"SplashPage","declaringLibraryUri":"package:sendmany/common/pages/splash_page.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/pages/splash_page.dart","offset":305,"length":0,"startLine":8,"startColumn":9},"flags":0,"parameters":"({Key key})","returnType":"SplashPage"},"parameterNames":["key"],"parameterTypes":["Key"],"relevanceTags":["package:sendmany/common/pages/splash_page.dart::SplashPage",""],"requiredParameterCount":0},{"label":"createState","declaringLibraryUri":"package:sendmany/common/pages/splash_page.dart","element":{"kind":"METHOD","name":"createState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/pages/splash_page.dart","offset":378,"length":0,"startLine":11,"startColumn":20},"flags":0,"parameters":"()","returnType":"_SplashPageState"},"parameterNames":[],"parameterTypes":[],"requiredParameterCount":0}]}],"removedLibraries":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":974,"uri":"package:sendmany/common/pages/home_page.dart","items":[{"label":"HomePage","declaringLibraryUri":"package:sendmany/common/pages/home_page.dart","element":{"kind":"CLASS","name":"HomePage","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/pages/home_page.dart","offset":1127,"length":0,"startLine":23,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/pages/home_page.dart::HomePage","HomePage"]},{"label":"createState","declaringLibraryUri":"package:sendmany/common/pages/home_page.dart","element":{"kind":"METHOD","name":"createState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/pages/home_page.dart","offset":1190,"length":0,"startLine":25,"startColumn":18},"flags":0,"parameters":"()","returnType":"_HomePageState"},"parameterNames":[],"parameterTypes":[],"requiredParameterCount":0},{"label":"HomePage","declaringLibraryUri":"package:sendmany/common/pages/home_page.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/pages/home_page.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"HomePage"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:sendmany/common/pages/home_page.dart::HomePage",""],"requiredParameterCount":0}]}],"removedLibraries":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":975,"uri":"package:sendmany/common/pages/retrieve_connection_info_page.dart","items":[{"label":"RetrieveConnectionInfoPage","declaringLibraryUri":"package:sendmany/common/pages/retrieve_connection_info_page.dart","element":{"kind":"CLASS","name":"RetrieveConnectionInfoPage","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/pages/retrieve_connection_info_page.dart","offset":521,"length":0,"startLine":14,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/pages/retrieve_connection_info_page.dart::RetrieveConnectionInfoPage","RetrieveConnectionInfoPage"]},{"label":"doScan","declaringLibraryUri":"package:sendmany/common/pages/retrieve_connection_info_page.dart","element":{"kind":"FIELD","name":"doScan","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/pages/retrieve_connection_info_page.dart","offset":586,"length":0,"startLine":15,"startColumn":14},"flags":4,"returnType":"bool"}},{"label":"RetrieveConnectionInfoPage","declaringLibraryUri":"package:sendmany/common/pages/retrieve_connection_info_page.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/pages/retrieve_connection_info_page.dart","offset":603,"length":0,"startLine":17,"startColumn":9},"flags":0,"parameters":"({Key key, @required this.doScan})","returnType":"RetrieveConnectionInfoPage"},"defaultArgumentListString":"doScan: null","defaultArgumentListTextRanges":[8,4],"parameterNames":["key","doScan"],"parameterTypes":["Key",""],"relevanceTags":["package:sendmany/common/pages/retrieve_connection_info_page.dart::RetrieveConnectionInfoPage",""],"requiredParameterCount":0},{"label":"createState","declaringLibraryUri":"package:sendmany/common/pages/retrieve_connection_info_page.dart","element":{"kind":"METHOD","name":"createState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/pages/retrieve_connection_inf… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":976,"uri":"package:sendmany/common/validator.dart","items":[{"label":"Validator","declaringLibraryUri":"package:sendmany/common/validator.dart","element":{"kind":"CLASS","name":"Validator","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/validator.dart","offset":6,"length":0,"startLine":1,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/validator.dart::Validator","Validator"]},{"label":"Validator","declaringLibraryUri":"package:sendmany/common/validator.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/validator.dart","offset":114,"length":0,"startLine":4,"startColumn":11},"flags":0,"parameters":"()","returnType":"Validator"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:sendmany/common/validator.dart::Validator",""],"requiredParameterCount":0},{"label":"positiveInt","declaringLibraryUri":"package:sendmany/common/validator.dart","element":{"kind":"METHOD","name":"positiveInt","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/validator.dart","offset":163,"length":0,"startLine":8,"startColumn":8},"flags":0,"parameters":"(String i)","returnType":"bool"},"defaultArgumentListString":"i","defaultArgumentListTextRanges":[0,1],"parameterNames":["i"],"parameterTypes":["String"],"requiredParameterCount":1},{"label":"ip","declaringLibraryUri":"package:sendmany/common/validator.dart","element":{"kind":"METHOD","name":"ip","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/validator.dart","offset":276,"length":0,"startLine":13,"startColumn":8},"flags":0,"parameters":"(String ip)","returnType":"bool"},"defaultArgumentListString":"ip","defaultArgumentListTextRanges":[0,2],"parameterNames":["ip"],"parameterTypes":["String"],"requiredParameterCount":1},{"label":"onionAddress","declaringLibraryUri":"package:sendmany/common/validator.dart","element":{"k… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":977,"uri":"package:sendmany/common/connection/check_lnd_connection/check_lnd_connection_event.dart","items":[{"label":"DoCheckLNDConnectionEvent","declaringLibraryUri":"package:sendmany/common/connection/check_lnd_connection/check_lnd_connection_event.dart","element":{"kind":"CLASS","name":"DoCheckLNDConnectionEvent","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/check_lnd_connection/check_lnd_connection_event.dart","offset":221,"length":0,"startLine":8,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/connection/check_lnd_connection/check_lnd_connection_event.dart::DoCheckLNDConnectionEvent","DoCheckLNDConnectionEvent"]},{"label":"data","declaringLibraryUri":"package:sendmany/common/connection/check_lnd_connection/check_lnd_connection_event.dart","element":{"kind":"FIELD","name":"data","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/check_lnd_connection/check_lnd_connection_event.dart","offset":307,"length":0,"startLine":9,"startColumn":27},"flags":4,"returnType":"LndConnectionData"}},{"label":"DoCheckLNDConnectionEvent","declaringLibraryUri":"package:sendmany/common/connection/check_lnd_connection/check_lnd_connection_event.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/check_lnd_connection/check_lnd_connection_event.dart","offset":316,"length":0,"startLine":11,"startColumn":3},"flags":0,"parameters":"({@required this.data})","returnType":"DoCheckLNDConnectionEvent"},"defaultArgumentListString":"data: null","defaultArgumentListTextRanges":[6,4],"parameterNames":["data"],"parameterTypes":[""],"relevanceTags":["package:sendmany/common/connection/check_lnd_connection/check_lnd_connection_event.dart::DoCheckLNDConnectionEvent",""],"requiredParameterCount":0},{"label":"props","declaringLibraryUri":"package:sendmany/common/connection/… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":978,"uri":"package:sendmany/common/connection/check_lnd_connection/bloc.dart","items":[{"label":"CheckLNDConnectionState","declaringLibraryUri":"package:sendmany/common/connection/check_lnd_connection/check_lnd_connection_state.dart","element":{"kind":"CLASS","name":"CheckLNDConnectionState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/check_lnd_connection/check_lnd_connection_state.dart","offset":169,"length":0,"startLine":6,"startColumn":16},"flags":1},"relevanceTags":["package:sendmany/common/connection/check_lnd_connection/check_lnd_connection_state.dart::CheckLNDConnectionState","CheckLNDConnectionState"]},{"label":"CheckLNDConnectionState","declaringLibraryUri":"package:sendmany/common/connection/check_lnd_connection/check_lnd_connection_state.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/check_lnd_connection/check_lnd_connection_state.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"CheckLNDConnectionState"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:sendmany/common/connection/check_lnd_connection/check_lnd_connection_state.dart::CheckLNDConnectionState",""],"requiredParameterCount":0},{"label":"CheckLNDConnectionSuccessState","declaringLibraryUri":"package:sendmany/common/connection/check_lnd_connection/check_lnd_connection_state.dart","element":{"kind":"CLASS","name":"CheckLNDConnectionSuccessState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/check_lnd_connection/check_lnd_connection_state.dart","offset":465,"length":0,"startLine":18,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/connection/check_lnd_connection/check_lnd_connection_state.dart::CheckLNDConnectionSuccessState","CheckLNDConnectionSuccessState"]},{"label":"info","dec… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":980,"uri":"package:sendmany/common/connection/check_lnd_connection/check_lnd_connection_state.dart","items":[{"label":"CheckLNDConnectionState","declaringLibraryUri":"package:sendmany/common/connection/check_lnd_connection/check_lnd_connection_state.dart","element":{"kind":"CLASS","name":"CheckLNDConnectionState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/check_lnd_connection/check_lnd_connection_state.dart","offset":169,"length":0,"startLine":6,"startColumn":16},"flags":1},"relevanceTags":["package:sendmany/common/connection/check_lnd_connection/check_lnd_connection_state.dart::CheckLNDConnectionState","CheckLNDConnectionState"]},{"label":"CheckLNDConnectionState","declaringLibraryUri":"package:sendmany/common/connection/check_lnd_connection/check_lnd_connection_state.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/check_lnd_connection/check_lnd_connection_state.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"CheckLNDConnectionState"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:sendmany/common/connection/check_lnd_connection/check_lnd_connection_state.dart::CheckLNDConnectionState",""],"requiredParameterCount":0},{"label":"CheckLNDConnectionSuccessState","declaringLibraryUri":"package:sendmany/common/connection/check_lnd_connection/check_lnd_connection_state.dart","element":{"kind":"CLASS","name":"CheckLNDConnectionSuccessState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/check_lnd_connection/check_lnd_connection_state.dart","offset":465,"length":0,"startLine":18,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/connection/check_lnd_connection/check_lnd_connection_state.dart::CheckLNDConnectionSuccessState","CheckLNDConnectionSuccessState"]… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":981,"uri":"package:sendmany/common/connection/check_lnd_connection/check_lnd_connection_page.dart","items":[{"label":"CheckConnectionResultReason","declaringLibraryUri":"package:sendmany/common/connection/check_lnd_connection/check_lnd_connection_page.dart","element":{"kind":"ENUM","name":"CheckConnectionResultReason","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/check_lnd_connection/check_lnd_connection_page.dart","offset":407,"length":0,"startLine":9,"startColumn":6},"flags":0},"relevanceTags":["package:sendmany/common/connection/check_lnd_connection/check_lnd_connection_page.dart::CheckConnectionResultReason","CheckConnectionResultReason"]},{"label":"CheckConnectionResultReason.userPositive","declaringLibraryUri":"package:sendmany/common/connection/check_lnd_connection/check_lnd_connection_page.dart","element":{"kind":"ENUM_CONSTANT","name":"userPositive","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/check_lnd_connection/check_lnd_connection_page.dart","offset":486,"length":0,"startLine":11,"startColumn":3},"flags":0},"relevanceTags":["package:sendmany/common/connection/check_lnd_connection/check_lnd_connection_page.dart::CheckConnectionResultReason","userPositive"]},{"label":"CheckConnectionResultReason.userNegative","declaringLibraryUri":"package:sendmany/common/connection/check_lnd_connection/check_lnd_connection_page.dart","element":{"kind":"ENUM_CONSTANT","name":"userNegative","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/check_lnd_connection/check_lnd_connection_page.dart","offset":554,"length":0,"startLine":14,"startColumn":3},"flags":0},"relevanceTags":["package:sendmany/common/connection/check_lnd_connection/check_lnd_connection_page.dart::CheckConnectionResultReason","userNegative"]},{"label":"CheckConnectionResultReason.connectionError","declaringLibraryUri":"package:sendmany/com… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":979,"uri":"package:sendmany/common/connection/check_lnd_connection/check_lnd_connection_bloc.dart","items":[{"label":"CheckLndConnectionBloc","declaringLibraryUri":"package:sendmany/common/connection/check_lnd_connection/check_lnd_connection_bloc.dart","element":{"kind":"CLASS","name":"CheckLndConnectionBloc","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/check_lnd_connection/check_lnd_connection_bloc.dart","offset":374,"length":0,"startLine":9,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/connection/check_lnd_connection/check_lnd_connection_bloc.dart::CheckLndConnectionBloc","CheckLndConnectionBloc"]},{"label":"close","declaringLibraryUri":"package:sendmany/common/connection/check_lnd_connection/check_lnd_connection_bloc.dart","element":{"kind":"METHOD","name":"close","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/check_lnd_connection/check_lnd_connection_bloc.dart","offset":562,"length":0,"startLine":15,"startColumn":16},"flags":0,"parameters":"()","returnType":"Future<void>"},"parameterNames":[],"parameterTypes":[],"requiredParameterCount":0},{"label":"initialState","declaringLibraryUri":"package:sendmany/common/connection/check_lnd_connection/check_lnd_connection_bloc.dart","element":{"kind":"GETTER","name":"initialState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/check_lnd_connection/check_lnd_connection_bloc.dart","offset":687,"length":0,"startLine":21,"startColumn":31},"flags":0,"returnType":"CheckLNDConnectionState"}},{"label":"mapEventToState","declaringLibraryUri":"package:sendmany/common/connection/check_lnd_connection/check_lnd_connection_bloc.dart","element":{"kind":"METHOD","name":"mapEventToState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/check_lnd_connection/check_lnd_connection_bloc.dart","offset":784,"length":0,"star… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":982,"uri":"package:sendmany/common/connection/connection_manager/bloc.dart","items":[{"label":"ConnectionManagerState","declaringLibraryUri":"package:sendmany/common/connection/connection_manager/connection_manager_state.dart","element":{"kind":"CLASS","name":"ConnectionManagerState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/connection_manager/connection_manager_state.dart","offset":60,"length":0,"startLine":4,"startColumn":16},"flags":1},"relevanceTags":["package:sendmany/common/connection/connection_manager/connection_manager_state.dart::ConnectionManagerState","ConnectionManagerState"]},{"label":"ConnectionManagerState","declaringLibraryUri":"package:sendmany/common/connection/connection_manager/connection_manager_state.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/connection_manager/connection_manager_state.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"ConnectionManagerState"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:sendmany/common/connection/connection_manager/connection_manager_state.dart::ConnectionManagerState",""],"requiredParameterCount":0},{"label":"InitialConnectionManagerState","declaringLibraryUri":"package:sendmany/common/connection/connection_manager/connection_manager_state.dart","element":{"kind":"CLASS","name":"InitialConnectionManagerState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/connection_manager/connection_manager_state.dart","offset":93,"length":0,"startLine":6,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/connection/connection_manager/connection_manager_state.dart::InitialConnectionManagerState","InitialConnectionManagerState"]},{"label":"InitialConnectionManagerState","declaringLibraryUri":"package:… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":986,"uri":"package:sendmany/common/connection/connection_manager/connection_manager_state.dart","items":[{"label":"ChangingConnectionState","declaringLibraryUri":"package:sendmany/common/connection/connection_manager/connection_manager_state.dart","element":{"kind":"CLASS","name":"ChangingConnectionState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/connection_manager/connection_manager_state.dart","offset":303,"length":0,"startLine":12,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/connection/connection_manager/connection_manager_state.dart::ChangingConnectionState","ChangingConnectionState"]},{"label":"ChangingConnectionState","declaringLibraryUri":"package:sendmany/common/connection/connection_manager/connection_manager_state.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/connection_manager/connection_manager_state.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"ChangingConnectionState"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:sendmany/common/connection/connection_manager/connection_manager_state.dart::ChangingConnectionState",""],"requiredParameterCount":0},{"label":"InitialConnectionManagerState","declaringLibraryUri":"package:sendmany/common/connection/connection_manager/connection_manager_state.dart","element":{"kind":"CLASS","name":"InitialConnectionManagerState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/connection_manager/connection_manager_state.dart","offset":93,"length":0,"startLine":6,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/connection/connection_manager/connection_manager_state.dart::InitialConnectionManagerState","InitialConnectionManagerState"]},{"label":"InitialConnectionManagerState","de… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":25,"uri":"dart:_http","items":[{"label":"HttpOverrides","declaringLibraryUri":"dart:_http","element":{"kind":"CLASS","name":"HttpOverrides","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/_http/overrides.dart","offset":1078,"length":0,"startLine":34,"startColumn":16},"flags":1},"relevanceTags":["dart:_http::HttpOverrides","HttpOverrides"]},{"label":"current","declaringLibraryUri":"dart:_http","element":{"kind":"GETTER","name":"current","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/_http/overrides.dart","offset":1154,"length":0,"startLine":37,"startColumn":28},"flags":0,"returnType":"HttpOverrides"}},{"label":"global","declaringLibraryUri":"dart:_http","element":{"kind":"SETTER","name":"global","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/_http/overrides.dart","offset":1496,"length":0,"startLine":46,"startColumn":14},"flags":0,"parameters":"(HttpOverrides overrides)"},"parameterNames":["overrides"],"parameterTypes":["HttpOverrides"],"requiredParameterCount":1},{"label":"runZoned","declaringLibraryUri":"dart:_http","element":{"kind":"METHOD","name":"runZoned","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/_http/overrides.dart","offset":1637,"length":0,"startLine":51,"startColumn":12},"flags":0,"parameters":"(R body(), {HttpClient Function(SecurityContext) createHttpClient, String Function(Uri uri, Map<String, String> environment) findProxyFromEnvironment, ZoneSpecification zoneSpecification, Function onError})","returnType":"R","typeParameters":"<R>"},"defaultArgumentListString":"body","defaultArgumentListTextRanges":[0,4],"parameterNames":["body","createHttpClient","findProxyFromEnvironment","zoneSpecification","onError"],"parameterTypes":["","HttpClient Function(SecurityContext)","String Function(Uri uri, Map<String, Stri… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":983,"uri":"package:sendmany/common/connection/connection_manager/connection_manager_bloc.dart","items":[{"label":"ConnectionManagerBloc","declaringLibraryUri":"package:sendmany/common/connection/connection_manager/connection_manager_bloc.dart","element":{"kind":"CLASS","name":"ConnectionManagerBloc","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/connection_manager/connection_manager_bloc.dart","offset":496,"length":0,"startLine":14,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/connection/connection_manager/connection_manager_bloc.dart::ConnectionManagerBloc","ConnectionManagerBloc"]},{"label":"ConnectionManagerBloc","declaringLibraryUri":"package:sendmany/common/connection/connection_manager/connection_manager_bloc.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/connection_manager/connection_manager_bloc.dart","offset":806,"length":0,"startLine":23,"startColumn":3},"flags":0,"parameters":"(this._prefsBloc)","returnType":"ConnectionManagerBloc"},"defaultArgumentListString":"_prefsBloc","defaultArgumentListTextRanges":[0,10],"parameterNames":["_prefsBloc"],"parameterTypes":[""],"relevanceTags":["package:sendmany/common/connection/connection_manager/connection_manager_bloc.dart::ConnectionManagerBloc",""],"requiredParameterCount":1},{"label":"initialState","declaringLibraryUri":"package:sendmany/common/connection/connection_manager/connection_manager_bloc.dart","element":{"kind":"GETTER","name":"initialState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/connection_manager/connection_manager_bloc.dart","offset":1357,"length":0,"startLine":39,"startColumn":30},"flags":0,"returnType":"ConnectionManagerState"}},{"label":"close","declaringLibraryUri":"package:sendmany/common/connection/connection_manager/connection_manager_bloc.dart… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":984,"uri":"package:sendmany/common/connection/connection_manager/connection_data_provider.dart","items":[{"label":"LnConnectionDataProvider","declaringLibraryUri":"package:sendmany/common/connection/connection_manager/connection_data_provider.dart","element":{"kind":"CLASS","name":"LnConnectionDataProvider","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/connection_manager/connection_data_provider.dart","offset":73,"length":0,"startLine":3,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/connection/connection_manager/connection_data_provider.dart::LnConnectionDataProvider","LnConnectionDataProvider"]},{"label":"lightningClient","declaringLibraryUri":"package:sendmany/common/connection/connection_manager/connection_data_provider.dart","element":{"kind":"FIELD","name":"lightningClient","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/connection_manager/connection_data_provider.dart","offset":216,"length":0,"startLine":7,"startColumn":19},"flags":0,"returnType":"LightningClient"}},{"label":"macaroon","declaringLibraryUri":"package:sendmany/common/connection/connection_manager/connection_data_provider.dart","element":{"kind":"FIELD","name":"macaroon","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/connection_manager/connection_data_provider.dart","offset":242,"length":0,"startLine":8,"startColumn":10},"flags":0,"returnType":"String"}},{"label":"LnConnectionDataProvider","declaringLibraryUri":"package:sendmany/common/connection/connection_manager/connection_data_provider.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/connection_manager/connection_data_provider.dart","offset":263,"length":0,"startLine":10,"startColumn":11},"flags":0,"parameters":"()","returnType":"LnConnectionDataProvider"},"parameterNames":[… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":985,"uri":"package:sendmany/common/connection/connection_manager/connection_manager_event.dart","items":[{"label":"SwitchConnectionEvent","declaringLibraryUri":"package:sendmany/common/connection/connection_manager/connection_manager_event.dart","element":{"kind":"CLASS","name":"SwitchConnectionEvent","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/connection_manager/connection_manager_event.dart","offset":381,"length":0,"startLine":17,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/connection/connection_manager/connection_manager_event.dart::SwitchConnectionEvent","SwitchConnectionEvent"]},{"label":"data","declaringLibraryUri":"package:sendmany/common/connection/connection_manager/connection_manager_event.dart","element":{"kind":"FIELD","name":"data","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/connection_manager/connection_manager_event.dart","offset":462,"length":0,"startLine":18,"startColumn":27},"flags":4,"returnType":"LndConnectionData"}},{"label":"SwitchConnectionEvent","declaringLibraryUri":"package:sendmany/common/connection/connection_manager/connection_manager_event.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/connection_manager/connection_manager_event.dart","offset":471,"length":0,"startLine":20,"startColumn":3},"flags":0,"parameters":"(this.data)","returnType":"SwitchConnectionEvent"},"defaultArgumentListString":"data","defaultArgumentListTextRanges":[0,4],"parameterNames":["data"],"parameterTypes":[""],"relevanceTags":["package:sendmany/common/connection/connection_manager/connection_manager_event.dart::SwitchConnectionEvent",""],"requiredParameterCount":1},{"label":"props","declaringLibraryUri":"package:sendmany/common/connection/connection_manager/connection_manager_event.dart","element":{"kind":"GETTER","na… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":987,"uri":"package:sendmany/common/blocs/get_remote_node_info/get_remote_node_info_state.dart","items":[{"label":"RemoteNodeInfoLoadedState","declaringLibraryUri":"package:sendmany/common/blocs/get_remote_node_info/get_remote_node_info_state.dart","element":{"kind":"CLASS","name":"RemoteNodeInfoLoadedState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/blocs/get_remote_node_info/get_remote_node_info_state.dart","offset":501,"length":0,"startLine":22,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/blocs/get_remote_node_info/get_remote_node_info_state.dart::RemoteNodeInfoLoadedState","RemoteNodeInfoLoadedState"]},{"label":"nodeInfo","declaringLibraryUri":"package:sendmany/common/blocs/get_remote_node_info/get_remote_node_info_state.dart","element":{"kind":"FIELD","name":"nodeInfo","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/blocs/get_remote_node_info/get_remote_node_info_state.dart","offset":577,"length":0,"startLine":23,"startColumn":18},"flags":4,"returnType":"NodeInfo"}},{"label":"RemoteNodeInfoLoadedState","declaringLibraryUri":"package:sendmany/common/blocs/get_remote_node_info/get_remote_node_info_state.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/blocs/get_remote_node_info/get_remote_node_info_state.dart","offset":590,"length":0,"startLine":25,"startColumn":3},"flags":0,"parameters":"(this.nodeInfo)","returnType":"RemoteNodeInfoLoadedState"},"defaultArgumentListString":"nodeInfo","defaultArgumentListTextRanges":[0,8],"parameterNames":["nodeInfo"],"parameterTypes":[""],"relevanceTags":["package:sendmany/common/blocs/get_remote_node_info/get_remote_node_info_state.dart::RemoteNodeInfoLoadedState",""],"requiredParameterCount":1},{"label":"props","declaringLibraryUri":"package:sendmany/common/blocs/get_remote_node_info/get_remote_node_info_state.dart","… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":988,"uri":"package:sendmany/common/blocs/get_remote_node_info/get_remote_node_info_bloc.dart","items":[{"label":"GetRemoteNodeInfoBloc","declaringLibraryUri":"package:sendmany/common/blocs/get_remote_node_info/get_remote_node_info_bloc.dart","element":{"kind":"CLASS","name":"GetRemoteNodeInfoBloc","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/blocs/get_remote_node_info/get_remote_node_info_bloc.dart","offset":550,"length":0,"startLine":14,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/blocs/get_remote_node_info/get_remote_node_info_bloc.dart::GetRemoteNodeInfoBloc","GetRemoteNodeInfoBloc"]},{"label":"initialState","declaringLibraryUri":"package:sendmany/common/blocs/get_remote_node_info/get_remote_node_info_bloc.dart","element":{"kind":"GETTER","name":"initialState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/blocs/get_remote_node_info/get_remote_node_info_bloc.dart","offset":680,"length":0,"startLine":17,"startColumn":30},"flags":0,"returnType":"GetRemoteNodeInfoState"}},{"label":"mapEventToState","declaringLibraryUri":"package:sendmany/common/blocs/get_remote_node_info/get_remote_node_info_bloc.dart","element":{"kind":"METHOD","name":"mapEventToState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/blocs/get_remote_node_info/get_remote_node_info_bloc.dart","offset":775,"length":0,"startLine":20,"startColumn":34},"flags":0,"parameters":"(GetRemoteNodeInfoEvent event)","returnType":"Stream<GetRemoteNodeInfoState>"},"defaultArgumentListString":"event","defaultArgumentListTextRanges":[0,5],"parameterNames":["event"],"parameterTypes":["GetRemoteNodeInfoEvent"],"requiredParameterCount":1},{"label":"GetRemoteNodeInfoBloc","declaringLibraryUri":"package:sendmany/common/blocs/get_remote_node_info/get_remote_node_info_bloc.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mo… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":989,"uri":"package:sendmany/common/blocs/get_remote_node_info/bloc.dart","items":[{"label":"RemoteNodeInfoLoadedState","declaringLibraryUri":"package:sendmany/common/blocs/get_remote_node_info/get_remote_node_info_state.dart","element":{"kind":"CLASS","name":"RemoteNodeInfoLoadedState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/blocs/get_remote_node_info/get_remote_node_info_state.dart","offset":501,"length":0,"startLine":22,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/blocs/get_remote_node_info/get_remote_node_info_state.dart::RemoteNodeInfoLoadedState","RemoteNodeInfoLoadedState"]},{"label":"nodeInfo","declaringLibraryUri":"package:sendmany/common/blocs/get_remote_node_info/get_remote_node_info_state.dart","element":{"kind":"FIELD","name":"nodeInfo","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/blocs/get_remote_node_info/get_remote_node_info_state.dart","offset":577,"length":0,"startLine":23,"startColumn":18},"flags":4,"returnType":"NodeInfo"}},{"label":"RemoteNodeInfoLoadedState","declaringLibraryUri":"package:sendmany/common/blocs/get_remote_node_info/get_remote_node_info_state.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/blocs/get_remote_node_info/get_remote_node_info_state.dart","offset":590,"length":0,"startLine":25,"startColumn":3},"flags":0,"parameters":"(this.nodeInfo)","returnType":"RemoteNodeInfoLoadedState"},"defaultArgumentListString":"nodeInfo","defaultArgumentListTextRanges":[0,8],"parameterNames":["nodeInfo"],"parameterTypes":[""],"relevanceTags":["package:sendmany/common/blocs/get_remote_node_info/get_remote_node_info_state.dart::RemoteNodeInfoLoadedState",""],"requiredParameterCount":1},{"label":"props","declaringLibraryUri":"package:sendmany/common/blocs/get_remote_node_info/get_remote_node_info_state.dart","element":{"kind":"GETT… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":990,"uri":"package:sendmany/common/blocs/get_remote_node_info/get_remote_node_info_event.dart","items":[{"label":"GetRemoteNodeInfoEvent","declaringLibraryUri":"package:sendmany/common/blocs/get_remote_node_info/get_remote_node_info_event.dart","element":{"kind":"CLASS","name":"GetRemoteNodeInfoEvent","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/blocs/get_remote_node_info/get_remote_node_info_event.dart","offset":87,"length":0,"startLine":4,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/blocs/get_remote_node_info/get_remote_node_info_event.dart::GetRemoteNodeInfoEvent","GetRemoteNodeInfoEvent"]},{"label":"pubKey","declaringLibraryUri":"package:sendmany/common/blocs/get_remote_node_info/get_remote_node_info_event.dart","element":{"kind":"FIELD","name":"pubKey","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/blocs/get_remote_node_info/get_remote_node_info_event.dart","offset":212,"length":0,"startLine":6,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"includeChannels","declaringLibraryUri":"package:sendmany/common/blocs/get_remote_node_info/get_remote_node_info_event.dart","element":{"kind":"FIELD","name":"includeChannels","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/blocs/get_remote_node_info/get_remote_node_info_event.dart","offset":307,"length":0,"startLine":9,"startColumn":14},"flags":4,"returnType":"bool"}},{"label":"GetRemoteNodeInfoEvent","declaringLibraryUri":"package:sendmany/common/blocs/get_remote_node_info/get_remote_node_info_event.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/blocs/get_remote_node_info/get_remote_node_info_event.dart","offset":333,"length":0,"startLine":11,"startColumn":9},"flags":0,"parameters":"(this.pubKey, [this.includeChannels = false])","returnType":"GetRemoteNodeInfoEvent"},"defaultArgum… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":991,"uri":"package:sendmany/common/constants.dart","items":[{"label":"prefNumNodes","declaringLibraryUri":"package:sendmany/common/constants.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"prefNumNodes","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/constants.dart","offset":322,"length":0,"startLine":11,"startColumn":14},"flags":2,"returnType":"String"},"relevanceTags":["dart:core::String","prefNumNodes"]},{"label":"sendManyLocalBalance","declaringLibraryUri":"package:sendmany/common/constants.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"sendManyLocalBalance","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/constants.dart","offset":1578,"length":0,"startLine":40,"startColumn":7},"flags":2,"returnType":""}},{"label":"sendManyBackgroundAccent","declaringLibraryUri":"package:sendmany/common/constants.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"sendManyBackgroundAccent","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/constants.dart","offset":571,"length":0,"startLine":18,"startColumn":7},"flags":2,"returnType":""}},{"label":"sendManyUnconfirmedBalance","declaringLibraryUri":"package:sendmany/common/constants.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"sendManyUnconfirmedBalance","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/constants.dart","offset":1462,"length":0,"startLine":38,"startColumn":7},"flags":2,"returnType":""}},{"label":"sendManyOrange300","declaringLibraryUri":"package:sendmany/common/constants.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"sendManyOrange300","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/constants.dart","offset":871,"length":0,"startLine":24,"startColumn":7},"flags":2,"returnType":""}},{"label":"sendManyRemoteBalance","declaringLibraryUri":"package:sendmany/common/constants.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"send… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":992,"uri":"package:sendmany/common/widgets/qr_scanner_widget.dart","items":[{"label":"QRScannerWidget","declaringLibraryUri":"package:sendmany/common/widgets/qr_scanner_widget.dart","element":{"kind":"CLASS","name":"QRScannerWidget","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/qr_scanner_widget.dart","offset":319,"length":0,"startLine":11,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/widgets/qr_scanner_widget.dart::QRScannerWidget","QRScannerWidget"]},{"label":"onStringFound","declaringLibraryUri":"package:sendmany/common/widgets/qr_scanner_widget.dart","element":{"kind":"FIELD","name":"onStringFound","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/qr_scanner_widget.dart","offset":377,"length":0,"startLine":12,"startColumn":18},"flags":4,"returnType":"Function"}},{"label":"QRScannerWidget","declaringLibraryUri":"package:sendmany/common/widgets/qr_scanner_widget.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/qr_scanner_widget.dart","offset":400,"length":0,"startLine":13,"startColumn":9},"flags":0,"parameters":"({Key key, this.onStringFound})","returnType":"QRScannerWidget"},"parameterNames":["key","onStringFound"],"parameterTypes":["Key",""],"relevanceTags":["package:sendmany/common/widgets/qr_scanner_widget.dart::QRScannerWidget",""],"requiredParameterCount":0},{"label":"createState","declaringLibraryUri":"package:sendmany/common/widgets/qr_scanner_widget.dart","element":{"kind":"METHOD","name":"createState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/qr_scanner_widget.dart","offset":516,"length":0,"startLine":19,"startColumn":25},"flags":0,"parameters":"()","returnType":"State<StatefulWidget>"},"parameterNames":[],"parameterTypes":[],"requiredParameterCount":0},{"label":"front_camera","declaringLibraryU… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":993,"uri":"package:sendmany/common/widgets/transaction_hash_data_item.dart","items":[{"label":"TransactionHashDataItem","declaringLibraryUri":"package:sendmany/common/widgets/transaction_hash_data_item.dart","element":{"kind":"CLASS","name":"TransactionHashDataItem","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/transaction_hash_data_item.dart","offset":491,"length":0,"startLine":11,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/widgets/transaction_hash_data_item.dart::TransactionHashDataItem","TransactionHashDataItem"]},{"label":"txhash","declaringLibraryUri":"package:sendmany/common/widgets/transaction_hash_data_item.dart","element":{"kind":"FIELD","name":"txhash","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/transaction_hash_data_item.dart","offset":556,"length":0,"startLine":12,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"TransactionHashDataItem","declaringLibraryUri":"package:sendmany/common/widgets/transaction_hash_data_item.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/transaction_hash_data_item.dart","offset":573,"length":0,"startLine":14,"startColumn":9},"flags":0,"parameters":"({Key key, this.txhash})","returnType":"TransactionHashDataItem"},"parameterNames":["key","txhash"],"parameterTypes":["Key",""],"relevanceTags":["package:sendmany/common/widgets/transaction_hash_data_item.dart::TransactionHashDataItem",""],"requiredParameterCount":0},{"label":"build","declaringLibraryUri":"package:sendmany/common/widgets/transaction_hash_data_item.dart","element":{"kind":"METHOD","name":"build","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/transaction_hash_data_item.dart","offset":662,"length":0,"startLine":17,"startColumn":10},"flags":0,"parameters":"(BuildContext context)","returnType":"W… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":994,"uri":"package:sendmany/common/widgets/sendmany_card.dart","items":[{"label":"SendManyCard","declaringLibraryUri":"package:sendmany/common/widgets/sendmany_card.dart","element":{"kind":"CLASS","name":"SendManyCard","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/sendmany_card.dart","offset":47,"length":0,"startLine":3,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/widgets/sendmany_card.dart::SendManyCard","SendManyCard"]},{"label":"header","declaringLibraryUri":"package:sendmany/common/widgets/sendmany_card.dart","element":{"kind":"FIELD","name":"header","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/sendmany_card.dart","offset":90,"length":0,"startLine":4,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"cardChildren","declaringLibraryUri":"package:sendmany/common/widgets/sendmany_card.dart","element":{"kind":"FIELD","name":"cardChildren","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/sendmany_card.dart","offset":119,"length":0,"startLine":5,"startColumn":22},"flags":4,"returnType":"List<Widget>"}},{"label":"crossAxisAlignment","declaringLibraryUri":"package:sendmany/common/widgets/sendmany_card.dart","element":{"kind":"FIELD","name":"crossAxisAlignment","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/sendmany_card.dart","offset":160,"length":0,"startLine":6,"startColumn":28},"flags":4,"returnType":"CrossAxisAlignment"}},{"label":"SendManyCard","declaringLibraryUri":"package:sendmany/common/widgets/sendmany_card.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/sendmany_card.dart","offset":183,"length":0,"startLine":8,"startColumn":3},"flags":0,"parameters":"(this.header, this.cardChildren, [this.crossAxisAlignment = CrossAxisAlignment.start])","returnType":"SendManyCard… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":995,"uri":"package:sendmany/common/widgets/time_ago_widget.dart","items":[{"label":"TimeAgoTextWidget","declaringLibraryUri":"package:sendmany/common/widgets/time_ago_widget.dart","element":{"kind":"CLASS","name":"TimeAgoTextWidget","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/time_ago_widget.dart","offset":184,"length":0,"startLine":6,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/widgets/time_ago_widget.dart::TimeAgoTextWidget","TimeAgoTextWidget"]},{"label":"allowFromNow","declaringLibraryUri":"package:sendmany/common/widgets/time_ago_widget.dart","element":{"kind":"FIELD","name":"allowFromNow","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/time_ago_widget.dart","offset":241,"length":0,"startLine":7,"startColumn":14},"flags":4,"returnType":"bool"}},{"label":"date","declaringLibraryUri":"package:sendmany/common/widgets/time_ago_widget.dart","element":{"kind":"FIELD","name":"date","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/time_ago_widget.dart","offset":272,"length":0,"startLine":8,"startColumn":18},"flags":4,"returnType":"DateTime"}},{"label":"style","declaringLibraryUri":"package:sendmany/common/widgets/time_ago_widget.dart","element":{"kind":"FIELD","name":"style","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/time_ago_widget.dart","offset":296,"length":0,"startLine":9,"startColumn":19},"flags":4,"returnType":"TextStyle"}},{"label":"overflow","declaringLibraryUri":"package:sendmany/common/widgets/time_ago_widget.dart","element":{"kind":"FIELD","name":"overflow","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/time_ago_widget.dart","offset":324,"length":0,"startLine":10,"startColumn":22},"flags":4,"returnType":"TextOverflow"}},{"label":"softWrap","declaringLibraryUri":"package:sendmany/common/widgets/time_ago_widget.dart",… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":996,"uri":"package:sendmany/common/widgets/timeago_list_item.dart","items":[{"label":"TimeAgoListItem","declaringLibraryUri":"package:sendmany/common/widgets/timeago_list_item.dart","element":{"kind":"CLASS","name":"TimeAgoListItem","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/timeago_list_item.dart","offset":159,"length":0,"startLine":5,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/widgets/timeago_list_item.dart::TimeAgoListItem","TimeAgoListItem"]},{"label":"dateTime","declaringLibraryUri":"package:sendmany/common/widgets/timeago_list_item.dart","element":{"kind":"FIELD","name":"dateTime","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/timeago_list_item.dart","offset":218,"length":0,"startLine":6,"startColumn":18},"flags":4,"returnType":"DateTime"}},{"label":"label","declaringLibraryUri":"package:sendmany/common/widgets/timeago_list_item.dart","element":{"kind":"FIELD","name":"label","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/timeago_list_item.dart","offset":243,"length":0,"startLine":7,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"color","declaringLibraryUri":"package:sendmany/common/widgets/timeago_list_item.dart","element":{"kind":"FIELD","name":"color","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/timeago_list_item.dart","offset":264,"length":0,"startLine":8,"startColumn":15},"flags":4,"returnType":"Color"}},{"label":"TimeAgoListItem","declaringLibraryUri":"package:sendmany/common/widgets/timeago_list_item.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/timeago_list_item.dart","offset":280,"length":0,"startLine":10,"startColumn":9},"flags":0,"parameters":"(this.dateTime, this.label, {Key key, this.color = sendManyBackground})","returnType":"TimeAgoListIte… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":997,"uri":"package:sendmany/common/widgets/peer_list_tile.dart","items":[{"label":"PeerListTile","declaringLibraryUri":"package:sendmany/common/widgets/peer_list_tile.dart","element":{"kind":"CLASS","name":"PeerListTile","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/peer_list_tile.dart","offset":145,"length":0,"startLine":5,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/widgets/peer_list_tile.dart::PeerListTile","PeerListTile"]},{"label":"p","declaringLibraryUri":"package:sendmany/common/widgets/peer_list_tile.dart","element":{"kind":"FIELD","name":"p","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/peer_list_tile.dart","offset":203,"length":0,"startLine":6,"startColumn":20},"flags":4,"returnType":"LoadedPeer"}},{"label":"PeerListTile","declaringLibraryUri":"package:sendmany/common/widgets/peer_list_tile.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/peer_list_tile.dart","offset":215,"length":0,"startLine":8,"startColumn":9},"flags":0,"parameters":"({Key key, this.p})","returnType":"PeerListTile"},"parameterNames":["key","p"],"parameterTypes":["Key",""],"relevanceTags":["package:sendmany/common/widgets/peer_list_tile.dart::PeerListTile",""],"requiredParameterCount":0},{"label":"build","declaringLibraryUri":"package:sendmany/common/widgets/peer_list_tile.dart","element":{"kind":"METHOD","name":"build","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/peer_list_tile.dart","offset":419,"length":0,"startLine":16,"startColumn":10},"flags":0,"parameters":"(BuildContext context)","returnType":"Widget"},"defaultArgumentListString":"context","defaultArgumentListTextRanges":[0,7],"parameterNames":["context"],"parameterTypes":["BuildContext"],"requiredParameterCount":1}]}],"removedLibraries":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":998,"uri":"package:sendmany/common/widgets/local_node_info_widget.dart","items":[{"label":"LocalNodeInfoWidget","declaringLibraryUri":"package:sendmany/common/widgets/local_node_info_widget.dart","element":{"kind":"CLASS","name":"LocalNodeInfoWidget","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/local_node_info_widget.dart","offset":212,"length":0,"startLine":6,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/widgets/local_node_info_widget.dart::LocalNodeInfoWidget","LocalNodeInfoWidget"]},{"label":"info","declaringLibraryUri":"package:sendmany/common/widgets/local_node_info_widget.dart","element":{"kind":"FIELD","name":"info","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/local_node_info_widget.dart","offset":281,"length":0,"startLine":7,"startColumn":25},"flags":4,"returnType":"GetInfoResponse"}},{"label":"showShareButton","declaringLibraryUri":"package:sendmany/common/widgets/local_node_info_widget.dart","element":{"kind":"FIELD","name":"showShareButton","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/local_node_info_widget.dart","offset":300,"length":0,"startLine":8,"startColumn":14},"flags":4,"returnType":"bool"}},{"label":"header","declaringLibraryUri":"package:sendmany/common/widgets/local_node_info_widget.dart","element":{"kind":"FIELD","name":"header","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/local_node_info_widget.dart","offset":332,"length":0,"startLine":9,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"LocalNodeInfoWidget","declaringLibraryUri":"package:sendmany/common/widgets/local_node_info_widget.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/local_node_info_widget.dart","offset":342,"length":0,"startLine":10,"startColumn":3},"flags":0,"parameters":"(… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":999,"uri":"package:sendmany/common/widgets/money_value_view.dart","items":[{"label":"MoneyValueView","declaringLibraryUri":"package:sendmany/common/widgets/money_value_view.dart","element":{"kind":"CLASS","name":"MoneyValueView","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/money_value_view.dart","offset":215,"length":0,"startLine":7,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/widgets/money_value_view.dart::MoneyValueView","MoneyValueView"]},{"label":"amount","declaringLibraryUri":"package:sendmany/common/widgets/money_value_view.dart","element":{"kind":"FIELD","name":"amount","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/money_value_view.dart","offset":270,"length":0,"startLine":8,"startColumn":15},"flags":4,"returnType":"Int64"}},{"label":"hero","declaringLibraryUri":"package:sendmany/common/widgets/money_value_view.dart","element":{"kind":"FIELD","name":"hero","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/money_value_view.dart","offset":291,"length":0,"startLine":9,"startColumn":14},"flags":4,"returnType":"bool"}},{"label":"settled","declaringLibraryUri":"package:sendmany/common/widgets/money_value_view.dart","element":{"kind":"FIELD","name":"settled","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/money_value_view.dart","offset":310,"length":0,"startLine":10,"startColumn":14},"flags":4,"returnType":"bool"}},{"label":"textAlign","declaringLibraryUri":"package:sendmany/common/widgets/money_value_view.dart","element":{"kind":"FIELD","name":"textAlign","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/money_value_view.dart","offset":337,"length":0,"startLine":11,"startColumn":19},"flags":4,"returnType":"TextAlign"}},{"label":"MoneyValueView","declaringLibraryUri":"package:sendmany/common/widgets/money_value_view.dart","element"… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1000,"uri":"package:sendmany/common/widgets/translated_text.dart","items":[{"label":"TranslatedText","declaringLibraryUri":"package:sendmany/common/widgets/translated_text.dart","element":{"kind":"CLASS","name":"TranslatedText","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/translated_text.dart","offset":92,"length":0,"startLine":4,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/widgets/translated_text.dart::TranslatedText","TranslatedText"]},{"label":"text","declaringLibraryUri":"package:sendmany/common/widgets/translated_text.dart","element":{"kind":"FIELD","name":"text","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/translated_text.dart","offset":148,"length":0,"startLine":5,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"style","declaringLibraryUri":"package:sendmany/common/widgets/translated_text.dart","element":{"kind":"FIELD","name":"style","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/translated_text.dart","offset":172,"length":0,"startLine":6,"startColumn":19},"flags":4,"returnType":"TextStyle"}},{"label":"overflow","declaringLibraryUri":"package:sendmany/common/widgets/translated_text.dart","element":{"kind":"FIELD","name":"overflow","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/translated_text.dart","offset":200,"length":0,"startLine":7,"startColumn":22},"flags":4,"returnType":"TextOverflow"}},{"label":"softWrap","declaringLibraryUri":"package:sendmany/common/widgets/translated_text.dart","element":{"kind":"FIELD","name":"softWrap","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/translated_text.dart","offset":223,"length":0,"startLine":8,"startColumn":14},"flags":4,"returnType":"bool"}},{"label":"textAlign","declaringLibraryUri":"package:sendmany/common/widgets/translated_text.dart","element":{"kind":"FIE… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1001,"uri":"package:sendmany/common/widgets/loading_widget.dart","items":[{"label":"LoadingWidget","declaringLibraryUri":"package:sendmany/common/widgets/loading_widget.dart","element":{"kind":"CLASS","name":"LoadingWidget","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/loading_widget.dart","offset":183,"length":0,"startLine":7,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/widgets/loading_widget.dart::LoadingWidget","LoadingWidget"]},{"label":"text","declaringLibraryUri":"package:sendmany/common/widgets/loading_widget.dart","element":{"kind":"FIELD","name":"text","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/loading_widget.dart","offset":238,"length":0,"startLine":8,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"height","declaringLibraryUri":"package:sendmany/common/widgets/loading_widget.dart","element":{"kind":"FIELD","name":"height","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/loading_widget.dart","offset":259,"length":0,"startLine":9,"startColumn":16},"flags":4,"returnType":"double"}},{"label":"LoadingWidget","declaringLibraryUri":"package:sendmany/common/widgets/loading_widget.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/loading_widget.dart","offset":276,"length":0,"startLine":11,"startColumn":9},"flags":0,"parameters":"(this.text, {Key key, this.height = 64.0})","returnType":"LoadingWidget"},"defaultArgumentListString":"text","defaultArgumentListTextRanges":[0,4],"parameterNames":["text","key","height"],"parameterTypes":["","Key",""],"relevanceTags":["package:sendmany/common/widgets/loading_widget.dart::LoadingWidget",""],"requiredParameterCount":1},{"label":"build","declaringLibraryUri":"package:sendmany/common/widgets/loading_widget.dart","element":{"kind":"METHOD","name":"build",… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1002,"uri":"package:sendmany/common/widgets/loading_indicator.dart","items":[{"label":"LoadingIndicator","declaringLibraryUri":"package:sendmany/common/widgets/loading_indicator.dart","element":{"kind":"CLASS","name":"LoadingIndicator","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/loading_indicator.dart","offset":47,"length":0,"startLine":3,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/widgets/loading_indicator.dart::LoadingIndicator","LoadingIndicator"]},{"label":"build","declaringLibraryUri":"package:sendmany/common/widgets/loading_indicator.dart","element":{"kind":"METHOD","name":"build","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/loading_indicator.dart","offset":111,"length":0,"startLine":5,"startColumn":10},"flags":0,"parameters":"(BuildContext context)","returnType":"Widget"},"defaultArgumentListString":"context","defaultArgumentListTextRanges":[0,7],"parameterNames":["context"],"parameterTypes":["BuildContext"],"requiredParameterCount":1},{"label":"LoadingIndicator","declaringLibraryUri":"package:sendmany/common/widgets/loading_indicator.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/loading_indicator.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"LoadingIndicator"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:sendmany/common/widgets/loading_indicator.dart::LoadingIndicator",""],"requiredParameterCount":0}]}],"removedLibraries":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1003,"uri":"package:sendmany/common/widgets/filled_text_field_manual.dart","items":[{"label":"FilledTextFieldManual","declaringLibraryUri":"package:sendmany/common/widgets/filled_text_field_manual.dart","element":{"kind":"CLASS","name":"FilledTextFieldManual","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/filled_text_field_manual.dart","offset":96,"length":0,"startLine":4,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/widgets/filled_text_field_manual.dart::FilledTextFieldManual","FilledTextFieldManual"]},{"label":"controller","declaringLibraryUri":"package:sendmany/common/widgets/filled_text_field_manual.dart","element":{"kind":"FIELD","name":"controller","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/filled_text_field_manual.dart","offset":173,"length":0,"startLine":5,"startColumn":31},"flags":4,"returnType":"TextEditingController"}},{"label":"textHint","declaringLibraryUri":"package:sendmany/common/widgets/filled_text_field_manual.dart","element":{"kind":"FIELD","name":"textHint","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/filled_text_field_manual.dart","offset":200,"length":0,"startLine":6,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"valid","declaringLibraryUri":"package:sendmany/common/widgets/filled_text_field_manual.dart","element":{"kind":"FIELD","name":"valid","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/filled_text_field_manual.dart","offset":223,"length":0,"startLine":7,"startColumn":14},"flags":4,"returnType":"bool"}},{"label":"obscureText","declaringLibraryUri":"package:sendmany/common/widgets/filled_text_field_manual.dart","element":{"kind":"FIELD","name":"obscureText","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/filled_text_field_manual.dart","offset":238,"length":0,"startLine":8,"startColumn… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1004,"uri":"package:sendmany/common/widgets/filled_text_field.dart","items":[{"label":"FilledTextField","declaringLibraryUri":"package:sendmany/common/widgets/filled_text_field.dart","element":{"kind":"CLASS","name":"FilledTextField","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/filled_text_field.dart","offset":96,"length":0,"startLine":4,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/widgets/filled_text_field.dart::FilledTextField","FilledTextField"]},{"label":"text","declaringLibraryUri":"package:sendmany/common/widgets/filled_text_field.dart","element":{"kind":"FIELD","name":"text","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/filled_text_field.dart","offset":152,"length":0,"startLine":5,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"textHint","declaringLibraryUri":"package:sendmany/common/widgets/filled_text_field.dart","element":{"kind":"FIELD","name":"textHint","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/filled_text_field.dart","offset":173,"length":0,"startLine":6,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"validator","declaringLibraryUri":"package:sendmany/common/widgets/filled_text_field.dart","element":{"kind":"FIELD","name":"validator","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/filled_text_field.dart","offset":215,"length":0,"startLine":7,"startColumn":33},"flags":4,"returnType":"String Function(String)"}},{"label":"textChanged","declaringLibraryUri":"package:sendmany/common/widgets/filled_text_field.dart","element":{"kind":"FIELD","name":"textChanged","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/filled_text_field.dart","offset":256,"length":0,"startLine":8,"startColumn":31},"flags":4,"returnType":" Function(String text)"}},{"label":"obscureText","declaringLibraryUri":"packag… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1005,"uri":"package:sendmany/common/widgets/balance_display_list_item.dart","items":[{"label":"BalanceDisplayListItem","declaringLibraryUri":"package:sendmany/common/widgets/balance_display_list_item.dart","element":{"kind":"CLASS","name":"BalanceDisplayListItem","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/balance_display_list_item.dart","offset":188,"length":0,"startLine":6,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/widgets/balance_display_list_item.dart::BalanceDisplayListItem","BalanceDisplayListItem"]},{"label":"theme","declaringLibraryUri":"package:sendmany/common/widgets/balance_display_list_item.dart","element":{"kind":"FIELD","name":"theme","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/balance_display_list_item.dart","offset":255,"length":0,"startLine":7,"startColumn":19},"flags":4,"returnType":"ThemeData"}},{"label":"title","declaringLibraryUri":"package:sendmany/common/widgets/balance_display_list_item.dart","element":{"kind":"FIELD","name":"title","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/balance_display_list_item.dart","offset":277,"length":0,"startLine":8,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"subtitle","declaringLibraryUri":"package:sendmany/common/widgets/balance_display_list_item.dart","element":{"kind":"FIELD","name":"subtitle","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/balance_display_list_item.dart","offset":299,"length":0,"startLine":9,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"amount","declaringLibraryUri":"package:sendmany/common/widgets/balance_display_list_item.dart","element":{"kind":"FIELD","name":"amount","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/balance_display_list_item.dart","offset":323,"length":0,"startLine":10,"startColumn":15},"flags… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1006,"uri":"package:sendmany/common/widgets/widgets.dart","items":[{"label":"LoadingWidget","declaringLibraryUri":"package:sendmany/common/widgets/loading_widget.dart","element":{"kind":"CLASS","name":"LoadingWidget","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/loading_widget.dart","offset":183,"length":0,"startLine":7,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/widgets/loading_widget.dart::LoadingWidget","LoadingWidget"]},{"label":"text","declaringLibraryUri":"package:sendmany/common/widgets/loading_widget.dart","element":{"kind":"FIELD","name":"text","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/loading_widget.dart","offset":238,"length":0,"startLine":8,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"height","declaringLibraryUri":"package:sendmany/common/widgets/loading_widget.dart","element":{"kind":"FIELD","name":"height","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/loading_widget.dart","offset":259,"length":0,"startLine":9,"startColumn":16},"flags":4,"returnType":"double"}},{"label":"LoadingWidget","declaringLibraryUri":"package:sendmany/common/widgets/loading_widget.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/loading_widget.dart","offset":276,"length":0,"startLine":11,"startColumn":9},"flags":0,"parameters":"(this.text, {Key key, this.height = 64.0})","returnType":"LoadingWidget"},"defaultArgumentListString":"text","defaultArgumentListTextRanges":[0,4],"parameterNames":["text","key","height"],"parameterTypes":["","Key",""],"relevanceTags":["package:sendmany/common/widgets/loading_widget.dart::LoadingWidget",""],"requiredParameterCount":1},{"label":"build","declaringLibraryUri":"package:sendmany/common/widgets/loading_widget.dart","element":{"kind":"METHOD","name":"build","locati… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1009,"uri":"package:sendmany/common/widgets/logo_hero_widget.dart","items":[{"label":"SendManyLogoHeroWidget","declaringLibraryUri":"package:sendmany/common/widgets/logo_hero_widget.dart","element":{"kind":"CLASS","name":"SendManyLogoHeroWidget","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/logo_hero_widget.dart","offset":96,"length":0,"startLine":4,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/widgets/logo_hero_widget.dart::SendManyLogoHeroWidget","SendManyLogoHeroWidget"]},{"label":"SendManyLogoHeroWidget","declaringLibraryUri":"package:sendmany/common/widgets/logo_hero_widget.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/logo_hero_widget.dart","offset":153,"length":0,"startLine":5,"startColumn":9},"flags":0,"parameters":"({Key key})","returnType":"SendManyLogoHeroWidget"},"parameterNames":["key"],"parameterTypes":["Key"],"relevanceTags":["package:sendmany/common/widgets/logo_hero_widget.dart::SendManyLogoHeroWidget",""],"requiredParameterCount":0},{"label":"build","declaringLibraryUri":"package:sendmany/common/widgets/logo_hero_widget.dart","element":{"kind":"METHOD","name":"build","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/logo_hero_widget.dart","offset":237,"length":0,"startLine":10,"startColumn":10},"flags":0,"parameters":"(BuildContext context)","returnType":"Widget"},"defaultArgumentListString":"context","defaultArgumentListTextRanges":[0,7],"parameterNames":["context"],"parameterTypes":["BuildContext"],"requiredParameterCount":1}]}],"removedLibraries":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1013,"uri":"package:sendmany/common/widgets/tabbar/tab_data.dart","items":[{"label":"TabData","declaringLibraryUri":"package:sendmany/common/widgets/tabbar/tab_data.dart","element":{"kind":"CLASS","name":"TabData","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/tabbar/tab_data.dart","offset":47,"length":0,"startLine":3,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/widgets/tabbar/tab_data.dart::TabData","TabData"]},{"label":"title","declaringLibraryUri":"package:sendmany/common/widgets/tabbar/tab_data.dart","element":{"kind":"FIELD","name":"title","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/tabbar/tab_data.dart","offset":72,"length":0,"startLine":4,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"iconData","declaringLibraryUri":"package:sendmany/common/widgets/tabbar/tab_data.dart","element":{"kind":"FIELD","name":"iconData","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/tabbar/tab_data.dart","offset":96,"length":0,"startLine":5,"startColumn":18},"flags":4,"returnType":"IconData"}},{"label":"TabData","declaringLibraryUri":"package:sendmany/common/widgets/tabbar/tab_data.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/tabbar/tab_data.dart","offset":109,"length":0,"startLine":7,"startColumn":3},"flags":0,"parameters":"(this.title, this.iconData)","returnType":"TabData"},"defaultArgumentListString":"title, iconData","defaultArgumentListTextRanges":[0,5,7,8],"parameterNames":["title","iconData"],"parameterTypes":["",""],"relevanceTags":["package:sendmany/common/widgets/tabbar/tab_data.dart::TabData",""],"requiredParameterCount":2}]}],"removedLibraries":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1014,"uri":"package:sendmany/common/widgets/tabbar/tab.dart","items":[{"label":"SendManyTab","declaringLibraryUri":"package:sendmany/common/widgets/tabbar/tab.dart","element":{"kind":"CLASS","name":"SendManyTab","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/tabbar/tab.dart","offset":47,"length":0,"startLine":3,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/widgets/tabbar/tab.dart::SendManyTab","SendManyTab"]},{"label":"selectedIndex","declaringLibraryUri":"package:sendmany/common/widgets/tabbar/tab.dart","element":{"kind":"FIELD","name":"selectedIndex","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/tabbar/tab.dart","offset":97,"length":0,"startLine":4,"startColumn":14},"flags":0,"returnType":"int"},"relevanceTags":["dart:core::int","selectedIndex"]},{"label":"index","declaringLibraryUri":"package:sendmany/common/widgets/tabbar/tab.dart","element":{"kind":"FIELD","name":"index","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/tabbar/tab.dart","offset":128,"length":0,"startLine":5,"startColumn":13},"flags":4,"returnType":"int"}},{"label":"onTap","declaringLibraryUri":"package:sendmany/common/widgets/tabbar/tab.dart","element":{"kind":"FIELD","name":"onTap","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/tabbar/tab.dart","offset":152,"length":0,"startLine":6,"startColumn":18},"flags":4,"returnType":"Function"}},{"label":"labelText","declaringLibraryUri":"package:sendmany/common/widgets/tabbar/tab.dart","element":{"kind":"FIELD","name":"labelText","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/tabbar/tab.dart","offset":174,"length":0,"startLine":7,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"iconData","declaringLibraryUri":"package:sendmany/common/widgets/tabbar/tab.dart","element":{"kind":"FIELD","name":"iconData","lo… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1015,"uri":"package:sendmany/common/widgets/tabbar/tab_bar_widget.dart","items":[{"label":"SendManyTabBar","declaringLibraryUri":"package:sendmany/common/widgets/tabbar/tab_bar_widget.dart","element":{"kind":"CLASS","name":"SendManyTabBar","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/tabbar/tab_bar_widget.dart","offset":91,"length":0,"startLine":6,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/widgets/tabbar/tab_bar_widget.dart::SendManyTabBar","SendManyTabBar"]},{"label":"controller","declaringLibraryUri":"package:sendmany/common/widgets/tabbar/tab_bar_widget.dart","element":{"kind":"FIELD","name":"controller","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/tabbar/tab_bar_widget.dart","offset":153,"length":0,"startLine":7,"startColumn":23},"flags":4,"returnType":"TabController"}},{"label":"tabs","declaringLibraryUri":"package:sendmany/common/widgets/tabbar/tab_bar_widget.dart","element":{"kind":"FIELD","name":"tabs","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/tabbar/tab_bar_widget.dart","offset":187,"length":0,"startLine":8,"startColumn":23},"flags":4,"returnType":"List<TabData>"}},{"label":"SendManyTabBar","declaringLibraryUri":"package:sendmany/common/widgets/tabbar/tab_bar_widget.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/tabbar/tab_bar_widget.dart","offset":202,"length":0,"startLine":10,"startColumn":9},"flags":0,"parameters":"({Key key, @required this.tabs, @required this.controller})","returnType":"SendManyTabBar"},"defaultArgumentListString":"tabs: null, controller: null","defaultArgumentListTextRanges":[6,4,24,4],"parameterNames":["key","tabs","controller"],"parameterTypes":["Key","",""],"relevanceTags":["package:sendmany/common/widgets/tabbar/tab_bar_widget.dart::SendManyTabBar",""],"require… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1016,"uri":"package:sendmany/common/widgets/tabbar/tab_bar.dart","items":[{"label":"SendManyTabBar","declaringLibraryUri":"package:sendmany/common/widgets/tabbar/tab_bar_widget.dart","element":{"kind":"CLASS","name":"SendManyTabBar","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/tabbar/tab_bar_widget.dart","offset":91,"length":0,"startLine":6,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/widgets/tabbar/tab_bar_widget.dart::SendManyTabBar","SendManyTabBar"]},{"label":"controller","declaringLibraryUri":"package:sendmany/common/widgets/tabbar/tab_bar_widget.dart","element":{"kind":"FIELD","name":"controller","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/tabbar/tab_bar_widget.dart","offset":153,"length":0,"startLine":7,"startColumn":23},"flags":4,"returnType":"TabController"}},{"label":"tabs","declaringLibraryUri":"package:sendmany/common/widgets/tabbar/tab_bar_widget.dart","element":{"kind":"FIELD","name":"tabs","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/tabbar/tab_bar_widget.dart","offset":187,"length":0,"startLine":8,"startColumn":23},"flags":4,"returnType":"List<TabData>"}},{"label":"SendManyTabBar","declaringLibraryUri":"package:sendmany/common/widgets/tabbar/tab_bar_widget.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/tabbar/tab_bar_widget.dart","offset":202,"length":0,"startLine":10,"startColumn":9},"flags":0,"parameters":"({Key key, @required this.tabs, @required this.controller})","returnType":"SendManyTabBar"},"defaultArgumentListString":"tabs: null, controller: null","defaultArgumentListTextRanges":[6,4,24,4],"parameterNames":["key","tabs","controller"],"parameterTypes":["Key","",""],"relevanceTags":["package:sendmany/common/widgets/tabbar/tab_bar_widget.dart::SendManyTabBar",""],"requiredParame… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1008,"uri":"package:sendmany/common/widgets/data_item_money.dart","items":[{"label":"DataItemMoney","declaringLibraryUri":"package:sendmany/common/widgets/data_item_money.dart","element":{"kind":"CLASS","name":"DataItemMoney","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/data_item_money.dart","offset":197,"length":0,"startLine":6,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/widgets/data_item_money.dart::DataItemMoney","DataItemMoney"]},{"label":"amount","declaringLibraryUri":"package:sendmany/common/widgets/data_item_money.dart","element":{"kind":"FIELD","name":"amount","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/data_item_money.dart","offset":251,"length":0,"startLine":7,"startColumn":15},"flags":4,"returnType":"Int64"}},{"label":"label","declaringLibraryUri":"package:sendmany/common/widgets/data_item_money.dart","element":{"kind":"FIELD","name":"label","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/data_item_money.dart","offset":274,"length":0,"startLine":8,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"color","declaringLibraryUri":"package:sendmany/common/widgets/data_item_money.dart","element":{"kind":"FIELD","name":"color","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/data_item_money.dart","offset":295,"length":0,"startLine":9,"startColumn":15},"flags":4,"returnType":"Color"}},{"label":"DataItemMoney","declaringLibraryUri":"package:sendmany/common/widgets/data_item_money.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/data_item_money.dart","offset":311,"length":0,"startLine":11,"startColumn":9},"flags":0,"parameters":"({Key key, @required this.amount, @required this.label, this.color = sendManyBackground})","returnType":"DataItemMoney"},"defaultArgumentList… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1010,"uri":"package:sendmany/common/widgets/money_value_input.dart","items":[{"label":"MoneyValueInput","declaringLibraryUri":"package:sendmany/common/widgets/money_value_input.dart","element":{"kind":"CLASS","name":"MoneyValueInput","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/money_value_input.dart","offset":184,"length":0,"startLine":6,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/widgets/money_value_input.dart::MoneyValueInput","MoneyValueInput"]},{"label":"amount","declaringLibraryUri":"package:sendmany/common/widgets/money_value_input.dart","element":{"kind":"FIELD","name":"amount","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/money_value_input.dart","offset":271,"length":0,"startLine":8,"startColumn":15},"flags":4,"returnType":"Int64"}},{"label":"amountChanged","declaringLibraryUri":"package:sendmany/common/widgets/money_value_input.dart","element":{"kind":"FIELD","name":"amountChanged","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/money_value_input.dart","offset":336,"length":0,"startLine":11,"startColumn":18},"flags":4,"returnType":"Function"}},{"label":"textHintId","declaringLibraryUri":"package:sendmany/common/widgets/money_value_input.dart","element":{"kind":"FIELD","name":"textHintId","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/money_value_input.dart","offset":395,"length":0,"startLine":14,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"MoneyValueInput","declaringLibraryUri":"package:sendmany/common/widgets/money_value_input.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/money_value_input.dart","offset":416,"length":0,"startLine":16,"startColumn":9},"flags":0,"parameters":"({Key key, this.amount, this.amountChanged, this.textHintId = 'wallet.transa… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1007,"uri":"package:sendmany/common/widgets/data_item.dart","items":[{"label":"DataItem","declaringLibraryUri":"package:sendmany/common/widgets/data_item.dart","element":{"kind":"CLASS","name":"DataItem","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/data_item.dart","offset":96,"length":0,"startLine":4,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/widgets/data_item.dart::DataItem","DataItem"]},{"label":"text","declaringLibraryUri":"package:sendmany/common/widgets/data_item.dart","element":{"kind":"FIELD","name":"text","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/data_item.dart","offset":146,"length":0,"startLine":5,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"label","declaringLibraryUri":"package:sendmany/common/widgets/data_item.dart","element":{"kind":"FIELD","name":"label","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/data_item.dart","offset":167,"length":0,"startLine":6,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"color","declaringLibraryUri":"package:sendmany/common/widgets/data_item.dart","element":{"kind":"FIELD","name":"color","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/data_item.dart","offset":188,"length":0,"startLine":7,"startColumn":15},"flags":4,"returnType":"Color"}},{"label":"DataItem","declaringLibraryUri":"package:sendmany/common/widgets/data_item.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/data_item.dart","offset":204,"length":0,"startLine":9,"startColumn":9},"flags":0,"parameters":"({Key key, @required this.text, @required this.label, this.color = sendManyBackground})","returnType":"DataItem"},"defaultArgumentListString":"text: null, label: null","defaultArgumentListTextRanges":[6,4,19,4],"parameterNames":["key","text","… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1017,"uri":"package:sendmany/common/widgets/charts/flat_line_chart/flat_line_chart_painter.dart","items":[{"label":"FlatLineChartPainter","declaringLibraryUri":"package:sendmany/common/widgets/charts/flat_line_chart/flat_line_chart_painter.dart","element":{"kind":"CLASS","name":"FlatLineChartPainter","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/charts/flat_line_chart/flat_line_chart_painter.dart","offset":234,"length":0,"startLine":13,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/widgets/charts/flat_line_chart/flat_line_chart_painter.dart::FlatLineChartPainter","FlatLineChartPainter"]},{"label":"sections","declaringLibraryUri":"package:sendmany/common/widgets/charts/flat_line_chart/flat_line_chart_painter.dart","element":{"kind":"FIELD","name":"sections","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/charts/flat_line_chart/flat_line_chart_painter.dart","offset":305,"length":0,"startLine":14,"startColumn":27},"flags":0,"returnType":"List<_LineChartSection>"},"relevanceTags":["dart:core::List","sections"]},{"label":"total","declaringLibraryUri":"package:sendmany/common/widgets/charts/flat_line_chart/flat_line_chart_painter.dart","element":{"kind":"FIELD","name":"total","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/charts/flat_line_chart/flat_line_chart_painter.dart","offset":335,"length":0,"startLine":15,"startColumn":16},"flags":4,"returnType":"double"}},{"label":"strokeWidth","declaringLibraryUri":"package:sendmany/common/widgets/charts/flat_line_chart/flat_line_chart_painter.dart","element":{"kind":"FIELD","name":"strokeWidth","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/charts/flat_line_chart/flat_line_chart_painter.dart","offset":357,"length":0,"startLine":16,"startColumn":16},"flags":4,"returnType":"double"}},{"label":"FlatLineChartPainter","decl… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1018,"uri":"package:sendmany/common/widgets/charts/flat_line_chart/flat_line_chart_widget.dart","items":[{"label":"FlatLineChart","declaringLibraryUri":"package:sendmany/common/widgets/charts/flat_line_chart/flat_line_chart_widget.dart","element":{"kind":"CLASS","name":"FlatLineChart","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/charts/flat_line_chart/flat_line_chart_widget.dart","offset":125,"length":0,"startLine":6,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/widgets/charts/flat_line_chart/flat_line_chart_widget.dart::FlatLineChart","FlatLineChart"]},{"label":"values","declaringLibraryUri":"package:sendmany/common/widgets/charts/flat_line_chart/flat_line_chart_widget.dart","element":{"kind":"FIELD","name":"values","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/charts/flat_line_chart/flat_line_chart_widget.dart","offset":197,"length":0,"startLine":7,"startColumn":33},"flags":4,"returnType":"List<ChartSectionInput>"}},{"label":"total","declaringLibraryUri":"package:sendmany/common/widgets/charts/flat_line_chart/flat_line_chart_widget.dart","element":{"kind":"FIELD","name":"total","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/charts/flat_line_chart/flat_line_chart_widget.dart","offset":220,"length":0,"startLine":8,"startColumn":16},"flags":4,"returnType":"double"}},{"label":"strokeWidth","declaringLibraryUri":"package:sendmany/common/widgets/charts/flat_line_chart/flat_line_chart_widget.dart","element":{"kind":"FIELD","name":"strokeWidth","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/charts/flat_line_chart/flat_line_chart_widget.dart","offset":242,"length":0,"startLine":9,"startColumn":16},"flags":4,"returnType":"double"}},{"label":"FlatLineChart","declaringLibraryUri":"package:sendmany/common/widgets/charts/flat_line_chart/flat_line_chart_widget.dart… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1019,"uri":"package:sendmany/common/widgets/charts/charts.dart","items":[{"label":"ChartSectionInput","declaringLibraryUri":"package:sendmany/common/widgets/charts/chart_section_input.dart","element":{"kind":"CLASS","name":"ChartSectionInput","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/charts/chart_section_input.dart","offset":47,"length":0,"startLine":3,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/widgets/charts/chart_section_input.dart::ChartSectionInput","ChartSectionInput"]},{"label":"amount","declaringLibraryUri":"package:sendmany/common/widgets/charts/chart_section_input.dart","element":{"kind":"FIELD","name":"amount","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/charts/chart_section_input.dart","offset":82,"length":0,"startLine":4,"startColumn":16},"flags":4,"returnType":"double"}},{"label":"color","declaringLibraryUri":"package:sendmany/common/widgets/charts/chart_section_input.dart","element":{"kind":"FIELD","name":"color","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/charts/chart_section_input.dart","offset":104,"length":0,"startLine":5,"startColumn":15},"flags":4,"returnType":"Color"}},{"label":"ChartSectionInput","declaringLibraryUri":"package:sendmany/common/widgets/charts/chart_section_input.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/charts/chart_section_input.dart","offset":114,"length":0,"startLine":7,"startColumn":3},"flags":0,"parameters":"(this.amount, this.color)","returnType":"ChartSectionInput"},"defaultArgumentListString":"amount, color","defaultArgumentListTextRanges":[0,6,8,5],"parameterNames":["amount","color"],"parameterTypes":["",""],"relevanceTags":["package:sendmany/common/widgets/charts/chart_section_input.dart::ChartSectionInput",""],"requiredParameterCount":2},{"lab… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1020,"uri":"package:sendmany/common/widgets/charts/chart_section_input.dart","items":[{"label":"ChartSectionInput","declaringLibraryUri":"package:sendmany/common/widgets/charts/chart_section_input.dart","element":{"kind":"CLASS","name":"ChartSectionInput","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/charts/chart_section_input.dart","offset":47,"length":0,"startLine":3,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/widgets/charts/chart_section_input.dart::ChartSectionInput","ChartSectionInput"]},{"label":"amount","declaringLibraryUri":"package:sendmany/common/widgets/charts/chart_section_input.dart","element":{"kind":"FIELD","name":"amount","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/charts/chart_section_input.dart","offset":82,"length":0,"startLine":4,"startColumn":16},"flags":4,"returnType":"double"}},{"label":"color","declaringLibraryUri":"package:sendmany/common/widgets/charts/chart_section_input.dart","element":{"kind":"FIELD","name":"color","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/charts/chart_section_input.dart","offset":104,"length":0,"startLine":5,"startColumn":15},"flags":4,"returnType":"Color"}},{"label":"ChartSectionInput","declaringLibraryUri":"package:sendmany/common/widgets/charts/chart_section_input.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/charts/chart_section_input.dart","offset":114,"length":0,"startLine":7,"startColumn":3},"flags":0,"parameters":"(this.amount, this.color)","returnType":"ChartSectionInput"},"defaultArgumentListString":"amount, color","defaultArgumentListTextRanges":[0,6,8,5],"parameterNames":["amount","color"],"parameterTypes":["",""],"relevanceTags":["package:sendmany/common/widgets/charts/chart_section_input.dart::ChartSectionInput",""],"requiredParameterCo… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1011,"uri":"package:sendmany/common/widgets/onchain_fee_select.dart","items":[{"label":"OnchainFeeSelectWidget","declaringLibraryUri":"package:sendmany/common/widgets/onchain_fee_select.dart","element":{"kind":"CLASS","name":"OnchainFeeSelectWidget","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/onchain_fee_select.dart","offset":237,"length":0,"startLine":7,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/widgets/onchain_fee_select.dart::OnchainFeeSelectWidget","OnchainFeeSelectWidget"]},{"label":"amountChanged","declaringLibraryUri":"package:sendmany/common/widgets/onchain_fee_select.dart","element":{"kind":"FIELD","name":"amountChanged","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/onchain_fee_select.dart","offset":369,"length":0,"startLine":12,"startColumn":5},"flags":4,"returnType":" Function(OnchainFeeType feeType, Int64 amount, bool valid)"}},{"label":"OnchainFeeSelectWidget","declaringLibraryUri":"package:sendmany/common/widgets/onchain_fee_select.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/onchain_fee_select.dart","offset":393,"length":0,"startLine":14,"startColumn":9},"flags":0,"parameters":"({Key key, @required this.amountChanged})","returnType":"OnchainFeeSelectWidget"},"defaultArgumentListString":"amountChanged: null","defaultArgumentListTextRanges":[15,4],"parameterNames":["key","amountChanged"],"parameterTypes":["Key",""],"relevanceTags":["package:sendmany/common/widgets/onchain_fee_select.dart::OnchainFeeSelectWidget",""],"requiredParameterCount":0},{"label":"createState","declaringLibraryUri":"package:sendmany/common/widgets/onchain_fee_select.dart","element":{"kind":"METHOD","name":"createState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/onchain_fee_select.dart","offset":525,"length":0,… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1012,"uri":"package:sendmany/common/widgets/peer_info_widget.dart","items":[{"label":"RemoteNodeInfoWidget","declaringLibraryUri":"package:sendmany/common/widgets/peer_info_widget.dart","element":{"kind":"CLASS","name":"RemoteNodeInfoWidget","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/peer_info_widget.dart","offset":200,"length":0,"startLine":6,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/widgets/peer_info_widget.dart::RemoteNodeInfoWidget","RemoteNodeInfoWidget"]},{"label":"nodeInfo","declaringLibraryUri":"package:sendmany/common/widgets/peer_info_widget.dart","element":{"kind":"FIELD","name":"nodeInfo","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/peer_info_widget.dart","offset":264,"length":0,"startLine":7,"startColumn":18},"flags":4,"returnType":"NodeInfo"}},{"label":"RemoteNodeInfoWidget","declaringLibraryUri":"package:sendmany/common/widgets/peer_info_widget.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/peer_info_widget.dart","offset":283,"length":0,"startLine":9,"startColumn":9},"flags":0,"parameters":"({Key key, @required this.nodeInfo})","returnType":"RemoteNodeInfoWidget"},"defaultArgumentListString":"nodeInfo: null","defaultArgumentListTextRanges":[10,4],"parameterNames":["key","nodeInfo"],"parameterTypes":["Key",""],"relevanceTags":["package:sendmany/common/widgets/peer_info_widget.dart::RemoteNodeInfoWidget",""],"requiredParameterCount":0},{"label":"build","declaringLibraryUri":"package:sendmany/common/widgets/peer_info_widget.dart","element":{"kind":"METHOD","name":"build","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/peer_info_widget.dart","offset":393,"length":0,"startLine":14,"startColumn":10},"flags":0,"parameters":"(BuildContext context)","returnType":"Widget"},"defaultArgumentListS… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1021,"uri":"package:sendmany/channels/close_channel/close_channel_state.dart","items":[{"label":"CloseChannelBlocState","declaringLibraryUri":"package:sendmany/channels/close_channel/close_channel_state.dart","element":{"kind":"CLASS","name":"CloseChannelBlocState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_state.dart","offset":139,"length":0,"startLine":6,"startColumn":16},"flags":1},"relevanceTags":["package:sendmany/channels/close_channel/close_channel_state.dart::CloseChannelBlocState","CloseChannelBlocState"]},{"label":"CloseChannelBlocState","declaringLibraryUri":"package:sendmany/channels/close_channel/close_channel_state.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_state.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"CloseChannelBlocState"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:sendmany/channels/close_channel/close_channel_state.dart::CloseChannelBlocState",""],"requiredParameterCount":0},{"label":"CloseChannelStartedState","declaringLibraryUri":"package:sendmany/channels/close_channel/close_channel_state.dart","element":{"kind":"CLASS","name":"CloseChannelStartedState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_state.dart","offset":389,"length":0,"startLine":16,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/channels/close_channel/close_channel_state.dart::CloseChannelStartedState","CloseChannelStartedState"]},{"label":"channelPoint","declaringLibraryUri":"package:sendmany/channels/close_channel/close_channel_state.dart","element":{"kind":"FIELD","name":"channelPoint","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_state.da… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1022,"uri":"package:sendmany/common/models/channels/waiting_close_channels.dart","items":[{"label":"WaitingCloseChannel","declaringLibraryUri":"package:sendmany/common/models/channels/waiting_close_channels.dart","element":{"kind":"CLASS","name":"WaitingCloseChannel","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/waiting_close_channels.dart","offset":262,"length":0,"startLine":9,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/models/channels/waiting_close_channels.dart::WaitingCloseChannel","WaitingCloseChannel"]},{"label":"channel","declaringLibraryUri":"package:sendmany/common/models/channels/waiting_close_channels.dart","element":{"kind":"FIELD","name":"channel","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/waiting_close_channels.dart","offset":387,"length":0,"startLine":11,"startColumn":28},"flags":4,"returnType":"PendingChannelData"}},{"label":"limboBalance","declaringLibraryUri":"package:sendmany/common/models/channels/waiting_close_channels.dart","element":{"kind":"FIELD","name":"limboBalance","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/waiting_close_channels.dart","offset":468,"length":0,"startLine":14,"startColumn":15},"flags":4,"returnType":"Int64"}},{"label":"WaitingCloseChannel","declaringLibraryUri":"package:sendmany/common/models/channels/waiting_close_channels.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/waiting_close_channels.dart","offset":485,"length":0,"startLine":16,"startColumn":3},"flags":0,"parameters":"({this.channel, this.limboBalance, NodeInfo remoteNodeInfo})","returnType":"WaitingCloseChannel"},"parameterNames":["channel","limboBalance","remoteNodeInfo"],"parameterTypes":["","","NodeInfo"],"relevanceTags":["package:sendmany/common/models/channel… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1023,"uri":"package:sendmany/common/models/channels/pending_open_channels.dart","items":[{"label":"PendingOpenChannel","declaringLibraryUri":"package:sendmany/common/models/channels/pending_open_channels.dart","element":{"kind":"CLASS","name":"PendingOpenChannel","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_open_channels.dart","offset":306,"length":0,"startLine":11,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/models/channels/pending_open_channels.dart::PendingOpenChannel","PendingOpenChannel"]},{"label":"channel","declaringLibraryUri":"package:sendmany/common/models/channels/pending_open_channels.dart","element":{"kind":"FIELD","name":"channel","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_open_channels.dart","offset":396,"length":0,"startLine":13,"startColumn":28},"flags":4,"returnType":"PendingChannelData"}},{"label":"confirmationHeight","declaringLibraryUri":"package:sendmany/common/models/channels/pending_open_channels.dart","element":{"kind":"FIELD","name":"confirmationHeight","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_open_channels.dart","offset":475,"length":0,"startLine":16,"startColumn":13},"flags":4,"returnType":"int"}},{"label":"commitFee","declaringLibraryUri":"package:sendmany/common/models/channels/pending_open_channels.dart","element":{"kind":"FIELD","name":"commitFee","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_open_channels.dart","offset":824,"length":0,"startLine":23,"startColumn":15},"flags":4,"returnType":"Int64"}},{"label":"commitWeight","declaringLibraryUri":"package:sendmany/common/models/channels/pending_open_channels.dart","element":{"kind":"FIELD","name":"commitWeight","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pendin… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1024,"uri":"package:sendmany/common/models/channels/pending_htlcs.dart","items":[{"label":"PendingHtlc","declaringLibraryUri":"package:sendmany/common/models/channels/pending_htlcs.dart","element":{"kind":"CLASS","name":"PendingHtlc","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_htlcs.dart","offset":118,"length":0,"startLine":4,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/models/channels/pending_htlcs.dart::PendingHtlc","PendingHtlc"]},{"label":"incoming","declaringLibraryUri":"package:sendmany/common/models/channels/pending_htlcs.dart","element":{"kind":"FIELD","name":"incoming","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_htlcs.dart","offset":207,"length":0,"startLine":6,"startColumn":14},"flags":4,"returnType":"bool"}},{"label":"amount","declaringLibraryUri":"package:sendmany/common/models/channels/pending_htlcs.dart","element":{"kind":"FIELD","name":"amount","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_htlcs.dart","offset":266,"length":0,"startLine":9,"startColumn":15},"flags":4,"returnType":"Int64"}},{"label":"outpoint","declaringLibraryUri":"package:sendmany/common/models/channels/pending_htlcs.dart","element":{"kind":"FIELD","name":"outpoint","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_htlcs.dart","offset":351,"length":0,"startLine":12,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"maturityHeight","declaringLibraryUri":"package:sendmany/common/models/channels/pending_htlcs.dart","element":{"kind":"FIELD","name":"maturityHeight","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_htlcs.dart","offset":442,"length":0,"startLine":15,"startColumn":13},"flags":4,"returnType":"int"}},{"label":"blocksTilMaturity","declaringLibraryUr… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1025,"uri":"package:sendmany/common/models/node_info/node_address.dart","items":[{"label":"NodeAddress","declaringLibraryUri":"package:sendmany/common/models/node_info/node_address.dart","element":{"kind":"CLASS","name":"NodeAddress","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/node_info/node_address.dart","offset":81,"length":0,"startLine":3,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/models/node_info/node_address.dart::NodeAddress","NodeAddress"]},{"label":"network","declaringLibraryUri":"package:sendmany/common/models/node_info/node_address.dart","element":{"kind":"FIELD","name":"network","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/node_info/node_address.dart","offset":104,"length":0,"startLine":4,"startColumn":10},"flags":0,"returnType":"String"}},{"label":"addr","declaringLibraryUri":"package:sendmany/common/models/node_info/node_address.dart","element":{"kind":"FIELD","name":"addr","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/node_info/node_address.dart","offset":122,"length":0,"startLine":5,"startColumn":10},"flags":0,"returnType":"String"}},{"label":"NodeAddress","declaringLibraryUri":"package:sendmany/common/models/node_info/node_address.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/node_info/node_address.dart","offset":131,"length":0,"startLine":7,"startColumn":3},"flags":0,"parameters":"({this.network, this.addr})","returnType":"NodeAddress"},"parameterNames":["network","addr"],"parameterTypes":["",""],"relevanceTags":["package:sendmany/common/models/node_info/node_address.dart::NodeAddress",""],"requiredParameterCount":0},{"label":"fromGRPC","declaringLibraryUri":"package:sendmany/common/models/node_info/node_address.dart","element":{"kind":"METHOD","name":"fromGRPC","location":{"file":"/ho… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1026,"uri":"package:sendmany/common/models/node_info/lightning_node.dart","items":[{"label":"LightningNode","declaringLibraryUri":"package:sendmany/common/models/node_info/lightning_node.dart","element":{"kind":"CLASS","name":"LightningNode","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/node_info/lightning_node.dart","offset":150,"length":0,"startLine":6,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/models/node_info/lightning_node.dart::LightningNode","LightningNode"]},{"label":"lastUpdate","declaringLibraryUri":"package:sendmany/common/models/node_info/lightning_node.dart","element":{"kind":"FIELD","name":"lastUpdate","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/node_info/lightning_node.dart","offset":172,"length":0,"startLine":7,"startColumn":7},"flags":0,"returnType":"int"}},{"label":"pubKey","declaringLibraryUri":"package:sendmany/common/models/node_info/lightning_node.dart","element":{"kind":"FIELD","name":"pubKey","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/node_info/lightning_node.dart","offset":193,"length":0,"startLine":8,"startColumn":10},"flags":0,"returnType":"String"}},{"label":"alias","declaringLibraryUri":"package:sendmany/common/models/node_info/lightning_node.dart","element":{"kind":"FIELD","name":"alias","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/node_info/lightning_node.dart","offset":210,"length":0,"startLine":9,"startColumn":10},"flags":0,"returnType":"String"}},{"label":"addresses","declaringLibraryUri":"package:sendmany/common/models/node_info/lightning_node.dart","element":{"kind":"FIELD","name":"addresses","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/node_info/lightning_node.dart","offset":237,"length":0,"startLine":10,"startColumn":21},"flags":0,"returnType":"List<NodeAddress>"}},{"label":"color"… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1027,"uri":"package:sendmany/common/models/node_info/routing_policy.dart","items":[{"label":"RoutingPolicy","declaringLibraryUri":"package:sendmany/common/models/node_info/routing_policy.dart","element":{"kind":"CLASS","name":"RoutingPolicy","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/node_info/routing_policy.dart","offset":118,"length":0,"startLine":4,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/models/node_info/routing_policy.dart::RoutingPolicy","RoutingPolicy"]},{"label":"timeLockDelta","declaringLibraryUri":"package:sendmany/common/models/node_info/routing_policy.dart","element":{"kind":"FIELD","name":"timeLockDelta","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/node_info/routing_policy.dart","offset":146,"length":0,"startLine":5,"startColumn":13},"flags":4,"returnType":"int"}},{"label":"minHtlc","declaringLibraryUri":"package:sendmany/common/models/node_info/routing_policy.dart","element":{"kind":"FIELD","name":"minHtlc","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/node_info/routing_policy.dart","offset":175,"length":0,"startLine":6,"startColumn":15},"flags":4,"returnType":"Int64"}},{"label":"feeBaseMsat","declaringLibraryUri":"package:sendmany/common/models/node_info/routing_policy.dart","element":{"kind":"FIELD","name":"feeBaseMsat","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/node_info/routing_policy.dart","offset":198,"length":0,"startLine":7,"startColumn":15},"flags":4,"returnType":"Int64"}},{"label":"feeRateMilliMsat","declaringLibraryUri":"package:sendmany/common/models/node_info/routing_policy.dart","element":{"kind":"FIELD","name":"feeRateMilliMsat","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/node_info/routing_policy.dart","offset":225,"length":0,"startLine":8,"startColumn":15},"flags":4,"returnType":"Int64… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1028,"uri":"package:sendmany/common/models/node_info/channel_edge.dart","items":[{"label":"ChannelEdge","declaringLibraryUri":"package:sendmany/common/models/node_info/channel_edge.dart","element":{"kind":"CLASS","name":"ChannelEdge","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/node_info/channel_edge.dart","offset":149,"length":0,"startLine":6,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/models/node_info/channel_edge.dart::ChannelEdge","ChannelEdge"]},{"label":"channelId","declaringLibraryUri":"package:sendmany/common/models/node_info/channel_edge.dart","element":{"kind":"FIELD","name":"channelId","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/node_info/channel_edge.dart","offset":177,"length":0,"startLine":7,"startColumn":15},"flags":4,"returnType":"Int64"}},{"label":"chanPoint","declaringLibraryUri":"package:sendmany/common/models/node_info/channel_edge.dart","element":{"kind":"FIELD","name":"chanPoint","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/node_info/channel_edge.dart","offset":203,"length":0,"startLine":8,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"node1Pub","declaringLibraryUri":"package:sendmany/common/models/node_info/channel_edge.dart","element":{"kind":"FIELD","name":"node1Pub","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/node_info/channel_edge.dart","offset":229,"length":0,"startLine":9,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"node2Pub","declaringLibraryUri":"package:sendmany/common/models/node_info/channel_edge.dart","element":{"kind":"FIELD","name":"node2Pub","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/node_info/channel_edge.dart","offset":254,"length":0,"startLine":10,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"capacity","declaringLibraryUri":"packa… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1029,"uri":"package:sendmany/common/models/node_info/node_info.dart","items":[{"label":"NodeInfo","declaringLibraryUri":"package:sendmany/common/models/node_info/node_info.dart","element":{"kind":"CLASS","name":"NodeInfo","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/node_info/node_info.dart","offset":177,"length":0,"startLine":7,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/models/node_info/node_info.dart::NodeInfo","NodeInfo"]},{"label":"node","declaringLibraryUri":"package:sendmany/common/models/node_info/node_info.dart","element":{"kind":"FIELD","name":"node","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/node_info/node_info.dart","offset":204,"length":0,"startLine":8,"startColumn":17},"flags":0,"returnType":"LightningNode"}},{"label":"numChannels","declaringLibraryUri":"package:sendmany/common/models/node_info/node_info.dart","element":{"kind":"FIELD","name":"numChannels","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/node_info/node_info.dart","offset":216,"length":0,"startLine":9,"startColumn":7},"flags":0,"returnType":"int"}},{"label":"totalCapacity","declaringLibraryUri":"package:sendmany/common/models/node_info/node_info.dart","element":{"kind":"FIELD","name":"totalCapacity","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/node_info/node_info.dart","offset":237,"length":0,"startLine":10,"startColumn":9},"flags":0,"returnType":"Int64"}},{"label":"channels","declaringLibraryUri":"package:sendmany/common/models/node_info/node_info.dart","element":{"kind":"FIELD","name":"channels","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/node_info/node_info.dart","offset":272,"length":0,"startLine":11,"startColumn":21},"flags":0,"returnType":"List<ChannelEdge>"}},{"label":"NodeInfo","declaringLibraryUri":"package:sendmany/common/models/node… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1030,"uri":"package:sendmany/common/models/channels/pending_force_closing_channels.dart","items":[{"label":"PendingForceClosingChannel","declaringLibraryUri":"package:sendmany/common/models/channels/pending_force_closing_channels.dart","element":{"kind":"CLASS","name":"PendingForceClosingChannel","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_force_closing_channels.dart","offset":278,"length":0,"startLine":10,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/models/channels/pending_force_closing_channels.dart::PendingForceClosingChannel","PendingForceClosingChannel"]},{"label":"channel","declaringLibraryUri":"package:sendmany/common/models/channels/pending_force_closing_channels.dart","element":{"kind":"FIELD","name":"channel","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_force_closing_channels.dart","offset":395,"length":0,"startLine":12,"startColumn":28},"flags":4,"returnType":"PendingChannelData"}},{"label":"closingTxid","declaringLibraryUri":"package:sendmany/common/models/channels/pending_force_closing_channels.dart","element":{"kind":"FIELD","name":"closingTxid","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_force_closing_channels.dart","offset":472,"length":0,"startLine":15,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"limboBalance","declaringLibraryUri":"package:sendmany/common/models/channels/pending_force_closing_channels.dart","element":{"kind":"FIELD","name":"limboBalance","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_force_closing_channels.dart","offset":565,"length":0,"startLine":18,"startColumn":15},"flags":4,"returnType":"Int64"}},{"label":"maturityHeight","declaringLibraryUri":"package:sendmany/common/models/channels/pending_force_closing_channels.dart","element… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1031,"uri":"package:sendmany/common/models/channels/pending_closing_channels.dart","items":[{"label":"PendingClosingChannel","declaringLibraryUri":"package:sendmany/common/models/channels/pending_closing_channels.dart","element":{"kind":"CLASS","name":"PendingClosingChannel","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_closing_channels.dart","offset":219,"length":0,"startLine":9,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/models/channels/pending_closing_channels.dart::PendingClosingChannel","PendingClosingChannel"]},{"label":"channel","declaringLibraryUri":"package:sendmany/common/models/channels/pending_closing_channels.dart","element":{"kind":"FIELD","name":"channel","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_closing_channels.dart","offset":325,"length":0,"startLine":11,"startColumn":28},"flags":4,"returnType":"PendingChannelData"}},{"label":"closingTxid","declaringLibraryUri":"package:sendmany/common/models/channels/pending_closing_channels.dart","element":{"kind":"FIELD","name":"closingTxid","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_closing_channels.dart","offset":402,"length":0,"startLine":14,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"PendingClosingChannel","declaringLibraryUri":"package:sendmany/common/models/channels/pending_closing_channels.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_closing_channels.dart","offset":418,"length":0,"startLine":16,"startColumn":3},"flags":0,"parameters":"({this.channel, this.closingTxid})","returnType":"PendingClosingChannel"},"parameterNames":["channel","closingTxid"],"parameterTypes":["",""],"relevanceTags":["package:sendmany/common/models/channels/pending_closing_channe… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1032,"uri":"package:sendmany/common/models/channels/pending_channels.dart","items":[{"label":"PendingChannels","declaringLibraryUri":"package:sendmany/common/models/channels/pending_channels.dart","element":{"kind":"CLASS","name":"PendingChannels","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_channels.dart","offset":303,"length":0,"startLine":10,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/models/channels/pending_channels.dart::PendingChannels","PendingChannels"]},{"label":"totalLimboBalance","declaringLibraryUri":"package:sendmany/common/models/channels/pending_channels.dart","element":{"kind":"FIELD","name":"totalLimboBalance","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_channels.dart","offset":396,"length":0,"startLine":12,"startColumn":15},"flags":4,"returnType":"Int64"}},{"label":"pendingOpenChannels","declaringLibraryUri":"package:sendmany/common/models/channels/pending_channels.dart","element":{"kind":"FIELD","name":"pendingOpenChannels","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_channels.dart","offset":469,"length":0,"startLine":15,"startColumn":23},"flags":4,"returnType":"List<Channel>"}},{"label":"pendingClosingChannels","declaringLibraryUri":"package:sendmany/common/models/channels/pending_channels.dart","element":{"kind":"FIELD","name":"pendingClosingChannels","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_channels.dart","offset":544,"length":0,"startLine":18,"startColumn":23},"flags":4,"returnType":"List<Channel>"}},{"label":"pendingForceClosingChannels","declaringLibraryUri":"package:sendmany/common/models/channels/pending_channels.dart","element":{"kind":"FIELD","name":"pendingForceClosingChannels","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1033,"uri":"package:sendmany/common/models/channels/pending_channel_data.dart","items":[{"label":"PendingChannelData","declaringLibraryUri":"package:sendmany/common/models/channels/pending_channel_data.dart","element":{"kind":"CLASS","name":"PendingChannelData","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_channel_data.dart","offset":171,"length":0,"startLine":5,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/models/channels/pending_channel_data.dart::PendingChannelData","PendingChannelData"]},{"label":"remoteNodePub","declaringLibraryUri":"package:sendmany/common/models/channels/pending_channel_data.dart","element":{"kind":"FIELD","name":"remoteNodePub","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_channel_data.dart","offset":207,"length":0,"startLine":6,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"channelPoint","declaringLibraryUri":"package:sendmany/common/models/channels/pending_channel_data.dart","element":{"kind":"FIELD","name":"channelPoint","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_channel_data.dart","offset":243,"length":0,"startLine":7,"startColumn":22},"flags":4,"returnType":"ChannelPoint"}},{"label":"capacity","declaringLibraryUri":"package:sendmany/common/models/channels/pending_channel_data.dart","element":{"kind":"FIELD","name":"capacity","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_channel_data.dart","offset":271,"length":0,"startLine":8,"startColumn":15},"flags":4,"returnType":"Int64"}},{"label":"localBalance","declaringLibraryUri":"package:sendmany/common/models/channels/pending_channel_data.dart","element":{"kind":"FIELD","name":"localBalance","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_channel_data.dart"… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1034,"uri":"package:sendmany/common/models/channels/htlc.dart","items":[{"label":"HTLC","declaringLibraryUri":"package:sendmany/common/models/channels/htlc.dart","element":{"kind":"CLASS","name":"HTLC","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/htlc.dart","offset":118,"length":0,"startLine":4,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/models/channels/htlc.dart::HTLC","HTLC"]},{"label":"incoming","declaringLibraryUri":"package:sendmany/common/models/channels/htlc.dart","element":{"kind":"FIELD","name":"incoming","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/htlc.dart","offset":138,"length":0,"startLine":5,"startColumn":14},"flags":4,"returnType":"bool"}},{"label":"amount","declaringLibraryUri":"package:sendmany/common/models/channels/htlc.dart","element":{"kind":"FIELD","name":"amount","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/htlc.dart","offset":162,"length":0,"startLine":6,"startColumn":15},"flags":4,"returnType":"Int64"}},{"label":"hashLock","declaringLibraryUri":"package:sendmany/common/models/channels/htlc.dart","element":{"kind":"FIELD","name":"hashLock","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/htlc.dart","offset":188,"length":0,"startLine":7,"startColumn":19},"flags":4,"returnType":"List<int>"}},{"label":"expirationHeight","declaringLibraryUri":"package:sendmany/common/models/channels/htlc.dart","element":{"kind":"FIELD","name":"expirationHeight","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/htlc.dart","offset":210,"length":0,"startLine":8,"startColumn":13},"flags":4,"returnType":"int"}},{"label":"HTLC","declaringLibraryUri":"package:sendmany/common/models/channels/htlc.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/s… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1035,"uri":"package:sendmany/common/models/channels/established_channel.dart","items":[{"label":"EstablishedChannel","declaringLibraryUri":"package:sendmany/common/models/channels/established_channel.dart","element":{"kind":"CLASS","name":"EstablishedChannel","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/established_channel.dart","offset":255,"length":0,"startLine":8,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/models/channels/established_channel.dart::EstablishedChannel","EstablishedChannel"]},{"label":"active","declaringLibraryUri":"package:sendmany/common/models/channels/established_channel.dart","element":{"kind":"FIELD","name":"active","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/established_channel.dart","offset":349,"length":0,"startLine":10,"startColumn":14},"flags":4,"returnType":"bool"}},{"label":"remotePubkey","declaringLibraryUri":"package:sendmany/common/models/channels/established_channel.dart","element":{"kind":"FIELD","name":"remotePubkey","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/established_channel.dart","offset":418,"length":0,"startLine":13,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"chanId","declaringLibraryUri":"package:sendmany/common/models/channels/established_channel.dart","element":{"kind":"FIELD","name":"chanId","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/established_channel.dart","offset":642,"length":0,"startLine":18,"startColumn":15},"flags":4,"returnType":"Int64"}},{"label":"capacity","declaringLibraryUri":"package:sendmany/common/models/channels/established_channel.dart","element":{"kind":"FIELD","name":"capacity","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/established_channel.dart","offset":718,"length":0,"startLine":21,"st… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1036,"uri":"package:sendmany/common/models/channels/closed_channel_summary.dart","items":[{"label":"ChannelCloseType","declaringLibraryUri":"package:sendmany/common/models/channels/closed_channel_summary.dart","element":{"kind":"ENUM","name":"ChannelCloseType","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/closed_channel_summary.dart","offset":170,"length":0,"startLine":5,"startColumn":6},"flags":0},"relevanceTags":["package:sendmany/common/models/channels/closed_channel_summary.dart::ChannelCloseType","ChannelCloseType"]},{"label":"ChannelCloseType.cooperativeClose","declaringLibraryUri":"package:sendmany/common/models/channels/closed_channel_summary.dart","element":{"kind":"ENUM_CONSTANT","name":"cooperativeClose","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/closed_channel_summary.dart","offset":191,"length":0,"startLine":6,"startColumn":3},"flags":0},"relevanceTags":["package:sendmany/common/models/channels/closed_channel_summary.dart::ChannelCloseType","cooperativeClose"]},{"label":"ChannelCloseType.localForceClose","declaringLibraryUri":"package:sendmany/common/models/channels/closed_channel_summary.dart","element":{"kind":"ENUM_CONSTANT","name":"localForceClose","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/closed_channel_summary.dart","offset":211,"length":0,"startLine":7,"startColumn":3},"flags":0},"relevanceTags":["package:sendmany/common/models/channels/closed_channel_summary.dart::ChannelCloseType","localForceClose"]},{"label":"ChannelCloseType.remoteForceClose","declaringLibraryUri":"package:sendmany/common/models/channels/closed_channel_summary.dart","element":{"kind":"ENUM_CONSTANT","name":"remoteForceClose","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/closed_channel_summary.dart","offset":230,"length":0,"startLine":8,"startColu… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1037,"uri":"package:sendmany/common/models/channels/channel.dart","items":[{"label":"Channel","declaringLibraryUri":"package:sendmany/common/models/channels/channel.dart","element":{"kind":"CLASS","name":"Channel","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/channel.dart","offset":69,"length":0,"startLine":3,"startColumn":16},"flags":1},"relevanceTags":["package:sendmany/common/models/channels/channel.dart::Channel","Channel"]},{"label":"channelPoint","declaringLibraryUri":"package:sendmany/common/models/channels/channel.dart","element":{"kind":"FIELD","name":"channelPoint","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/channel.dart","offset":281,"length":0,"startLine":7,"startColumn":22},"flags":4,"returnType":"ChannelPoint"}},{"label":"remoteNodeInfo","declaringLibraryUri":"package:sendmany/common/models/channels/channel.dart","element":{"kind":"FIELD","name":"remoteNodeInfo","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/channel.dart","offset":349,"length":0,"startLine":10,"startColumn":18},"flags":4,"returnType":"NodeInfo"}},{"label":"Channel","declaringLibraryUri":"package:sendmany/common/models/channels/channel.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/channel.dart","offset":368,"length":0,"startLine":12,"startColumn":3},"flags":0,"parameters":"(this.channelPoint, [this.remoteNodeInfo])","returnType":"Channel"},"defaultArgumentListString":"channelPoint","defaultArgumentListTextRanges":[0,12],"parameterNames":["channelPoint","remoteNodeInfo"],"parameterTypes":["",""],"relevanceTags":["package:sendmany/common/models/channels/channel.dart::Channel",""],"requiredParameterCount":1}]}],"removedLibraries":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1038,"uri":"package:sendmany/common/models/channels/routing_policy.dart","items":[{"label":"RoutingPolicy","declaringLibraryUri":"package:sendmany/common/models/channels/routing_policy.dart","element":{"kind":"CLASS","name":"RoutingPolicy","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/routing_policy.dart","offset":101,"length":0,"startLine":5,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/models/channels/routing_policy.dart::RoutingPolicy","RoutingPolicy"]},{"label":"timeLockDelta","declaringLibraryUri":"package:sendmany/common/models/channels/routing_policy.dart","element":{"kind":"FIELD","name":"timeLockDelta","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/routing_policy.dart","offset":129,"length":0,"startLine":6,"startColumn":13},"flags":4,"returnType":"int"}},{"label":"minHtlc","declaringLibraryUri":"package:sendmany/common/models/channels/routing_policy.dart","element":{"kind":"FIELD","name":"minHtlc","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/routing_policy.dart","offset":158,"length":0,"startLine":7,"startColumn":15},"flags":4,"returnType":"Int64"}},{"label":"feeBaseMsat","declaringLibraryUri":"package:sendmany/common/models/channels/routing_policy.dart","element":{"kind":"FIELD","name":"feeBaseMsat","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/routing_policy.dart","offset":181,"length":0,"startLine":8,"startColumn":15},"flags":4,"returnType":"Int64"}},{"label":"feeRateMilliMsat","declaringLibraryUri":"package:sendmany/common/models/channels/routing_policy.dart","element":{"kind":"FIELD","name":"feeRateMilliMsat","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/routing_policy.dart","offset":208,"length":0,"startLine":9,"startColumn":15},"flags":4,"returnType":"Int64"}},{"label"… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1039,"uri":"package:sendmany/common/models/channels/channel_point.dart","items":[{"label":"ChannelPoint","declaringLibraryUri":"package:sendmany/common/models/channels/channel_point.dart","element":{"kind":"CLASS","name":"ChannelPoint","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/channel_point.dart","offset":164,"length":0,"startLine":6,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/models/channels/channel_point.dart::ChannelPoint","ChannelPoint"]},{"label":"fundingTxid","declaringLibraryUri":"package:sendmany/common/models/channels/channel_point.dart","element":{"kind":"FIELD","name":"fundingTxid","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/channel_point.dart","offset":274,"length":0,"startLine":8,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"outputIndex","declaringLibraryUri":"package:sendmany/common/models/channels/channel_point.dart","element":{"kind":"FIELD","name":"outputIndex","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/channel_point.dart","offset":357,"length":0,"startLine":11,"startColumn":13},"flags":4,"returnType":"int"}},{"label":"ChannelPoint","declaringLibraryUri":"package:sendmany/common/models/channels/channel_point.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/channel_point.dart","offset":373,"length":0,"startLine":13,"startColumn":3},"flags":0,"parameters":"({this.fundingTxid, this.outputIndex})","returnType":"ChannelPoint"},"parameterNames":["fundingTxid","outputIndex"],"parameterTypes":["",""],"relevanceTags":["package:sendmany/common/models/channels/channel_point.dart::ChannelPoint",""],"requiredParameterCount":0},{"label":"fromGRPC","declaringLibraryUri":"package:sendmany/common/models/channels/channel_point.dart","element":{"kind"… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1040,"uri":"package:sendmany/common/connection/lnd_rpc/rpc.pbjson.dart","items":[{"label":"ChannelBalanceRequest$json","declaringLibraryUri":"package:sendmany/common/connection/lnd_rpc/rpc.pbjson.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"ChannelBalanceRequest$json","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/lnd_rpc/rpc.pbjson.dart","offset":34638,"length":0,"startLine":1469,"startColumn":7},"flags":2,"returnType":""}},{"label":"Invoice_InvoiceState$json","declaringLibraryUri":"package:sendmany/common/connection/lnd_rpc/rpc.pbjson.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"Invoice_InvoiceState$json","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/lnd_rpc/rpc.pbjson.dart","offset":49675,"length":0,"startLine":2162,"startColumn":7},"flags":2,"returnType":""}},{"label":"ClosedChannelsRequest$json","declaringLibraryUri":"package:sendmany/common/connection/lnd_rpc/rpc.pbjson.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"ClosedChannelsRequest$json","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/lnd_rpc/rpc.pbjson.dart","offset":19753,"length":0,"startLine":828,"startColumn":7},"flags":2,"returnType":""}},{"label":"GraphTopologyUpdate$json","declaringLibraryUri":"package:sendmany/common/connection/lnd_rpc/rpc.pbjson.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"GraphTopologyUpdate$json","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/lnd_rpc/rpc.pbjson.dart","offset":44280,"length":0,"startLine":1922,"startColumn":7},"flags":2,"returnType":""}},{"label":"SendManyResponse$json","declaringLibraryUri":"package:sendmany/common/connection/lnd_rpc/rpc.pbjson.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"SendManyResponse$json","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/lnd_rpc/rpc.pbjson.dart","offset":11… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1041,"uri":"package:sendmany/common/connection/lnd_rpc/rpc.pbgrpc.dart","items":[{"label":"ChannelAcceptResponse","declaringLibraryUri":"package:sendmany/common/connection/lnd_rpc/rpc.pb.dart","element":{"kind":"CLASS","name":"ChannelAcceptResponse","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/lnd_rpc/rpc.pb.dart","offset":38650,"length":0,"startLine":1042,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/connection/lnd_rpc/rpc.pb.dart::ChannelAcceptResponse","ChannelAcceptResponse"]},{"label":"ChannelAcceptResponse","declaringLibraryUri":"package:sendmany/common/connection/lnd_rpc/rpc.pb.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/lnd_rpc/rpc.pb.dart","offset":39033,"length":0,"startLine":1050,"startColumn":11},"flags":0,"parameters":"()","returnType":"ChannelAcceptResponse"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:sendmany/common/connection/lnd_rpc/rpc.pb.dart::ChannelAcceptResponse",""],"requiredParameterCount":0},{"label":"ChannelAcceptResponse.fromBuffer","declaringLibraryUri":"package:sendmany/common/connection/lnd_rpc/rpc.pb.dart","element":{"kind":"CONSTRUCTOR","name":"fromBuffer","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/lnd_rpc/rpc.pb.dart","offset":39102,"length":0,"startLine":1051,"startColumn":33},"flags":0,"parameters":"($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY])","returnType":"ChannelAcceptResponse"},"defaultArgumentListString":"i","defaultArgumentListTextRanges":[0,1],"parameterNames":["i","r"],"parameterTypes":["$core.List<$core.int>","$pb.ExtensionRegistry"],"relevanceTags":["package:sendmany/common/connection/lnd_rpc/rpc.pb.dart::ChannelAcceptResponse","fromBuffer"],"requiredParameterCount":1},{"label":"ChannelAcceptResponse.fromJson","d… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1043,"uri":"package:sendmany/common/connection/lnd_rpc/rpc.pbenum.dart","items":[{"label":"AddressType","declaringLibraryUri":"package:sendmany/common/connection/lnd_rpc/rpc.pbenum.dart","element":{"kind":"CLASS","name":"AddressType","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/lnd_rpc/rpc.pbenum.dart","offset":362,"length":0,"startLine":12,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/connection/lnd_rpc/rpc.pbenum.dart::AddressType","AddressType"]},{"label":"WITNESS_PUBKEY_HASH","declaringLibraryUri":"package:sendmany/common/connection/lnd_rpc/rpc.pbenum.dart","element":{"kind":"FIELD","name":"WITNESS_PUBKEY_HASH","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/lnd_rpc/rpc.pbenum.dart","offset":428,"length":0,"startLine":13,"startColumn":28},"flags":2,"returnType":"AddressType"}},{"label":"NESTED_PUBKEY_HASH","declaringLibraryUri":"package:sendmany/common/connection/lnd_rpc/rpc.pbenum.dart","element":{"kind":"FIELD","name":"NESTED_PUBKEY_HASH","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/lnd_rpc/rpc.pbenum.dart","offset":524,"length":0,"startLine":15,"startColumn":28},"flags":2,"returnType":"AddressType"}},{"label":"UNUSED_WITNESS_PUBKEY_HASH","declaringLibraryUri":"package:sendmany/common/connection/lnd_rpc/rpc.pbenum.dart","element":{"kind":"FIELD","name":"UNUSED_WITNESS_PUBKEY_HASH","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/lnd_rpc/rpc.pbenum.dart","offset":618,"length":0,"startLine":17,"startColumn":28},"flags":2,"returnType":"AddressType"}},{"label":"UNUSED_NESTED_PUBKEY_HASH","declaringLibraryUri":"package:sendmany/common/connection/lnd_rpc/rpc.pbenum.dart","element":{"kind":"FIELD","name":"UNUSED_NESTED_PUBKEY_HASH","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/lnd_rpc/rpc.pbenum.dart","offset":72… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1042,"uri":"package:sendmany/common/connection/lnd_rpc/rpc.pb.dart","items":[{"label":"ChannelAcceptResponse","declaringLibraryUri":"package:sendmany/common/connection/lnd_rpc/rpc.pb.dart","element":{"kind":"CLASS","name":"ChannelAcceptResponse","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/lnd_rpc/rpc.pb.dart","offset":38650,"length":0,"startLine":1042,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/connection/lnd_rpc/rpc.pb.dart::ChannelAcceptResponse","ChannelAcceptResponse"]},{"label":"ChannelAcceptResponse","declaringLibraryUri":"package:sendmany/common/connection/lnd_rpc/rpc.pb.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/lnd_rpc/rpc.pb.dart","offset":39033,"length":0,"startLine":1050,"startColumn":11},"flags":0,"parameters":"()","returnType":"ChannelAcceptResponse"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:sendmany/common/connection/lnd_rpc/rpc.pb.dart::ChannelAcceptResponse",""],"requiredParameterCount":0},{"label":"ChannelAcceptResponse.fromBuffer","declaringLibraryUri":"package:sendmany/common/connection/lnd_rpc/rpc.pb.dart","element":{"kind":"CONSTRUCTOR","name":"fromBuffer","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/lnd_rpc/rpc.pb.dart","offset":39102,"length":0,"startLine":1051,"startColumn":33},"flags":0,"parameters":"($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY])","returnType":"ChannelAcceptResponse"},"defaultArgumentListString":"i","defaultArgumentListTextRanges":[0,1],"parameterNames":["i","r"],"parameterTypes":["$core.List<$core.int>","$pb.ExtensionRegistry"],"relevanceTags":["package:sendmany/common/connection/lnd_rpc/rpc.pb.dart::ChannelAcceptResponse","fromBuffer"],"requiredParameterCount":1},{"label":"ChannelAcceptResponse.fromJson","decla… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1044,"uri":"package:sendmany/common/connection/lnd_rpc/lnd_rpc.dart","items":[{"label":"ClosedChannelsRequest$json","declaringLibraryUri":"package:sendmany/common/connection/lnd_rpc/rpc.pbjson.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"ClosedChannelsRequest$json","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/lnd_rpc/rpc.pbjson.dart","offset":19753,"length":0,"startLine":828,"startColumn":7},"flags":2,"returnType":""}},{"label":"StopResponse","declaringLibraryUri":"package:sendmany/common/connection/lnd_rpc/rpc.pb.dart","element":{"kind":"CLASS","name":"StopResponse","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/lnd_rpc/rpc.pb.dart","offset":202885,"length":0,"startLine":5460,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/connection/lnd_rpc/rpc.pb.dart::StopResponse","StopResponse"]},{"label":"StopResponse","declaringLibraryUri":"package:sendmany/common/connection/lnd_rpc/rpc.pb.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/lnd_rpc/rpc.pb.dart","offset":203147,"length":0,"startLine":5466,"startColumn":11},"flags":0,"parameters":"()","returnType":"StopResponse"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:sendmany/common/connection/lnd_rpc/rpc.pb.dart::StopResponse",""],"requiredParameterCount":0},{"label":"StopResponse.fromBuffer","declaringLibraryUri":"package:sendmany/common/connection/lnd_rpc/rpc.pb.dart","element":{"kind":"CONSTRUCTOR","name":"fromBuffer","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/lnd_rpc/rpc.pb.dart","offset":203198,"length":0,"startLine":5467,"startColumn":24},"flags":0,"parameters":"($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY])","returnType":"StopResponse"},"defaultArgumentListString":"i","defaultArg… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1045,"uri":"package:sendmany/common/models/channels/channel_edge.dart","items":[{"label":"ChannelEdge","declaringLibraryUri":"package:sendmany/common/models/channels/channel_edge.dart","element":{"kind":"CLASS","name":"ChannelEdge","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/channel_edge.dart","offset":160,"length":0,"startLine":7,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/models/channels/channel_edge.dart::ChannelEdge","ChannelEdge"]},{"label":"channelId","declaringLibraryUri":"package:sendmany/common/models/channels/channel_edge.dart","element":{"kind":"FIELD","name":"channelId","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/channel_edge.dart","offset":188,"length":0,"startLine":8,"startColumn":15},"flags":4,"returnType":"Int64"}},{"label":"chanPoint","declaringLibraryUri":"package:sendmany/common/models/channels/channel_edge.dart","element":{"kind":"FIELD","name":"chanPoint","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/channel_edge.dart","offset":220,"length":0,"startLine":9,"startColumn":22},"flags":4,"returnType":"ChannelPoint"}},{"label":"node1Pub","declaringLibraryUri":"package:sendmany/common/models/channels/channel_edge.dart","element":{"kind":"FIELD","name":"node1Pub","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/channel_edge.dart","offset":246,"length":0,"startLine":10,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"node2Pub","declaringLibraryUri":"package:sendmany/common/models/channels/channel_edge.dart","element":{"kind":"FIELD","name":"node2Pub","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/channel_edge.dart","offset":271,"length":0,"startLine":11,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"capacity","declaringLibraryUri":"package:se… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1046,"uri":"package:sendmany/common/models/channels/models.dart","items":[{"label":"PendingChannelData","declaringLibraryUri":"package:sendmany/common/models/channels/pending_channel_data.dart","element":{"kind":"CLASS","name":"PendingChannelData","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_channel_data.dart","offset":171,"length":0,"startLine":5,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/models/channels/pending_channel_data.dart::PendingChannelData","PendingChannelData"]},{"label":"remoteNodePub","declaringLibraryUri":"package:sendmany/common/models/channels/pending_channel_data.dart","element":{"kind":"FIELD","name":"remoteNodePub","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_channel_data.dart","offset":207,"length":0,"startLine":6,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"channelPoint","declaringLibraryUri":"package:sendmany/common/models/channels/pending_channel_data.dart","element":{"kind":"FIELD","name":"channelPoint","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_channel_data.dart","offset":243,"length":0,"startLine":7,"startColumn":22},"flags":4,"returnType":"ChannelPoint"}},{"label":"capacity","declaringLibraryUri":"package:sendmany/common/models/channels/pending_channel_data.dart","element":{"kind":"FIELD","name":"capacity","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_channel_data.dart","offset":271,"length":0,"startLine":8,"startColumn":15},"flags":4,"returnType":"Int64"}},{"label":"localBalance","declaringLibraryUri":"package:sendmany/common/models/channels/pending_channel_data.dart","element":{"kind":"FIELD","name":"localBalance","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_channel_data.dart","offset":295,… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1047,"uri":"package:sendmany/common/models/onchain_transaction.dart","items":[{"label":"OnchainTransaction","declaringLibraryUri":"package:sendmany/common/models/onchain_transaction.dart","element":{"kind":"CLASS","name":"OnchainTransaction","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/onchain_transaction.dart","offset":118,"length":0,"startLine":5,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/models/onchain_transaction.dart::OnchainTransaction","OnchainTransaction"]},{"label":"hash","declaringLibraryUri":"package:sendmany/common/models/onchain_transaction.dart","element":{"kind":"FIELD","name":"hash","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/onchain_transaction.dart","offset":180,"length":0,"startLine":7,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"amount","declaringLibraryUri":"package:sendmany/common/models/onchain_transaction.dart","element":{"kind":"FIELD","name":"amount","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/onchain_transaction.dart","offset":254,"length":0,"startLine":10,"startColumn":15},"flags":4,"returnType":"Int64"}},{"label":"numConfirmations","declaringLibraryUri":"package:sendmany/common/models/onchain_transaction.dart","element":{"kind":"FIELD","name":"numConfirmations","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/onchain_transaction.dart","offset":308,"length":0,"startLine":13,"startColumn":13},"flags":4,"returnType":"int"}},{"label":"blockHash","declaringLibraryUri":"package:sendmany/common/models/onchain_transaction.dart","element":{"kind":"FIELD","name":"blockHash","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/onchain_transaction.dart","offset":402,"length":0,"startLine":16,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"blockHeight","declaringLibraryUri":"package:s… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1048,"uri":"package:sendmany/common/models/onchain_feetype.dart","items":[{"label":"OnchainFeeType","declaringLibraryUri":"package:sendmany/common/models/onchain_feetype.dart","element":{"kind":"ENUM","name":"OnchainFeeType","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/onchain_feetype.dart","offset":58,"length":0,"startLine":2,"startColumn":6},"flags":0},"relevanceTags":["package:sendmany/common/models/onchain_feetype.dart::OnchainFeeType","OnchainFeeType"]},{"label":"OnchainFeeType.blockTarget","declaringLibraryUri":"package:sendmany/common/models/onchain_feetype.dart","element":{"kind":"ENUM_CONSTANT","name":"blockTarget","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/onchain_feetype.dart","offset":111,"length":0,"startLine":4,"startColumn":3},"flags":0},"relevanceTags":["package:sendmany/common/models/onchain_feetype.dart::OnchainFeeType","blockTarget"]},{"label":"OnchainFeeType.manual","declaringLibraryUri":"package:sendmany/common/models/onchain_feetype.dart","element":{"kind":"ENUM_CONSTANT","name":"manual","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/onchain_feetype.dart","offset":162,"length":0,"startLine":7,"startColumn":3},"flags":0},"relevanceTags":["package:sendmany/common/models/onchain_feetype.dart::OnchainFeeType","manual"]}]}],"removedLibraries":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1049,"uri":"package:sendmany/common/models/peer.dart","items":[{"label":"Peer","declaringLibraryUri":"package:sendmany/common/models/peer.dart","element":{"kind":"CLASS","name":"Peer","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/peer.dart","offset":428,"length":0,"startLine":17,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/models/peer.dart::Peer","Peer"]},{"label":"pubKey","declaringLibraryUri":"package:sendmany/common/models/peer.dart","element":{"kind":"FIELD","name":"pubKey","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/peer.dart","offset":488,"length":0,"startLine":19,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"address","declaringLibraryUri":"package:sendmany/common/models/peer.dart","element":{"kind":"FIELD","name":"address","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/peer.dart","offset":566,"length":0,"startLine":22,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"bytesSent","declaringLibraryUri":"package:sendmany/common/models/peer.dart","element":{"kind":"FIELD","name":"bytesSent","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/peer.dart","offset":635,"length":0,"startLine":25,"startColumn":15},"flags":4,"returnType":"Int64"}},{"label":"bytesRecv","declaringLibraryUri":"package:sendmany/common/models/peer.dart","element":{"kind":"FIELD","name":"bytesRecv","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/peer.dart","offset":708,"length":0,"startLine":28,"startColumn":15},"flags":4,"returnType":"Int64"}},{"label":"satSent","declaringLibraryUri":"package:sendmany/common/models/peer.dart","element":{"kind":"FIELD","name":"satSent","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/peer.dart","offset":767,"length":0,"startLine":31,"startColumn":15},"flags":4,"returnType":"Int… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1050,"uri":"package:sendmany/common/models/payment.dart","items":[{"label":"Payment","declaringLibraryUri":"package:sendmany/common/models/payment.dart","element":{"kind":"CLASS","name":"Payment","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/payment.dart","offset":278,"length":0,"startLine":8,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/models/payment.dart::Payment","Payment"]},{"label":"memo","declaringLibraryUri":"package:sendmany/common/models/payment.dart","element":{"kind":"FIELD","name":"memo","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/payment.dart","offset":382,"length":0,"startLine":10,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"paymentHash","declaringLibraryUri":"package:sendmany/common/models/payment.dart","element":{"kind":"FIELD","name":"paymentHash","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/payment.dart","offset":403,"length":0,"startLine":11,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"creationDate","declaringLibraryUri":"package:sendmany/common/models/payment.dart","element":{"kind":"FIELD","name":"creationDate","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/payment.dart","offset":433,"length":0,"startLine":12,"startColumn":18},"flags":4,"returnType":"DateTime"}},{"label":"path","declaringLibraryUri":"package:sendmany/common/models/payment.dart","element":{"kind":"FIELD","name":"path","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/payment.dart","offset":468,"length":0,"startLine":13,"startColumn":22},"flags":4,"returnType":"List<String>"}},{"label":"paymentPreimage","declaringLibraryUri":"package:sendmany/common/models/payment.dart","element":{"kind":"FIELD","name":"paymentPreimage","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/payment.dart","offs… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1051,"uri":"package:sendmany/common/models/lnd_connection_data.dart","items":[{"label":"LndConnectionData","declaringLibraryUri":"package:sendmany/common/models/lnd_connection_data.dart","element":{"kind":"CLASS","name":"LndConnectionData","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/lnd_connection_data.dart","offset":64,"length":0,"startLine":5,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/models/lnd_connection_data.dart::LndConnectionData","LndConnectionData"]},{"label":"name","declaringLibraryUri":"package:sendmany/common/models/lnd_connection_data.dart","element":{"kind":"FIELD","name":"name","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/lnd_connection_data.dart","offset":99,"length":0,"startLine":6,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"certificate","declaringLibraryUri":"package:sendmany/common/models/lnd_connection_data.dart","element":{"kind":"FIELD","name":"certificate","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/lnd_connection_data.dart","offset":156,"length":0,"startLine":9,"startColumn":19},"flags":4,"returnType":"List<int>"}},{"label":"macaroon","declaringLibraryUri":"package:sendmany/common/models/lnd_connection_data.dart","element":{"kind":"FIELD","name":"macaroon","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/lnd_connection_data.dart","offset":184,"length":0,"startLine":10,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"host","declaringLibraryUri":"package:sendmany/common/models/lnd_connection_data.dart","element":{"kind":"FIELD","name":"host","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/lnd_connection_data.dart","offset":209,"length":0,"startLine":11,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"port","declaringLibraryUri":"package:sendmany/common/models/l… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1052,"uri":"package:sendmany/common/models/transaction.dart","items":[{"label":"Tx","declaringLibraryUri":"package:sendmany/common/models/transaction.dart","element":{"kind":"CLASS","name":"Tx","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/transaction.dart","offset":97,"length":0,"startLine":4,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/models/transaction.dart::Tx","Tx"]},{"label":"memo","declaringLibraryUri":"package:sendmany/common/models/transaction.dart","element":{"kind":"FIELD","name":"memo","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/transaction.dart","offset":117,"length":0,"startLine":5,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"amountSat","declaringLibraryUri":"package:sendmany/common/models/transaction.dart","element":{"kind":"FIELD","name":"amountSat","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/transaction.dart","offset":137,"length":0,"startLine":6,"startColumn":15},"flags":4,"returnType":"Int64"}},{"label":"date","declaringLibraryUri":"package:sendmany/common/models/transaction.dart","element":{"kind":"FIELD","name":"date","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/transaction.dart","offset":165,"length":0,"startLine":7,"startColumn":18},"flags":4,"returnType":"DateTime"}},{"label":"Tx","declaringLibraryUri":"package:sendmany/common/models/transaction.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/transaction.dart","offset":174,"length":0,"startLine":9,"startColumn":3},"flags":0,"parameters":"(this.memo, this.amountSat, this.date)","returnType":"Tx"},"defaultArgumentListString":"memo, amountSat, date","defaultArgumentListTextRanges":[0,4,6,9,17,4],"parameterNames":["memo","amountSat","date"],"parameterTypes":["","",""],"relevanceTags":["pack… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1053,"uri":"package:sendmany/common/models/lightning_address.dart","items":[{"label":"LightningAddress","declaringLibraryUri":"package:sendmany/common/models/lightning_address.dart","element":{"kind":"CLASS","name":"LightningAddress","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/lightning_address.dart","offset":81,"length":0,"startLine":3,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/models/lightning_address.dart::LightningAddress","LightningAddress"]},{"label":"pubkey","declaringLibraryUri":"package:sendmany/common/models/lightning_address.dart","element":{"kind":"FIELD","name":"pubkey","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/lightning_address.dart","offset":163,"length":0,"startLine":5,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"host","declaringLibraryUri":"package:sendmany/common/models/lightning_address.dart","element":{"kind":"FIELD","name":"host","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/lightning_address.dart","offset":278,"length":0,"startLine":8,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"LightningAddress","declaringLibraryUri":"package:sendmany/common/models/lightning_address.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/lightning_address.dart","offset":293,"length":0,"startLine":10,"startColumn":9},"flags":0,"parameters":"(this.pubkey, this.host)","returnType":"LightningAddress"},"defaultArgumentListString":"pubkey, host","defaultArgumentListTextRanges":[0,6,8,4],"parameterNames":["pubkey","host"],"parameterTypes":["",""],"relevanceTags":["package:sendmany/common/models/lightning_address.dart::LightningAddress",""],"requiredParameterCount":2},{"label":"toGRPC","declaringLibraryUri":"package:sendmany/common/models/lightning_address.dart","element":{"kin… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1054,"uri":"package:sendmany/common/models/invoice.dart","items":[{"label":"Invoice","declaringLibraryUri":"package:sendmany/common/models/invoice.dart","element":{"kind":"CLASS","name":"Invoice","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/invoice.dart","offset":200,"length":0,"startLine":8,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/models/invoice.dart::Invoice","Invoice"]},{"label":"memo","declaringLibraryUri":"package:sendmany/common/models/invoice.dart","element":{"kind":"FIELD","name":"memo","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/invoice.dart","offset":225,"length":0,"startLine":9,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"preimage","declaringLibraryUri":"package:sendmany/common/models/invoice.dart","element":{"kind":"FIELD","name":"preimage","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/invoice.dart","offset":249,"length":0,"startLine":10,"startColumn":19},"flags":4,"returnType":"List<int>"}},{"label":"hash","declaringLibraryUri":"package:sendmany/common/models/invoice.dart","element":{"kind":"FIELD","name":"hash","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/invoice.dart","offset":277,"length":0,"startLine":11,"startColumn":19},"flags":4,"returnType":"List<int>"}},{"label":"value","declaringLibraryUri":"package:sendmany/common/models/invoice.dart","element":{"kind":"FIELD","name":"value","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/invoice.dart","offset":297,"length":0,"startLine":12,"startColumn":15},"flags":4,"returnType":"Int64"}},{"label":"creationDate","declaringLibraryUri":"package:sendmany/common/models/invoice.dart","element":{"kind":"FIELD","name":"creationDate","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/invoice.dart","offset":321,"length":0,"startLine"… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1055,"uri":"package:sendmany/common/models/hop_hint.dart","items":[{"label":"LnHopHint","declaringLibraryUri":"package:sendmany/common/models/hop_hint.dart","element":{"kind":"CLASS","name":"LnHopHint","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/hop_hint.dart","offset":6,"length":0,"startLine":1,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/models/hop_hint.dart::LnHopHint","LnHopHint"]},{"label":"nodeId","declaringLibraryUri":"package:sendmany/common/models/hop_hint.dart","element":{"kind":"FIELD","name":"nodeId","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/hop_hint.dart","offset":88,"length":0,"startLine":3,"startColumn":10},"flags":0,"returnType":"String"}},{"label":"chanId","declaringLibraryUri":"package:sendmany/common/models/hop_hint.dart","element":{"kind":"FIELD","name":"chanId","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/hop_hint.dart","offset":145,"length":0,"startLine":6,"startColumn":7},"flags":0,"returnType":"int"}},{"label":"feeBaseMsat","declaringLibraryUri":"package:sendmany/common/models/hop_hint.dart","element":{"kind":"FIELD","name":"feeBaseMsat","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/hop_hint.dart","offset":223,"length":0,"startLine":9,"startColumn":7},"flags":0,"returnType":"int"}},{"label":"feeProportionalMillionths","declaringLibraryUri":"package:sendmany/common/models/hop_hint.dart","element":{"kind":"FIELD","name":"feeProportionalMillionths","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/hop_hint.dart","offset":349,"length":0,"startLine":12,"startColumn":7},"flags":0,"returnType":"int"}},{"label":"cltvExpiryDelta","declaringLibraryUri":"package:sendmany/common/models/hop_hint.dart","element":{"kind":"FIELD","name":"cltvExpiryDelta","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/comm… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1056,"uri":"package:sendmany/common/models/models.dart","items":[{"label":"PendingForceClosingChannel","declaringLibraryUri":"package:sendmany/common/models/channels/pending_force_closing_channels.dart","element":{"kind":"CLASS","name":"PendingForceClosingChannel","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_force_closing_channels.dart","offset":278,"length":0,"startLine":10,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/common/models/channels/pending_force_closing_channels.dart::PendingForceClosingChannel","PendingForceClosingChannel"]},{"label":"channel","declaringLibraryUri":"package:sendmany/common/models/channels/pending_force_closing_channels.dart","element":{"kind":"FIELD","name":"channel","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_force_closing_channels.dart","offset":395,"length":0,"startLine":12,"startColumn":28},"flags":4,"returnType":"PendingChannelData"}},{"label":"closingTxid","declaringLibraryUri":"package:sendmany/common/models/channels/pending_force_closing_channels.dart","element":{"kind":"FIELD","name":"closingTxid","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_force_closing_channels.dart","offset":472,"length":0,"startLine":15,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"limboBalance","declaringLibraryUri":"package:sendmany/common/models/channels/pending_force_closing_channels.dart","element":{"kind":"FIELD","name":"limboBalance","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_force_closing_channels.dart","offset":565,"length":0,"startLine":18,"startColumn":15},"flags":4,"returnType":"Int64"}},{"label":"maturityHeight","declaringLibraryUri":"package:sendmany/common/models/channels/pending_force_closing_channels.dart","element":{"kind":"FIELD","name":"maturit… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1057,"uri":"package:sendmany/channels/close_channel/close_channel_event.dart","items":[{"label":"CloseChannelEvent","declaringLibraryUri":"package:sendmany/channels/close_channel/close_channel_event.dart","element":{"kind":"CLASS","name":"CloseChannelEvent","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_event.dart","offset":131,"length":0,"startLine":7,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/channels/close_channel/close_channel_event.dart::CloseChannelEvent","CloseChannelEvent"]},{"label":"channelPoint","declaringLibraryUri":"package:sendmany/channels/close_channel/close_channel_event.dart","element":{"kind":"FIELD","name":"channelPoint","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_event.dart","offset":172,"length":0,"startLine":8,"startColumn":22},"flags":4,"returnType":"ChannelPoint"}},{"label":"force","declaringLibraryUri":"package:sendmany/channels/close_channel/close_channel_event.dart","element":{"kind":"FIELD","name":"force","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_event.dart","offset":199,"length":0,"startLine":9,"startColumn":14},"flags":4,"returnType":"bool"}},{"label":"type","declaringLibraryUri":"package:sendmany/channels/close_channel/close_channel_event.dart","element":{"kind":"FIELD","name":"type","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_event.dart","offset":229,"length":0,"startLine":10,"startColumn":24},"flags":4,"returnType":"OnchainFeeType"}},{"label":"amount","declaringLibraryUri":"package:sendmany/channels/close_channel/close_channel_event.dart","element":{"kind":"FIELD","name":"amount","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_event.dart","offset":249,"length":0,"startLine":11,"sta… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1058,"uri":"package:sendmany/channels/close_channel/bloc.dart","items":[{"label":"CloseChannelBlocState","declaringLibraryUri":"package:sendmany/channels/close_channel/close_channel_state.dart","element":{"kind":"CLASS","name":"CloseChannelBlocState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_state.dart","offset":139,"length":0,"startLine":6,"startColumn":16},"flags":1},"relevanceTags":["package:sendmany/channels/close_channel/close_channel_state.dart::CloseChannelBlocState","CloseChannelBlocState"]},{"label":"CloseChannelBlocState","declaringLibraryUri":"package:sendmany/channels/close_channel/close_channel_state.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_state.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"CloseChannelBlocState"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:sendmany/channels/close_channel/close_channel_state.dart::CloseChannelBlocState",""],"requiredParameterCount":0},{"label":"CloseChannelBlocBloc","declaringLibraryUri":"package:sendmany/channels/close_channel/close_channel_bloc.dart","element":{"kind":"CLASS","name":"CloseChannelBlocBloc","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","offset":83,"length":0,"startLine":5,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/channels/close_channel/close_channel_bloc.dart::CloseChannelBlocBloc","CloseChannelBlocBloc"]},{"label":"initialState","declaringLibraryUri":"package:sendmany/channels/close_channel/close_channel_bloc.dart","element":{"kind":"GETTER","name":"initialState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","offset":205,"length":0,"startLin… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":35,"uri":"dart:_internal","items":[{"label":"UnmodifiableListMixin","declaringLibraryUri":"dart:_internal","element":{"kind":"CLASS","name":"UnmodifiableListMixin","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/internal/list.dart","offset":2992,"length":0,"startLine":89,"startColumn":16},"flags":1},"relevanceTags":["dart:_internal::UnmodifiableListMixin","UnmodifiableListMixin"]},{"label":"[]=","declaringLibraryUri":"dart:_internal","element":{"kind":"METHOD","name":"[]=","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/internal/list.dart","offset":3120,"length":0,"startLine":91,"startColumn":17},"flags":0,"parameters":"(int index, E value)","returnType":"void"},"defaultArgumentListString":"index, value","defaultArgumentListTextRanges":[0,5,7,5],"parameterNames":["index","value"],"parameterTypes":["int","E"],"requiredParameterCount":2},{"label":"length","declaringLibraryUri":"dart:_internal","element":{"kind":"SETTER","name":"length","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/internal/list.dart","offset":3293,"length":0,"startLine":96,"startColumn":7},"flags":0,"parameters":"(int newLength)"},"parameterNames":["newLength"],"parameterTypes":["int"],"requiredParameterCount":1},{"label":"first","declaringLibraryUri":"dart:_internal","element":{"kind":"SETTER","name":"first","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/internal/list.dart","offset":3421,"length":0,"startLine":101,"startColumn":7},"flags":0,"parameters":"(E element)"},"parameterNames":["element"],"parameterTypes":["E"],"requiredParameterCount":1},{"label":"last","declaringLibraryUri":"dart:_internal","element":{"kind":"SETTER","name":"last","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/dart-sdk/lib/internal/list.dart","offset":352… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1059,"uri":"package:sendmany/channels/close_channel/close_channel_bloc.dart","items":[{"label":"CloseChannelBlocBloc","declaringLibraryUri":"package:sendmany/channels/close_channel/close_channel_bloc.dart","element":{"kind":"CLASS","name":"CloseChannelBlocBloc","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","offset":83,"length":0,"startLine":5,"startColumn":7},"flags":0},"relevanceTags":["package:sendmany/channels/close_channel/close_channel_bloc.dart::CloseChannelBlocBloc","CloseChannelBlocBloc"]},{"label":"initialState","declaringLibraryUri":"package:sendmany/channels/close_channel/close_channel_bloc.dart","element":{"kind":"GETTER","name":"initialState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","offset":205,"length":0,"startLine":8,"startColumn":29},"flags":0,"returnType":"CloseChannelBlocState"}},{"label":"mapEventToState","declaringLibraryUri":"package:sendmany/channels/close_channel/close_channel_bloc.dart","element":{"kind":"METHOD","name":"mapEventToState","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","offset":298,"length":0,"startLine":11,"startColumn":33},"flags":0,"parameters":"(CloseChannelEvent event)","returnType":"Stream<CloseChannelBlocState>"},"defaultArgumentListString":"event","defaultArgumentListTextRanges":[0,5],"parameterNames":["event"],"parameterTypes":["CloseChannelEvent"],"requiredParameterCount":1},{"label":"CloseChannelBlocBloc","declaringLibraryUri":"package:sendmany/channels/close_channel/close_channel_bloc.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/channels/close_channel/close_channel_bloc.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"CloseChanne… | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/test/validator_test.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1061,"uri":"package:quiver/time.dart","items":[{"label":"daysInMonth","declaringLibraryUri":"package:quiver/time.dart","element":{"kind":"FUNCTION","name":"daysInMonth","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/quiver-2.0.5/lib/src/time/util.dart","offset":1002,"length":0,"startLine":25,"startColumn":5},"flags":0,"parameters":"(int year, int month)","returnType":"int"},"defaultArgumentListString":"year, month","defaultArgumentListTextRanges":[0,4,6,5],"parameterNames":["year","month"],"parameterTypes":["int","int"],"requiredParameterCount":2},{"label":"aMicrosecond","declaringLibraryUri":"package:quiver/time.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"aMicrosecond","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/quiver-2.0.5/lib/src/time/duration_unit_constants.dart","offset":647,"length":0,"startLine":17,"startColumn":16},"flags":2,"returnType":"Duration"}},{"label":"systemTime","declaringLibraryUri":"package:quiver/time.dart","element":{"kind":"FUNCTION","name":"systemTime","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/quiver-2.0.5/lib/src/time/clock.dart","offset":733,"length":0,"startLine":21,"startColumn":10},"flags":0,"parameters":"()","returnType":"DateTime"},"parameterNames":[],"parameterTypes":[],"requiredParameterCount":0},{"label":"isLeapYear","declaringLibraryUri":"package:quiver/time.dart","element":{"kind":"FUNCTION","name":"isLeapYear","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/quiver-2.0.5/lib/src/time/util.dart","offset":1488,"length":0,"startLine":36,"startColumn":6},"flags":0,"parameters":"(int year)","returnType":"bool"},"defaultArgumentListString":"year","defaultArgumentListTextRanges":[0,4],"parameterNames":["year"],"parameterTypes":["in… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1065,"uri":"package:quiver/testing/async.dart","items":[{"label":"FakeAsync","declaringLibraryUri":"package:quiver/testing/async.dart","element":{"kind":"CLASS","name":"FakeAsync","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/quiver-2.0.5/lib/testing/src/async/fake_async.dart","offset":1497,"length":0,"startLine":39,"startColumn":16},"flags":1},"relevanceTags":["package:quiver/testing/async.dart::FakeAsync","FakeAsync"]},{"label":"FakeAsync","declaringLibraryUri":"package:quiver/testing/async.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/quiver-2.0.5/lib/testing/src/async/fake_async.dart","offset":1519,"length":0,"startLine":40,"startColumn":11},"flags":0,"parameters":"()","returnType":"FakeAsync"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:quiver/testing/async.dart::FakeAsync",""],"requiredParameterCount":0},{"label":"getClock","declaringLibraryUri":"package:quiver/testing/async.dart","element":{"kind":"METHOD","name":"getClock","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/quiver-2.0.5/lib/testing/src/async/fake_async.dart","offset":1917,"length":0,"startLine":50,"startColumn":9},"flags":0,"parameters":"(DateTime initialTime)","returnType":"Clock"},"defaultArgumentListString":"initialTime","defaultArgumentListTextRanges":[0,11],"parameterNames":["initialTime"],"parameterTypes":["DateTime"],"requiredParameterCount":1},{"label":"elapse","declaringLibraryUri":"package:quiver/testing/async.dart","element":{"kind":"METHOD","name":"elapse","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/quiver-2.0.5/lib/testing/src/async/fake_async.dart","offset":2946,"length":0,"startLine":72,"startColumn":8},"flags":0,"para… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1066,"uri":"package:boolean_selector/boolean_selector.dart","items":[{"label":"BooleanSelector","declaringLibraryUri":"package:boolean_selector/boolean_selector.dart","element":{"kind":"CLASS","name":"BooleanSelector","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/boolean_selector-1.0.5/lib/boolean_selector.dart","offset":792,"length":0,"startLine":21,"startColumn":16},"flags":1},"relevanceTags":["package:boolean_selector/boolean_selector.dart::BooleanSelector","BooleanSelector"]},{"label":"all","declaringLibraryUri":"package:boolean_selector/boolean_selector.dart","element":{"kind":"FIELD","name":"all","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/boolean_selector-1.0.5/lib/boolean_selector.dart","offset":867,"length":0,"startLine":23,"startColumn":16},"flags":2,"returnType":""}},{"label":"none","declaringLibraryUri":"package:boolean_selector/boolean_selector.dart","element":{"kind":"FIELD","name":"none","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/boolean_selector-1.0.5/lib/boolean_selector.dart","offset":937,"length":0,"startLine":26,"startColumn":16},"flags":2,"returnType":""}},{"label":"variables","declaringLibraryUri":"package:boolean_selector/boolean_selector.dart","element":{"kind":"GETTER","name":"variables","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/boolean_selector-1.0.5/lib/boolean_selector.dart","offset":1044,"length":0,"startLine":29,"startColumn":24},"flags":0,"returnType":"Iterable<String>"}},{"label":"BooleanSelector.parse","declaringLibraryUri":"package:boolean_selector/boolean_selector.dart","element":{"kind":"CONSTRUCTOR","name":"parse","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/boolean_selecto… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1067,"uri":"package:stream_channel/stream_channel.dart","items":[{"label":"VirtualChannel","declaringLibraryUri":"package:stream_channel/src/multi_channel.dart","element":{"kind":"CLASS","name":"VirtualChannel","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/stream_channel-2.0.0/lib/src/multi_channel.dart","offset":9777,"length":0,"startLine":252,"startColumn":7},"flags":0},"relevanceTags":["package:stream_channel/src/multi_channel.dart::VirtualChannel","VirtualChannel"]},{"label":"id","declaringLibraryUri":"package:stream_channel/src/multi_channel.dart","element":{"kind":"FIELD","name":"id","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/stream_channel-2.0.0/lib/src/multi_channel.dart","offset":10196,"length":0,"startLine":262,"startColumn":13},"flags":4,"returnType":"int"}},{"label":"stream","declaringLibraryUri":"package:stream_channel/src/multi_channel.dart","element":{"kind":"FIELD","name":"stream","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/stream_channel-2.0.0/lib/src/multi_channel.dart","offset":10231,"length":0,"startLine":265,"startColumn":19},"flags":4,"returnType":"Stream<T>"}},{"label":"sink","declaringLibraryUri":"package:stream_channel/src/multi_channel.dart","element":{"kind":"FIELD","name":"sink","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/stream_channel-2.0.0/lib/src/multi_channel.dart","offset":10273,"length":0,"startLine":267,"startColumn":23},"flags":4,"returnType":"StreamSink<T>"}},{"label":"virtualChannel","declaringLibraryUri":"package:stream_channel/src/multi_channel.dart","element":{"kind":"METHOD","name":"virtualChannel","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/stream_channel-2.0.0/lib/sr… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":406,"uri":"package:matcher/matcher.dart","items":[{"label":"isPositive","declaringLibraryUri":"package:matcher/src/order_matchers.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"isPositive","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/matcher-0.12.6/lib/src/order_matchers.dart","offset":1478,"length":0,"startLine":36,"startColumn":15},"flags":2,"returnType":"Matcher"}},{"label":"isCastError","declaringLibraryUri":"package:matcher/src/error_matchers.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"isCastError","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/matcher-0.12.6/lib/src/error_matchers.dart","offset":373,"length":0,"startLine":11,"startColumn":7},"flags":2,"returnType":""}},{"label":"isRangeError","declaringLibraryUri":"package:matcher/src/error_matchers.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"isRangeError","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/matcher-0.12.6/lib/src/error_matchers.dart","offset":1086,"length":0,"startLine":33,"startColumn":7},"flags":2,"returnType":""}},{"label":"isStateError","declaringLibraryUri":"package:matcher/src/error_matchers.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"isStateError","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/matcher-0.12.6/lib/src/error_matchers.dart","offset":1167,"length":0,"startLine":36,"startColumn":7},"flags":2,"returnType":""}},{"label":"equals","declaringLibraryUri":"package:matcher/src/equals_matcher.dart","element":{"kind":"FUNCTION","name":"equals","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/matcher-0.12.6/lib/src/equals_matcher.dart","offset":783,"length":0,"startLine":19,"startColumn":9},"flags":0,"parameters":"(ex… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1075,"uri":"package:stack_trace/stack_trace.dart","items":[{"label":"ChainHandler","declaringLibraryUri":"package:stack_trace/src/chain.dart","element":{"kind":"FUNCTION_TYPE_ALIAS","name":"ChainHandler","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/stack_trace-1.9.3/lib/src/chain.dart","offset":538,"length":0,"startLine":16,"startColumn":14},"flags":32,"parameters":"(error, Chain chain)","returnType":"void"},"parameterNames":["error","chain"],"parameterTypes":["","Chain"],"relevanceTags":["package:stack_trace/src/chain.dart::ChainHandler","ChainHandler"],"requiredParameterCount":2},{"label":"Chain","declaringLibraryUri":"package:stack_trace/src/chain.dart","element":{"kind":"CLASS","name":"Chain","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/stack_trace-1.9.3/lib/src/chain.dart","offset":1608,"length":0,"startLine":41,"startColumn":7},"flags":0},"relevanceTags":["package:stack_trace/src/chain.dart::Chain","Chain"]},{"label":"traces","declaringLibraryUri":"package:stack_trace/src/chain.dart","element":{"kind":"FIELD","name":"traces","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/stack_trace-1.9.3/lib/src/chain.dart","offset":1949,"length":0,"startLine":47,"startColumn":21},"flags":4,"returnType":"List<Trace>"}},{"label":"capture","declaringLibraryUri":"package:stack_trace/src/chain.dart","element":{"kind":"METHOD","name":"capture","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/stack_trace-1.9.3/lib/src/chain.dart","offset":3389,"length":0,"startLine":74,"startColumn":12},"flags":0,"parameters":"(T callback(), {void onError(error, Chain chain), bool when: true, bool errorZone: true})","returnType":"T","typeParameters":"<T>"},"defaultArgumentListString":"callback","defaultArgu… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":405,"uri":"package:test_api/test_api.dart","items":[{"label":"expectAsyncUntil6","declaringLibraryUri":"package:test_api/src/frontend/expect_async.dart","element":{"kind":"FUNCTION","name":"expectAsyncUntil6","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/test_api-0.2.11/lib/src/frontend/expect_async.dart","offset":27580,"length":0,"startLine":669,"startColumn":28},"flags":0,"parameters":"(T callback(A a, B b, C c, D d, E e, F f), bool isDone(), {String id, String reason})","returnType":"Func6<T, A, B, C, D, E, F>","typeParameters":"<T, A, B, C, D, E, F>"},"defaultArgumentListString":"callback, isDone","defaultArgumentListTextRanges":[0,8,10,6],"parameterNames":["callback","isDone","id","reason"],"parameterTypes":["","","String","String"],"requiredParameterCount":2},{"label":"isRangeError","declaringLibraryUri":"package:matcher/src/error_matchers.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"isRangeError","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/matcher-0.12.6/lib/src/error_matchers.dart","offset":1086,"length":0,"startLine":33,"startColumn":7},"flags":2,"returnType":""}},{"label":"isStateError","declaringLibraryUri":"package:matcher/src/error_matchers.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"isStateError","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/matcher-0.12.6/lib/src/error_matchers.dart","offset":1167,"length":0,"startLine":36,"startColumn":7},"flags":2,"returnType":""}},{"label":"equals","declaringLibraryUri":"package:matcher/src/equals_matcher.dart","element":{"kind":"FUNCTION","name":"equals","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/matcher-0.12.6/lib/src/equals_matcher.dart","offset":783,"length":0,"startLine":19,"startColumn":9},"fla… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1080,"uri":"package:petitparser/petitparser.dart","items":[{"label":"single_","declaringLibraryUri":"package:petitparser/src/core/characters/pattern.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"single_","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/petitparser-2.4.0/lib/src/core/characters/pattern.dart","offset":911,"length":0,"startLine":20,"startColumn":34},"flags":4,"returnType":"Parser<RangeCharPredicate>"}},{"label":"string","declaringLibraryUri":"package:petitparser/src/core/predicates/string.dart","element":{"kind":"FUNCTION","name":"string","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/petitparser-2.4.0/lib/src/core/predicates/string.dart","offset":349,"length":0,"startLine":10,"startColumn":16},"flags":0,"parameters":"(String element, [String message])","returnType":"Parser<String>"},"defaultArgumentListString":"element","defaultArgumentListTextRanges":[0,7],"parameterNames":["element","message"],"parameterTypes":["String","String"],"requiredParameterCount":1},{"label":"anyIn","declaringLibraryUri":"package:petitparser/src/core/predicates/any_in.dart","element":{"kind":"FUNCTION","name":"anyIn","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/petitparser-2.4.0/lib/src/core/predicates/any_in.dart","offset":378,"length":0,"startLine":10,"startColumn":16},"flags":0,"parameters":"(String elements, [String message])","returnType":"Parser<String>"},"defaultArgumentListString":"elements","defaultArgumentListTextRanges":[0,8],"parameterNames":["elements","message"],"parameterTypes":["String","String"],"requiredParameterCount":1},{"label":"ChoiceParser","declaringLibraryUri":"package:petitparser/src/core/combinators/choice.dart","element":{"kind":"CLASS","name":"ChoiceParser","location":{"file":"/home/fusion44/dev/mobile… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1129,"uri":"package:xml/xml.dart","items":[{"label":"XmlAttribute","declaringLibraryUri":"package:xml/src/xml/nodes/attribute.dart","element":{"kind":"CLASS","name":"XmlAttribute","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/xml-3.5.0/lib/src/xml/nodes/attribute.dart","offset":359,"length":0,"startLine":11,"startColumn":7},"flags":0},"relevanceTags":["package:xml/src/xml/nodes/attribute.dart::XmlAttribute","XmlAttribute"]},{"label":"name","declaringLibraryUri":"package:xml/src/xml/nodes/attribute.dart","element":{"kind":"FIELD","name":"name","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/xml-3.5.0/lib/src/xml/nodes/attribute.dart","offset":438,"length":0,"startLine":13,"startColumn":17},"flags":4,"returnType":"XmlName"}},{"label":"value","declaringLibraryUri":"package:xml/src/xml/nodes/attribute.dart","element":{"kind":"GETTER","name":"value","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/xml-3.5.0/lib/src/xml/nodes/attribute.dart","offset":517,"length":0,"startLine":18,"startColumn":14},"flags":0,"returnType":"String"}},{"label":"value","declaringLibraryUri":"package:xml/src/xml/nodes/attribute.dart","element":{"kind":"SETTER","name":"value","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/xml-3.5.0/lib/src/xml/nodes/attribute.dart","offset":582,"length":0,"startLine":21,"startColumn":7},"flags":0,"parameters":"(String value)"},"parameterNames":["value"],"parameterTypes":["String"],"requiredParameterCount":1},{"label":"attributeType","declaringLibraryUri":"package:xml/src/xml/nodes/attribute.dart","element":{"kind":"FIELD","name":"attributeType","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/xml-3.5.0/lib/src/xml/nodes/attr… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1160,"uri":"package:crypto/crypto.dart","items":[{"label":"sha1","declaringLibraryUri":"package:crypto/src/sha1.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"sha1","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/crypto-2.1.3/lib/src/sha1.dart","offset":523,"length":0,"startLine":18,"startColumn":7},"flags":4,"returnType":""}},{"label":"sha224","declaringLibraryUri":"package:crypto/src/sha256.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"sha224","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/crypto-2.1.3/lib/src/sha256.dart","offset":718,"length":0,"startLine":25,"startColumn":7},"flags":4,"returnType":""}},{"label":"sha512","declaringLibraryUri":"package:crypto/src/sha512.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"sha512","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/crypto-2.1.3/lib/src/sha512.dart","offset":782,"length":0,"startLine":25,"startColumn":7},"flags":4,"returnType":""}},{"label":"Hmac","declaringLibraryUri":"package:crypto/src/hmac.dart","element":{"kind":"CLASS","name":"Hmac","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/crypto-2.1.3/lib/src/hmac.dart","offset":585,"length":0,"startLine":18,"startColumn":7},"flags":0},"relevanceTags":["package:crypto/src/hmac.dart::Hmac","Hmac"]},{"label":"Hmac","declaringLibraryUri":"package:crypto/src/hmac.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/crypto-2.1.3/lib/src/hmac.dart","offset":966,"length":0,"startLine":29,"startColumn":3},"flags":0,"parameters":"(Hash hash, List<int> key)","returnType":"Hmac"},"defaultArgumentListString":"hash, key","defaultArgumentListTextRanges":[0,4,6,3],"parameterNam… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1168,"uri":"package:archive/archive.dart","items":[{"label":"TarDecoder","declaringLibraryUri":"package:archive/src/tar_decoder.dart","element":{"kind":"CLASS","name":"TarDecoder","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/archive-2.0.11/lib/src/tar_decoder.dart","offset":179,"length":0,"startLine":7,"startColumn":7},"flags":0},"relevanceTags":["package:archive/src/tar_decoder.dart::TarDecoder","TarDecoder"]},{"label":"files","declaringLibraryUri":"package:archive/src/tar_decoder.dart","element":{"kind":"FIELD","name":"files","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/archive-2.0.11/lib/src/tar_decoder.dart","offset":208,"length":0,"startLine":8,"startColumn":17},"flags":0,"returnType":"List<TarFile>"},"relevanceTags":["dart:core::List","files"]},{"label":"decodeBytes","declaringLibraryUri":"package:archive/src/tar_decoder.dart","element":{"kind":"METHOD","name":"decodeBytes","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/archive-2.0.11/lib/src/tar_decoder.dart","offset":231,"length":0,"startLine":10,"startColumn":11},"flags":0,"parameters":"(List<int> data, {bool verify = false, bool storeData = true})","returnType":"Archive"},"defaultArgumentListString":"data","defaultArgumentListTextRanges":[0,4],"parameterNames":["data","verify","storeData"],"parameterTypes":["List<int>","bool","bool"],"requiredParameterCount":1},{"label":"decodeBuffer","declaringLibraryUri":"package:archive/src/tar_decoder.dart","element":{"kind":"METHOD","name":"decodeBuffer","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/archive-2.0.11/lib/src/tar_decoder.dart","offset":418,"length":0,"startLine":16,"startColumn":11},"flags":0,"parameters":"(dynamic input, {bool verify = false, bool storeData = … | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1200,"uri":"package:image/image.dart","items":[{"label":"writeTga","declaringLibraryUri":"package:image/src/formats/formats.dart","element":{"kind":"FUNCTION","name":"writeTga","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/image-2.1.4/lib/src/formats/formats.dart","offset":6277,"length":0,"startLine":218,"startColumn":11},"flags":0,"parameters":"(Image image)","returnType":"List<int>"},"defaultArgumentListString":"image","defaultArgumentListTextRanges":[0,5],"parameterNames":["image"],"parameterTypes":["Image"],"requiredParameterCount":1},{"label":"JpegInfo","declaringLibraryUri":"package:image/src/formats/jpeg/jpeg_info.dart","element":{"kind":"CLASS","name":"JpegInfo","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/image-2.1.4/lib/src/formats/jpeg/jpeg_info.dart","offset":39,"length":0,"startLine":3,"startColumn":7},"flags":0},"relevanceTags":["package:image/src/formats/jpeg/jpeg_info.dart::JpegInfo","JpegInfo"]},{"label":"numFrames","declaringLibraryUri":"package:image/src/formats/jpeg/jpeg_info.dart","element":{"kind":"GETTER","name":"numFrames","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/image-2.1.4/lib/src/formats/jpeg/jpeg_info.dart","offset":128,"length":0,"startLine":5,"startColumn":11},"flags":0,"returnType":"int"}},{"label":"JpegInfo","declaringLibraryUri":"package:image/src/formats/jpeg/jpeg_info.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/image-2.1.4/lib/src/formats/jpeg/jpeg_info.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"JpegInfo"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:image/src/formats/jpeg/jpeg_info.dart::JpegInfo… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1349,"uri":"package:string_scanner/string_scanner.dart","items":[{"label":"StringScanner","declaringLibraryUri":"package:string_scanner/src/string_scanner.dart","element":{"kind":"CLASS","name":"StringScanner","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/string_scanner-1.0.5/lib/src/string_scanner.dart","offset":450,"length":0,"startLine":13,"startColumn":7},"flags":0},"relevanceTags":["package:string_scanner/src/string_scanner.dart::StringScanner","StringScanner"]},{"label":"sourceUrl","declaringLibraryUri":"package:string_scanner/src/string_scanner.dart","element":{"kind":"FIELD","name":"sourceUrl","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/string_scanner-1.0.5/lib/src/string_scanner.dart","offset":663,"length":0,"startLine":18,"startColumn":13},"flags":4,"returnType":"Uri"}},{"label":"string","declaringLibraryUri":"package:string_scanner/src/string_scanner.dart","element":{"kind":"FIELD","name":"string","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/string_scanner-1.0.5/lib/src/string_scanner.dart","offset":730,"length":0,"startLine":21,"startColumn":16},"flags":4,"returnType":"String"}},{"label":"position","declaringLibraryUri":"package:string_scanner/src/string_scanner.dart","element":{"kind":"GETTER","name":"position","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/string_scanner-1.0.5/lib/src/string_scanner.dart","offset":821,"length":0,"startLine":24,"startColumn":11},"flags":0,"returnType":"int"}},{"label":"position","declaringLibraryUri":"package:string_scanner/src/string_scanner.dart","element":{"kind":"SETTER","name":"position","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/string_scanner-1.0.5/lib/src/strin… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1354,"uri":"package:charcode/html_entity.dart","items":[{"label":"$sup","declaringLibraryUri":"package:charcode/html_entity.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"$sup","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/charcode-1.1.2/lib/html_entity.dart","offset":16304,"length":0,"startLine":712,"startColumn":11},"flags":2,"returnType":"int"},"relevanceTags":["dart:core::int","$sup"]},{"label":"$igrave","declaringLibraryUri":"package:charcode/html_entity.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"$igrave","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/charcode-1.1.2/lib/html_entity.dart","offset":6700,"length":0,"startLine":253,"startColumn":11},"flags":2,"returnType":"int"},"relevanceTags":["dart:core::int","$igrave"]},{"label":"$psi","declaringLibraryUri":"package:charcode/html_entity.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"$psi","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/charcode-1.1.2/lib/html_entity.dart","offset":11667,"length":0,"startLine":478,"startColumn":11},"flags":2,"returnType":"int"},"relevanceTags":["dart:core::int","$psi"]},{"label":"$bdquo","declaringLibraryUri":"package:charcode/html_entity.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"$bdquo","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/charcode-1.1.2/lib/html_entity.dart","offset":12718,"length":0,"startLine":535,"startColumn":11},"flags":2,"returnType":"int"},"relevanceTags":["dart:core::int","$bdquo"]},{"label":"$Xi","declaringLibraryUri":"package:charcode/html_entity.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"$Xi","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/charcode-1.1.2/lib/html_entity.dar… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1356,"uri":"package:charcode/charcode.dart","items":[{"label":"$sup","declaringLibraryUri":"package:charcode/html_entity.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"$sup","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/charcode-1.1.2/lib/html_entity.dart","offset":16304,"length":0,"startLine":712,"startColumn":11},"flags":2,"returnType":"int"},"relevanceTags":["dart:core::int","$sup"]},{"label":"$psi","declaringLibraryUri":"package:charcode/html_entity.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"$psi","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/charcode-1.1.2/lib/html_entity.dart","offset":11667,"length":0,"startLine":478,"startColumn":11},"flags":2,"returnType":"int"},"relevanceTags":["dart:core::int","$psi"]},{"label":"$bdquo","declaringLibraryUri":"package:charcode/html_entity.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"$bdquo","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/charcode-1.1.2/lib/html_entity.dart","offset":12718,"length":0,"startLine":535,"startColumn":11},"flags":2,"returnType":"int"},"relevanceTags":["dart:core::int","$bdquo"]},{"label":"$nak","declaringLibraryUri":"package:charcode/ascii.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"$nak","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/charcode-1.1.2/lib/ascii.dart","offset":2691,"length":0,"startLine":95,"startColumn":11},"flags":2,"returnType":"int"},"relevanceTags":["dart:core::int","$nak"]},{"label":"$Auml","declaringLibraryUri":"package:charcode/html_entity.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"$Auml","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/charcode-1.1.2/lib/html_entity.dart","offset":3582,"len… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1357,"uri":"package:path/path.dart","items":[{"label":"PathException","declaringLibraryUri":"package:path/src/path_exception.dart","element":{"kind":"CLASS","name":"PathException","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/path-1.6.4/lib/src/path_exception.dart","offset":323,"length":0,"startLine":7,"startColumn":7},"flags":0},"relevanceTags":["package:path/src/path_exception.dart::PathException","PathException"]},{"label":"message","declaringLibraryUri":"package:path/src/path_exception.dart","element":{"kind":"FIELD","name":"message","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/path-1.6.4/lib/src/path_exception.dart","offset":369,"length":0,"startLine":8,"startColumn":10},"flags":0,"returnType":"String"}},{"label":"PathException","declaringLibraryUri":"package:path/src/path_exception.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/path-1.6.4/lib/src/path_exception.dart","offset":381,"length":0,"startLine":10,"startColumn":3},"flags":0,"parameters":"(this.message)","returnType":"PathException"},"defaultArgumentListString":"message","defaultArgumentListTextRanges":[0,7],"parameterNames":["message"],"parameterTypes":[""],"relevanceTags":["package:path/src/path_exception.dart::PathException",""],"requiredParameterCount":1},{"label":"toString","declaringLibraryUri":"package:path/src/path_exception.dart","element":{"kind":"METHOD","name":"toString","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/path-1.6.4/lib/src/path_exception.dart","offset":420,"length":0,"startLine":12,"startColumn":10},"flags":0,"parameters":"()","returnType":"String"},"parameterNames":[],"parameterTypes":[],"requiredParameterCount":0},{"label":"PathSet","dec… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1363,"uri":"package:term_glyph/term_glyph.dart","items":[{"label":"rightEnd","declaringLibraryUri":"package:term_glyph/src/generated/top_level.dart","element":{"kind":"GETTER","name":"rightEnd","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/term_glyph-1.1.0/lib/src/generated/top_level.dart","offset":4613,"length":0,"startLine":145,"startColumn":12},"flags":0,"returnType":"String"}},{"label":"downEndBold","declaringLibraryUri":"package:term_glyph/src/generated/top_level.dart","element":{"kind":"GETTER","name":"downEndBold","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/term_glyph-1.1.0/lib/src/generated/top_level.dart","offset":7258,"length":0,"startLine":223,"startColumn":12},"flags":0,"returnType":"String"}},{"label":"horizontalLineQuadrupleDash","declaringLibraryUri":"package:term_glyph/src/generated/top_level.dart","element":{"kind":"GETTER","name":"horizontalLineQuadrupleDash","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/term_glyph-1.1.0/lib/src/generated/top_level.dart","offset":12028,"length":0,"startLine":359,"startColumn":12},"flags":0,"returnType":"String"}},{"label":"teeRight","declaringLibraryUri":"package:term_glyph/src/generated/top_level.dart","element":{"kind":"GETTER","name":"teeRight","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/term_glyph-1.1.0/lib/src/generated/top_level.dart","offset":3921,"length":0,"startLine":121,"startColumn":12},"flags":0,"returnType":"String"}},{"label":"topLeftCorner","declaringLibraryUri":"package:term_glyph/src/generated/top_level.dart","element":{"kind":"GETTER","name":"topLeftCorner","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/term_glyph-1.1.0/lib/src/generated/top_level… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1366,"uri":"package:source_span/source_span.dart","items":[{"label":"SourceSpanFormatException","declaringLibraryUri":"package:source_span/src/span_exception.dart","element":{"kind":"CLASS","name":"SourceSpanFormatException","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/source_span-1.5.5/lib/src/span_exception.dart","offset":1433,"length":0,"startLine":37,"startColumn":7},"flags":0},"relevanceTags":["package:source_span/src/span_exception.dart::SourceSpanFormatException","SourceSpanFormatException"]},{"label":"source","declaringLibraryUri":"package:source_span/src/span_exception.dart","element":{"kind":"GETTER","name":"source","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/source_span-1.5.5/lib/src/span_exception.dart","offset":1592,"length":0,"startLine":40,"startColumn":15},"flags":0,"returnType":"dynamic"}},{"label":"offset","declaringLibraryUri":"package:source_span/src/span_exception.dart","element":{"kind":"GETTER","name":"offset","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/source_span-1.5.5/lib/src/span_exception.dart","offset":1639,"length":0,"startLine":43,"startColumn":11},"flags":0,"returnType":"int"}},{"label":"SourceSpanFormatException","declaringLibraryUri":"package:source_span/src/span_exception.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/source_span-1.5.5/lib/src/span_exception.dart","offset":1693,"length":0,"startLine":45,"startColumn":3},"flags":0,"parameters":"(String message, SourceSpan span, [this._source])","returnType":"SourceSpanFormatException"},"defaultArgumentListString":"message, span","defaultArgumentListTextRanges":[0,7,9,4],"parameterNames":["message","span","_source"],"parameterTypes":["Stri… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1374,"uri":"package:yaml/yaml.dart","items":[{"label":"YamlWarningCallback","declaringLibraryUri":"package:yaml/src/utils.dart","element":{"kind":"FUNCTION_TYPE_ALIAS","name":"YamlWarningCallback","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/yaml-2.2.0/lib/src/utils.dart","offset":833,"length":0,"startLine":28,"startColumn":9},"flags":0,"parameters":"(String message, [SourceSpan span])","returnType":""},"parameterNames":["message","span"],"parameterTypes":["String","SourceSpan"],"relevanceTags":["package:yaml/src/utils.dart::YamlWarningCallback","YamlWarningCallback"],"requiredParameterCount":1},{"label":"CollectionStyle","declaringLibraryUri":"package:yaml/src/style.dart","element":{"kind":"CLASS","name":"CollectionStyle","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/yaml-2.2.0/lib/src/style.dart","offset":1574,"length":0,"startLine":48,"startColumn":7},"flags":0},"relevanceTags":["package:yaml/src/style.dart::CollectionStyle","CollectionStyle"]},{"label":"ANY","declaringLibraryUri":"package:yaml/src/style.dart","element":{"kind":"FIELD","name":"ANY","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/yaml-2.2.0/lib/src/style.dart","offset":1750,"length":0,"startLine":53,"startColumn":16},"flags":2,"returnType":""}},{"label":"BLOCK","declaringLibraryUri":"package:yaml/src/style.dart","element":{"kind":"FIELD","name":"BLOCK","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/yaml-2.2.0/lib/src/style.dart","offset":1901,"length":0,"startLine":58,"startColumn":16},"flags":2,"returnType":""}},{"label":"FLOW","declaringLibraryUri":"package:yaml/src/style.dart","element":{"kind":"FIELD","name":"FLOW","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.d… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1380,"uri":"package:intl/number_symbols_data.dart","items":[{"label":"numberFormatSymbols","declaringLibraryUri":"package:intl/number_symbols_data.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"numberFormatSymbols","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/intl-0.16.0/lib/number_symbols_data.dart","offset":727,"length":0,"startLine":21,"startColumn":5},"flags":0,"returnType":"Map"}},{"label":"compactNumberSymbols","declaringLibraryUri":"package:intl/number_symbols_data.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"compactNumberSymbols","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/intl-0.16.0/lib/number_symbols_data.dart","offset":58856,"length":0,"startLine":2063,"startColumn":35},"flags":0,"returnType":"Map<String, CompactNumberSymbols>"}},{"label":"currencyFractionDigits","declaringLibraryUri":"package:intl/number_symbols_data.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"currencyFractionDigits","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/intl-0.16.0/lib/number_symbols_data.dart","offset":205508,"length":0,"startLine":6660,"startColumn":7},"flags":4,"returnType":""}}]}],"removedLibraries":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1381,"uri":"package:intl/number_symbols.dart","items":[{"label":"CompactNumberSymbols","declaringLibraryUri":"package:intl/number_symbols.dart","element":{"kind":"CLASS","name":"CompactNumberSymbols","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/intl-0.16.0/lib/number_symbols.dart","offset":1290,"length":0,"startLine":49,"startColumn":7},"flags":0},"relevanceTags":["package:intl/number_symbols.dart::CompactNumberSymbols","CompactNumberSymbols"]},{"label":"COMPACT_DECIMAL_SHORT_PATTERN","declaringLibraryUri":"package:intl/number_symbols.dart","element":{"kind":"FIELD","name":"COMPACT_DECIMAL_SHORT_PATTERN","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/intl-0.16.0/lib/number_symbols.dart","offset":1338,"length":0,"startLine":50,"startColumn":26},"flags":4,"returnType":"Map<int, String>"}},{"label":"COMPACT_DECIMAL_LONG_PATTERN","declaringLibraryUri":"package:intl/number_symbols.dart","element":{"kind":"FIELD","name":"COMPACT_DECIMAL_LONG_PATTERN","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/intl-0.16.0/lib/number_symbols.dart","offset":1394,"length":0,"startLine":51,"startColumn":26},"flags":4,"returnType":"Map<int, String>"}},{"label":"COMPACT_DECIMAL_SHORT_CURRENCY_PATTERN","declaringLibraryUri":"package:intl/number_symbols.dart","element":{"kind":"FIELD","name":"COMPACT_DECIMAL_SHORT_CURRENCY_PATTERN","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/intl-0.16.0/lib/number_symbols.dart","offset":1449,"length":0,"startLine":52,"startColumn":26},"flags":4,"returnType":"Map<int, String>"}},{"label":"CompactNumberSymbols","declaringLibraryUri":"package:intl/number_symbols.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/la… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1382,"uri":"package:intl/date_symbols.dart","items":[{"label":"en_USSymbols","declaringLibraryUri":"package:intl/date_symbols.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"en_USSymbols","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/intl-0.16.0/lib/date_symbols.dart","offset":7427,"length":0,"startLine":210,"startColumn":5},"flags":0,"returnType":""}},{"label":"en_USPatterns","declaringLibraryUri":"package:intl/date_symbols.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"en_USPatterns","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/intl-0.16.0/lib/date_symbols.dart","offset":9947,"length":0,"startLine":348,"startColumn":5},"flags":0,"returnType":""}},{"label":"DateSymbols","declaringLibraryUri":"package:intl/date_symbols.dart","element":{"kind":"CLASS","name":"DateSymbols","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/intl-0.16.0/lib/date_symbols.dart","offset":735,"length":0,"startLine":13,"startColumn":7},"flags":0},"relevanceTags":["package:intl/date_symbols.dart::DateSymbols","DateSymbols"]},{"label":"NAME","declaringLibraryUri":"package:intl/date_symbols.dart","element":{"kind":"FIELD","name":"NAME","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/intl-0.16.0/lib/date_symbols.dart","offset":758,"length":0,"startLine":14,"startColumn":10},"flags":0,"returnType":"String"}},{"label":"ERAS","declaringLibraryUri":"package:intl/date_symbols.dart","element":{"kind":"FIELD","name":"ERAS","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/intl-0.16.0/lib/date_symbols.dart","offset":841,"length":0,"startLine":18,"startColumn":7},"flags":0,"returnType":"List<String>"}},{"label":"ERANAMES","declaringLibraryUri":"package:intl… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1383,"uri":"package:intl/intl.dart","items":[{"label":"Bidi","declaringLibraryUri":"package:intl/intl.dart","element":{"kind":"CLASS","name":"Bidi","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/intl-0.16.0/lib/src/intl/bidi_utils.dart","offset":2280,"length":0,"startLine":49,"startColumn":7},"flags":0},"relevanceTags":["package:intl/intl.dart::Bidi","Bidi"]},{"label":"LRE","declaringLibraryUri":"package:intl/intl.dart","element":{"kind":"FIELD","name":"LRE","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/intl-0.16.0/lib/src/intl/bidi_utils.dart","offset":2359,"length":0,"startLine":51,"startColumn":16},"flags":2,"returnType":""},"relevanceTags":["dart:core::String","LRE"]},{"label":"RLE","declaringLibraryUri":"package:intl/intl.dart","element":{"kind":"FIELD","name":"RLE","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/intl-0.16.0/lib/src/intl/bidi_utils.dart","offset":2448,"length":0,"startLine":54,"startColumn":16},"flags":2,"returnType":""},"relevanceTags":["dart:core::String","RLE"]},{"label":"PDF","declaringLibraryUri":"package:intl/intl.dart","element":{"kind":"FIELD","name":"PDF","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/intl-0.16.0/lib/src/intl/bidi_utils.dart","offset":2540,"length":0,"startLine":57,"startColumn":16},"flags":2,"returnType":""},"relevanceTags":["dart:core::String","PDF"]},{"label":"LRM","declaringLibraryUri":"package:intl/intl.dart","element":{"kind":"FIELD","name":"LRM","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/intl-0.16.0/lib/src/intl/bidi_utils.dart","offset":2624,"length":0,"startLine":60,"startColumn":16},"flags":2,"returnType":""},"relevanceTags":["dart:core::String","LRM"]},{"label":"… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1391,"uri":"package:intl/intl_standalone.dart","items":[{"label":"findSystemLocale","declaringLibraryUri":"package:intl/intl_standalone.dart","element":{"kind":"FUNCTION","name":"findSystemLocale","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/intl-0.16.0/lib/intl_standalone.dart","offset":1088,"length":0,"startLine":24,"startColumn":16},"flags":0,"parameters":"()","returnType":"Future<String>"},"parameterNames":[],"parameterTypes":[],"requiredParameterCount":0}]}],"removedLibraries":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1392,"uri":"package:vector_math/hash.dart","items":[{"label":"hashObjects","declaringLibraryUri":"package:vector_math/hash.dart","element":{"kind":"FUNCTION","name":"hashObjects","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/vector_math-2.0.8/lib/hash.dart","offset":264,"length":0,"startLine":8,"startColumn":5},"flags":0,"parameters":"(Iterable<Object> objects)","returnType":"int"},"defaultArgumentListString":"objects","defaultArgumentListTextRanges":[0,7],"parameterNames":["objects"],"parameterTypes":["Iterable<Object>"],"requiredParameterCount":1}]}],"removedLibraries":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":275,"uri":"package:vector_math/vector_math_64.dart","items":[{"label":"cross2A","declaringLibraryUri":"package:vector_math/vector_math_64.dart","element":{"kind":"FUNCTION","name":"cross2A","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/vector_math-2.0.8/lib/src/vector_math_64/vector.dart","offset":589,"length":0,"startLine":22,"startColumn":6},"flags":0,"parameters":"(double x, Vector2 y, Vector2 out)","returnType":"void"},"defaultArgumentListString":"x, y, out","defaultArgumentListTextRanges":[0,1,3,1,6,3],"parameterNames":["x","y","out"],"parameterTypes":["double","Vector2","Vector2"],"requiredParameterCount":3},{"label":"Aabb3","declaringLibraryUri":"package:vector_math/vector_math_64.dart","element":{"kind":"CLASS","name":"Aabb3","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/vector_math-2.0.8/lib/src/vector_math_64/aabb3.dart","offset":329,"length":0,"startLine":9,"startColumn":7},"flags":0},"relevanceTags":["package:vector_math/vector_math_64.dart::Aabb3","Aabb3"]},{"label":"min","declaringLibraryUri":"package:vector_math/vector_math_64.dart","element":{"kind":"GETTER","name":"min","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/vector_math-2.0.8/lib/src/vector_math_64/aabb3.dart","offset":396,"length":0,"startLine":13,"startColumn":15},"flags":0,"returnType":"Vector3"}},{"label":"max","declaringLibraryUri":"package:vector_math/vector_math_64.dart","element":{"kind":"GETTER","name":"max","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/vector_math-2.0.8/lib/src/vector_math_64/aabb3.dart","offset":423,"length":0,"startLine":14,"startColumn":15},"flags":0,"returnType":"Vector3"}},{"label":"center","declaringLibraryUri":"package:vector_math/vector_math_64.dart","element":{"ki… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1430,"uri":"dart:_http","items":[{"label":"HttpOverrides","declaringLibraryUri":"dart:_http","element":{"kind":"CLASS","name":"HttpOverrides","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/_http/overrides.dart","offset":1078,"length":0,"startLine":34,"startColumn":16},"flags":1},"relevanceTags":["dart:_http::HttpOverrides","HttpOverrides"]},{"label":"current","declaringLibraryUri":"dart:_http","element":{"kind":"GETTER","name":"current","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/_http/overrides.dart","offset":1154,"length":0,"startLine":37,"startColumn":28},"flags":0,"returnType":"HttpOverrides"}},{"label":"global","declaringLibraryUri":"dart:_http","element":{"kind":"SETTER","name":"global","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/_http/overrides.dart","offset":1496,"length":0,"startLine":46,"startColumn":14},"flags":0,"parameters":"(HttpOverrides overrides)"},"parameterNames":["overrides"],"parameterTypes":["HttpOverrides"],"requiredParameterCount":1},{"label":"runZoned","declaringLibraryUri":"dart:_http","element":{"kind":"METHOD","name":"runZoned","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/_http/overrides.dart","offset":1637,"length":0,"startLine":51,"startColumn":12},"flags":0,"parameters":"(R body(), {HttpClient Function(SecurityContext) createHttpClient, String Function(Uri uri, Map<String, String> environment) findProxyFromEnvironment, ZoneSpecification zoneSpecification, Function onError})","returnType":"R","typeParameters":"<R>"},"defaultArgumentListString":"body","defaultArgumentListTextRanges":[0,4],"parameterNames":["body","createHttpClient","findProxyFromEnvironment","zoneSpecification","onError"],"parameterTypes":["","HttpClient Function(SecurityContext)","String Function… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1355,"uri":"package:charcode/ascii.dart","items":[{"label":"$b","declaringLibraryUri":"package:charcode/ascii.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"$b","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/charcode-1.1.2/lib/ascii.dart","offset":7681,"length":0,"startLine":415,"startColumn":11},"flags":2,"returnType":"int"},"relevanceTags":["dart:core::int","$b"]},{"label":"$5","declaringLibraryUri":"package:charcode/ascii.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"$5","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/charcode-1.1.2/lib/ascii.dart","offset":5140,"length":0,"startLine":241,"startColumn":11},"flags":2,"returnType":"int"},"relevanceTags":["dart:core::int","$5"]},{"label":"$fullstop","declaringLibraryUri":"package:charcode/ascii.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"$fullstop","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/charcode-1.1.2/lib/ascii.dart","offset":4747,"length":0,"startLine":214,"startColumn":11},"flags":2,"returnType":"int"},"relevanceTags":["dart:core::int","$fullstop"]},{"label":"$L","declaringLibraryUri":"package:charcode/ascii.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"$L","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/charcode-1.1.2/lib/ascii.dart","offset":6403,"length":0,"startLine":328,"startColumn":11},"flags":2,"returnType":"int"},"relevanceTags":["dart:core::int","$L"]},{"label":"$nak","declaringLibraryUri":"package:charcode/ascii.dart","element":{"kind":"TOP_LEVEL_VARIABLE","name":"$nak","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/charcode-1.1.2/lib/ascii.dart","offset":2691,"length":0,"startLine":95,"startColumn":11},"flags":2,"returnType":"… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1436,"uri":"package:typed_data/typed_buffers.dart","items":[{"label":"Int8Buffer","declaringLibraryUri":"package:typed_data/typed_buffers.dart","element":{"kind":"CLASS","name":"Int8Buffer","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/typed_data-1.1.6/lib/typed_buffers.dart","offset":10806,"length":0,"startLine":331,"startColumn":7},"flags":0},"relevanceTags":["package:typed_data/typed_buffers.dart::Int8Buffer","Int8Buffer"]},{"label":"Int8Buffer","declaringLibraryUri":"package:typed_data/typed_buffers.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/typed_data-1.1.6/lib/typed_buffers.dart","offset":10840,"length":0,"startLine":332,"startColumn":3},"flags":0,"parameters":"([int initialLength = 0])","returnType":"Int8Buffer"},"parameterNames":["initialLength"],"parameterTypes":["int"],"relevanceTags":["package:typed_data/typed_buffers.dart::Int8Buffer",""],"requiredParameterCount":0},{"label":"Int64Buffer","declaringLibraryUri":"package:typed_data/typed_buffers.dart","element":{"kind":"CLASS","name":"Int64Buffer","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/typed_data-1.1.6/lib/typed_buffers.dart","offset":12117,"length":0,"startLine":367,"startColumn":7},"flags":0},"relevanceTags":["package:typed_data/typed_buffers.dart::Int64Buffer","Int64Buffer"]},{"label":"Int64Buffer","declaringLibraryUri":"package:typed_data/typed_buffers.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/typed_data-1.1.6/lib/typed_buffers.dart","offset":12152,"length":0,"startLine":368,"startColumn":3},"flags":0,"parameters":"([int initialLength = 0])","returnType":"Int64Buffer"},"parameterNames":["initialLength… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1437,"uri":"package:typed_data/typed_data.dart","items":[{"label":"Int64Buffer","declaringLibraryUri":"package:typed_data/typed_buffers.dart","element":{"kind":"CLASS","name":"Int64Buffer","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/typed_data-1.1.6/lib/typed_buffers.dart","offset":12117,"length":0,"startLine":367,"startColumn":7},"flags":0},"relevanceTags":["package:typed_data/typed_buffers.dart::Int64Buffer","Int64Buffer"]},{"label":"Int64Buffer","declaringLibraryUri":"package:typed_data/typed_buffers.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/typed_data-1.1.6/lib/typed_buffers.dart","offset":12152,"length":0,"startLine":368,"startColumn":3},"flags":0,"parameters":"([int initialLength = 0])","returnType":"Int64Buffer"},"parameterNames":["initialLength"],"parameterTypes":["int"],"relevanceTags":["package:typed_data/typed_buffers.dart::Int64Buffer",""],"requiredParameterCount":0},{"label":"Int8Buffer","declaringLibraryUri":"package:typed_data/typed_buffers.dart","element":{"kind":"CLASS","name":"Int8Buffer","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/typed_data-1.1.6/lib/typed_buffers.dart","offset":10806,"length":0,"startLine":331,"startColumn":7},"flags":0},"relevanceTags":["package:typed_data/typed_buffers.dart::Int8Buffer","Int8Buffer"]},{"label":"Int8Buffer","declaringLibraryUri":"package:typed_data/typed_buffers.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/typed_data-1.1.6/lib/typed_buffers.dart","offset":10840,"length":0,"startLine":332,"startColumn":3},"flags":0,"parameters":"([int initialLength = 0])","returnType":"Int8Buffer"},"parameterNames":["initialLength"]… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1438,"uri":"package:convert/convert.dart","items":[{"label":"PercentCodec","declaringLibraryUri":"package:convert/src/percent.dart","element":{"kind":"CLASS","name":"PercentCodec","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/convert-2.1.1/lib/src/percent.dart","offset":1359,"length":0,"startLine":33,"startColumn":7},"flags":0},"relevanceTags":["package:convert/src/percent.dart::PercentCodec","PercentCodec"]},{"label":"encoder","declaringLibraryUri":"package:convert/src/percent.dart","element":{"kind":"GETTER","name":"encoder","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/convert-2.1.1/lib/src/percent.dart","offset":1428,"length":0,"startLine":34,"startColumn":22},"flags":0,"returnType":"PercentEncoder"}},{"label":"decoder","declaringLibraryUri":"package:convert/src/percent.dart","element":{"kind":"GETTER","name":"decoder","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/convert-2.1.1/lib/src/percent.dart","offset":1476,"length":0,"startLine":35,"startColumn":22},"flags":0,"returnType":"PercentDecoder"}},{"label":"StringAccumulatorSink","declaringLibraryUri":"package:convert/src/string_accumulator_sink.dart","element":{"kind":"CLASS","name":"StringAccumulatorSink","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/convert-2.1.1/lib/src/string_accumulator_sink.dart","offset":375,"length":0,"startLine":10,"startColumn":7},"flags":0},"relevanceTags":["package:convert/src/string_accumulator_sink.dart::StringAccumulatorSink","StringAccumulatorSink"]},{"label":"string","declaringLibraryUri":"package:convert/src/string_accumulator_sink.dart","element":{"kind":"GETTER","name":"string","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/conve… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1449,"uri":"package:rational/rational.dart","items":[{"label":"Rational","declaringLibraryUri":"package:rational/rational.dart","element":{"kind":"CLASS","name":"Rational","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/rational-0.3.6/lib/rational.dart","offset":1130,"length":0,"startLine":42,"startColumn":7},"flags":0},"relevanceTags":["package:rational/rational.dart::Rational","Rational"]},{"label":"Rational","declaringLibraryUri":"package:rational/rational.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/rational-0.3.6/lib/rational.dart","offset":1183,"length":0,"startLine":43,"startColumn":11},"flags":0,"parameters":"(BigInt numerator, [BigInt denominator])","returnType":"Rational"},"defaultArgumentListString":"numerator","defaultArgumentListTextRanges":[0,9],"parameterNames":["numerator","denominator"],"parameterTypes":["BigInt","BigInt"],"relevanceTags":["package:rational/rational.dart::Rational",""],"requiredParameterCount":1},{"label":"Rational.fromInt","declaringLibraryUri":"package:rational/rational.dart","element":{"kind":"CONSTRUCTOR","name":"fromInt","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/rational-0.3.6/lib/rational.dart","offset":1779,"length":0,"startLine":59,"startColumn":20},"flags":0,"parameters":"(int numerator, [int denominator = 1])","returnType":"Rational"},"defaultArgumentListString":"numerator","defaultArgumentListTextRanges":[0,9],"parameterNames":["numerator","denominator"],"parameterTypes":["int","int"],"relevanceTags":["package:rational/rational.dart::Rational","fromInt"],"requiredParameterCount":1},{"label":"Rational.parse","declaringLibraryUri":"package:rational/rational.dart","element":{"kind":"CONSTRUCTOR","name":"parse","location":{"file":"/hom… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1450,"uri":"package:decimal/decimal.dart","items":[{"label":"Decimal","declaringLibraryUri":"package:decimal/decimal.dart","element":{"kind":"CLASS","name":"Decimal","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/decimal-0.3.5/lib/decimal.dart","offset":665,"length":0,"startLine":19,"startColumn":7},"flags":0},"relevanceTags":["package:decimal/decimal.dart::Decimal","Decimal"]},{"label":"Decimal.parse","declaringLibraryUri":"package:decimal/decimal.dart","element":{"kind":"CONSTRUCTOR","name":"parse","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/decimal-0.3.5/lib/decimal.dart","offset":724,"length":0,"startLine":20,"startColumn":19},"flags":0,"parameters":"(String value)","returnType":"Decimal"},"defaultArgumentListString":"value","defaultArgumentListTextRanges":[0,5],"parameterNames":["value"],"parameterTypes":["String"],"relevanceTags":["package:decimal/decimal.dart::Decimal","parse"],"requiredParameterCount":1},{"label":"Decimal.fromInt","declaringLibraryUri":"package:decimal/decimal.dart","element":{"kind":"CONSTRUCTOR","name":"fromInt","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/decimal-0.3.5/lib/decimal.dart","offset":818,"length":0,"startLine":23,"startColumn":19},"flags":0,"parameters":"(int value)","returnType":"Decimal"},"defaultArgumentListString":"value","defaultArgumentListTextRanges":[0,5],"parameterNames":["value"],"parameterTypes":["int"],"relevanceTags":["package:decimal/decimal.dart::Decimal","fromInt"],"requiredParameterCount":1},{"label":"zero","declaringLibraryUri":"package:decimal/decimal.dart","element":{"kind":"FIELD","name":"zero","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/decimal-0.3.5/lib/decimal.dart","offset":959,"length":0,"startLine":28,"… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1451,"uri":"package:bech32/bech32.dart","items":[{"label":"SegwitEncoder","declaringLibraryUri":"package:bech32/src/segwit.dart","element":{"kind":"CLASS","name":"SegwitEncoder","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/git/bech32-281e2f39705a7184b7c2ae1b7194271894cb5376/lib/src/segwit.dart","offset":664,"length":0,"startLine":26,"startColumn":7},"flags":0},"relevanceTags":["package:bech32/src/segwit.dart::SegwitEncoder","SegwitEncoder"]},{"label":"convert","declaringLibraryUri":"package:bech32/src/segwit.dart","element":{"kind":"METHOD","name":"convert","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/git/bech32-281e2f39705a7184b7c2ae1b7194271894cb5376/lib/src/segwit.dart","offset":746,"length":0,"startLine":27,"startColumn":10},"flags":0,"parameters":"(Segwit input)","returnType":"String"},"defaultArgumentListString":"input","defaultArgumentListTextRanges":[0,5],"parameterNames":["input"],"parameterTypes":["Segwit"],"requiredParameterCount":1},{"label":"SegwitEncoder","declaringLibraryUri":"package:bech32/src/segwit.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/git/bech32-281e2f39705a7184b7c2ae1b7194271894cb5376/lib/src/segwit.dart","offset":4294967295,"length":0,"startLine":0,"startColumn":0},"flags":0,"parameters":"()","returnType":"SegwitEncoder"},"parameterNames":[],"parameterTypes":[],"relevanceTags":["package:bech32/src/segwit.dart::SegwitEncoder",""],"requiredParameterCount":0},{"label":"MixedCase","declaringLibraryUri":"package:bech32/src/exceptions.dart","element":{"kind":"CLASS","name":"MixedCase","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/git/bech32-281e2f39705a7184b7c2ae1b7194271894cb5376/lib/src/exceptions.dart","offset":491,"length":0,"startLine":22,"startColumn":7},"flags":0},"relevanceTags":["packa… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1455,"uri":"package:collection/collection.dart","items":[{"label":"maxBy","declaringLibraryUri":"package:collection/src/functions.dart","element":{"kind":"FUNCTION","name":"maxBy","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/collection-1.14.11/lib/src/functions.dart","offset":3123,"length":0,"startLine":87,"startColumn":3},"flags":0,"parameters":"(Iterable<S> values, T orderBy(S element), {int compare(T value1, T value2)})","returnType":"S","typeParameters":"<S, T>"},"defaultArgumentListString":"values, orderBy","defaultArgumentListTextRanges":[0,6,8,7],"parameterNames":["values","orderBy","compare"],"parameterTypes":["Iterable<S>","",""],"requiredParameterCount":2},{"label":"PriorityQueue","declaringLibraryUri":"package:collection/src/priority_queue.dart","element":{"kind":"CLASS","name":"PriorityQueue","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/collection-1.14.11/lib/src/priority_queue.dart","offset":430,"length":0,"startLine":12,"startColumn":16},"flags":1},"relevanceTags":["package:collection/src/priority_queue.dart::PriorityQueue","PriorityQueue"]},{"label":"PriorityQueue","declaringLibraryUri":"package:collection/src/priority_queue.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/collection-1.14.11/lib/src/priority_queue.dart","offset":945,"length":0,"startLine":24,"startColumn":11},"flags":0,"parameters":"([int comparison(E e1, E e2)])","returnType":"PriorityQueue"},"parameterNames":["comparison"],"parameterTypes":[""],"relevanceTags":["package:collection/src/priority_queue.dart::PriorityQueue",""],"requiredParameterCount":0},{"label":"length","declaringLibraryUri":"package:collection/src/priority_queue.dart","element":{"kind":"GETTER","name":"length","location":{"file":… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1473,"uri":"package:async/async.dart","items":[{"label":"DelegatingFuture","declaringLibraryUri":"package:async/src/delegate/future.dart","element":{"kind":"CLASS","name":"DelegatingFuture","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/async-2.4.0/lib/src/delegate/future.dart","offset":294,"length":0,"startLine":8,"startColumn":7},"flags":0},"relevanceTags":["package:async/src/delegate/future.dart::DelegatingFuture","DelegatingFuture"]},{"label":"DelegatingFuture","declaringLibraryUri":"package:async/src/delegate/future.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/async-2.4.0/lib/src/delegate/future.dart","offset":395,"length":0,"startLine":12,"startColumn":3},"flags":0,"parameters":"(this._future)","returnType":"DelegatingFuture"},"defaultArgumentListString":"_future","defaultArgumentListTextRanges":[0,7],"parameterNames":["_future"],"parameterTypes":[""],"relevanceTags":["package:async/src/delegate/future.dart::DelegatingFuture",""],"requiredParameterCount":1},{"label":"typed","declaringLibraryUri":"package:async/src/delegate/future.dart","element":{"kind":"METHOD","name":"typed","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/async-2.4.0/lib/src/delegate/future.dart","offset":829,"length":0,"startLine":21,"startColumn":20},"flags":32,"parameters":"(Future future)","returnType":"Future<T>","typeParameters":"<T>"},"defaultArgumentListString":"future","defaultArgumentListTextRanges":[0,6],"parameterNames":["future"],"parameterTypes":["Future"],"requiredParameterCount":1},{"label":"asStream","declaringLibraryUri":"package:async/src/delegate/future.dart","element":{"kind":"METHOD","name":"asStream","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/p… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1504,"uri":"package:rxdart/transformers.dart","items":[{"label":"TakeUntilStreamTransformer","declaringLibraryUri":"package:rxdart/src/transformers/take_until.dart","element":{"kind":"CLASS","name":"TakeUntilStreamTransformer","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/rxdart-0.23.1/lib/src/transformers/take_until.dart","offset":422,"length":0,"startLine":15,"startColumn":7},"flags":0},"relevanceTags":["package:rxdart/src/transformers/take_until.dart::TakeUntilStreamTransformer","TakeUntilStreamTransformer"]},{"label":"TakeUntilStreamTransformer","declaringLibraryUri":"package:rxdart/src/transformers/take_until.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/rxdart-0.23.1/lib/src/transformers/take_until.dart","offset":659,"length":0,"startLine":20,"startColumn":3},"flags":0,"parameters":"(Stream<S> otherStream)","returnType":"TakeUntilStreamTransformer"},"defaultArgumentListString":"otherStream","defaultArgumentListTextRanges":[0,11],"parameterNames":["otherStream"],"parameterTypes":["Stream<S>"],"relevanceTags":["package:rxdart/src/transformers/take_until.dart::TakeUntilStreamTransformer",""],"requiredParameterCount":1},{"label":"bind","declaringLibraryUri":"package:rxdart/src/transformers/take_until.dart","element":{"kind":"METHOD","name":"bind","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/rxdart-0.23.1/lib/src/transformers/take_until.dart","offset":789,"length":0,"startLine":24,"startColumn":13},"flags":0,"parameters":"(Stream<T> stream)","returnType":"Stream<T>"},"defaultArgumentListString":"stream","defaultArgumentListTextRanges":[0,6],"parameterNames":["stream"],"parameterTypes":["Stream<T>"],"requiredParameterCount":1},{"label":"IntervalExtension","declaringLibraryUri":… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1538,"uri":"package:rxdart/subjects.dart","items":[{"label":"BehaviorSubject","declaringLibraryUri":"package:rxdart/src/subjects/behavior_subject.dart","element":{"kind":"CLASS","name":"BehaviorSubject","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/rxdart-0.23.1/lib/src/subjects/behavior_subject.dart","offset":1578,"length":0,"startLine":42,"startColumn":7},"flags":0},"relevanceTags":["package:rxdart/src/subjects/behavior_subject.dart::BehaviorSubject","BehaviorSubject"]},{"label":"BehaviorSubject","declaringLibraryUri":"package:rxdart/src/subjects/behavior_subject.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/rxdart-0.23.1/lib/src/subjects/behavior_subject.dart","offset":1993,"length":0,"startLine":55,"startColumn":11},"flags":0,"parameters":"({void Function() onListen, void Function() onCancel, bool sync = false})","returnType":"BehaviorSubject"},"parameterNames":["onListen","onCancel","sync"],"parameterTypes":["void Function()","void Function()","bool"],"relevanceTags":["package:rxdart/src/subjects/behavior_subject.dart::BehaviorSubject",""],"requiredParameterCount":0},{"label":"BehaviorSubject.seeded","declaringLibraryUri":"package:rxdart/src/subjects/behavior_subject.dart","element":{"kind":"CONSTRUCTOR","name":"seeded","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/rxdart-0.23.1/lib/src/subjects/behavior_subject.dart","offset":2732,"length":0,"startLine":81,"startColumn":27},"flags":0,"parameters":"(T seedValue, {void Function() onListen, void Function() onCancel, bool sync = false})","returnType":"BehaviorSubject"},"defaultArgumentListString":"seedValue","defaultArgumentListTextRanges":[0,9],"parameterNames":["seedValue","onListen","onCancel","sync"],"parameterTypes":["T",… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1543,"uri":"package:rxdart/streams.dart","items":[{"label":"ZipWithExtension","declaringLibraryUri":"package:rxdart/src/streams/zip.dart","element":{"kind":"EXTENSION","name":"ZipWithExtension","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/rxdart-0.23.1/lib/src/streams/zip.dart","offset":11905,"length":0,"startLine":374,"startColumn":11},"flags":0}},{"label":"ValueConnectableStream","declaringLibraryUri":"package:rxdart/src/streams/connectable_stream.dart","element":{"kind":"CLASS","name":"ValueConnectableStream","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/rxdart-0.23.1/lib/src/streams/connectable_stream.dart","offset":3204,"length":0,"startLine":99,"startColumn":7},"flags":0},"relevanceTags":["package:rxdart/src/streams/connectable_stream.dart::ValueConnectableStream","ValueConnectableStream"]},{"label":"ValueConnectableStream","declaringLibraryUri":"package:rxdart/src/streams/connectable_stream.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/rxdart-0.23.1/lib/src/streams/connectable_stream.dart","offset":3598,"length":0,"startLine":109,"startColumn":11},"flags":0,"parameters":"(Stream<T> source)","returnType":"ValueConnectableStream"},"defaultArgumentListString":"source","defaultArgumentListTextRanges":[0,6],"parameterNames":["source"],"parameterTypes":["Stream<T>"],"relevanceTags":["package:rxdart/src/streams/connectable_stream.dart::ValueConnectableStream",""],"requiredParameterCount":1},{"label":"ValueConnectableStream.seeded","declaringLibraryUri":"package:rxdart/src/streams/connectable_stream.dart","element":{"kind":"CONSTRUCTOR","name":"seeded","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/rxdart-0.23.1/lib/src/stream… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1564,"uri":"package:rxdart/rxdart.dart","items":[{"label":"DoExtensions","declaringLibraryUri":"package:rxdart/src/transformers/do.dart","element":{"kind":"EXTENSION","name":"DoExtensions","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/rxdart-0.23.1/lib/src/transformers/do.dart","offset":6970,"length":0,"startLine":224,"startColumn":11},"flags":0}},{"label":"DelayStreamTransformer","declaringLibraryUri":"package:rxdart/src/transformers/delay.dart","element":{"kind":"CLASS","name":"DelayStreamTransformer","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/rxdart-0.23.1/lib/src/transformers/delay.dart","offset":593,"length":0,"startLine":16,"startColumn":7},"flags":0},"relevanceTags":["package:rxdart/src/transformers/delay.dart::DelayStreamTransformer","DelayStreamTransformer"]},{"label":"DelayStreamTransformer","declaringLibraryUri":"package:rxdart/src/transformers/delay.dart","element":{"kind":"CONSTRUCTOR","name":"","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/rxdart-0.23.1/lib/src/transformers/delay.dart","offset":849,"length":0,"startLine":21,"startColumn":3},"flags":0,"parameters":"(Duration duration)","returnType":"DelayStreamTransformer"},"defaultArgumentListString":"duration","defaultArgumentListTextRanges":[0,8],"parameterNames":["duration"],"parameterTypes":["Duration"],"relevanceTags":["package:rxdart/src/transformers/delay.dart::DelayStreamTransformer",""],"requiredParameterCount":1},{"label":"bind","declaringLibraryUri":"package:rxdart/src/transformers/delay.dart","element":{"kind":"METHOD","name":"bind","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/rxdart-0.23.1/lib/src/transformers/delay.dart","offset":968,"length":0,"startLine":25,"startColumn":13},"flags":0,"par… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":576,"uri":"package:bloc/bloc.dart","items":[{"label":"BlocDelegate","declaringLibraryUri":"package:bloc/src/bloc_delegate.dart","element":{"kind":"CLASS","name":"BlocDelegate","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/bloc-3.0.0/lib/src/bloc_delegate.dart","offset":160,"length":0,"startLine":6,"startColumn":7},"flags":0},"relevanceTags":["package:bloc/src/bloc_delegate.dart::BlocDelegate","BlocDelegate"]},{"label":"onEvent","declaringLibraryUri":"package:bloc/src/bloc_delegate.dart","element":{"kind":"METHOD","name":"onEvent","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/bloc-3.0.0/lib/src/bloc_delegate.dart","offset":347,"length":0,"startLine":10,"startColumn":8},"flags":0,"parameters":"(Bloc bloc, Object event)","returnType":"void"},"defaultArgumentListString":"bloc, event","defaultArgumentListTextRanges":[0,4,6,5],"parameterNames":["bloc","event"],"parameterTypes":["Bloc","Object"],"requiredParameterCount":2},{"label":"onTransition","declaringLibraryUri":"package:bloc/src/bloc_delegate.dart","element":{"kind":"METHOD","name":"onTransition","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/bloc-3.0.0/lib/src/bloc_delegate.dart","offset":728,"length":0,"startLine":17,"startColumn":8},"flags":0,"parameters":"(Bloc bloc, Transition transition)","returnType":"void"},"defaultArgumentListString":"bloc, transition","defaultArgumentListTextRanges":[0,4,6,10],"parameterNames":["bloc","transition"],"parameterTypes":["Bloc","Transition"],"requiredParameterCount":2},{"label":"onError","declaringLibraryUri":"package:bloc/src/bloc_delegate.dart","element":{"kind":"METHOD","name":"onError","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/.pub-cache/hosted/pub.dartlang.org/bloc-3.0.0/lib/src/bloc_delegate.dart","offset":108… | |
[10:15:34] [Analyzer] [Info] <== {"event":"completion.availableSuggestions","params":{"changedLibraries":[{"id":1653,"uri":"dart:_internal","items":[{"label":"UnmodifiableListMixin","declaringLibraryUri":"dart:_internal","element":{"kind":"CLASS","name":"UnmodifiableListMixin","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/internal/list.dart","offset":2992,"length":0,"startLine":89,"startColumn":16},"flags":1},"relevanceTags":["dart:_internal::UnmodifiableListMixin","UnmodifiableListMixin"]},{"label":"[]=","declaringLibraryUri":"dart:_internal","element":{"kind":"METHOD","name":"[]=","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/internal/list.dart","offset":3120,"length":0,"startLine":91,"startColumn":17},"flags":0,"parameters":"(int index, E value)","returnType":"void"},"defaultArgumentListString":"index, value","defaultArgumentListTextRanges":[0,5,7,5],"parameterNames":["index","value"],"parameterTypes":["int","E"],"requiredParameterCount":2},{"label":"length","declaringLibraryUri":"dart:_internal","element":{"kind":"SETTER","name":"length","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/internal/list.dart","offset":3293,"length":0,"startLine":96,"startColumn":7},"flags":0,"parameters":"(int newLength)"},"parameterNames":["newLength"],"parameterTypes":["int"],"requiredParameterCount":1},{"label":"first","declaringLibraryUri":"dart:_internal","element":{"kind":"SETTER","name":"first","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/internal/list.dart","offset":3421,"length":0,"startLine":101,"startColumn":7},"flags":0,"parameters":"(E element)"},"parameterNames":["element"],"parameterTypes":["E"],"requiredParameterCount":1},{"label":"last","declaringLibraryUri":"dart:_internal","element":{"kind":"SETTER","name":"last","location":{"file":"/home/fusion44/dev/mobile/flutter_sdk/latest/bin/cache/pkg/sky_engine/lib/… | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/test/channels/subscribe_channel_events/channels_updated_state_test.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/test/utils_test.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/peer_info_widget.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/onchain_fee_select.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/charts/chart_section_input.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/charts/charts.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/charts/flat_line_chart/flat_line_chart_painter.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/charts/flat_line_chart/flat_line_chart_widget.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/data_item.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/money_value_input.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/data_item_money.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/tabbar/tab_bar.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/tabbar/tab.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/tabbar/tab_data.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/tabbar/tab_bar_widget.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/logo_hero_widget.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/widgets.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/timeago_list_item.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/sendmany_card.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/qr_scanner_widget.dart","errors":[{"severity":"INFO","type":"TODO","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/qr_scanner_widget.dart","offset":296,"length":16,"startLine":10,"startColumn":4},"message":"TODO: improve me","code":"todo","hasFix":false}]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/loading_widget.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/peer_list_tile.dart","errors":[{"severity":"INFO","type":"TODO","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/peer_list_tile.dart","offset":312,"length":18,"startLine":11,"startColumn":8},"message":"TODO: implement me","code":"todo","hasFix":false}]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/balance_display_list_item.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/money_value_view.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/local_node_info_widget.dart","errors":[{"severity":"INFO","type":"TODO","location":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/local_node_info_widget.dart","offset":2130,"length":18,"startLine":77,"startColumn":22},"message":"TODO: implement me","code":"todo","hasFix":false}]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/filled_text_field.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/translated_text.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/loading_indicator.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/filled_text_field_manual.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/transaction_hash_data_item.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/widgets/time_ago_widget.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/constants.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/blocs/get_remote_node_info/get_remote_node_info_event.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/blocs/get_remote_node_info/bloc.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/blocs/get_remote_node_info/get_remote_node_info_bloc.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/blocs/get_remote_node_info/get_remote_node_info_state.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/lnd_rpc/rpc.pbenum.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/lnd_rpc/rpc.pb.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/lnd_rpc/rpc.pbjson.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/lnd_rpc/lnd_rpc.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/lnd_rpc/rpc.pbgrpc.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/connection_manager/connection_manager_event.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/connection_manager/connection_data_provider.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/connection_manager/connection_manager_bloc.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/connection_manager/bloc.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/connection_manager/connection_manager_state.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/check_lnd_connection/check_lnd_connection_bloc.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/check_lnd_connection/check_lnd_connection_page.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/check_lnd_connection/check_lnd_connection_state.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/check_lnd_connection/bloc.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/connection/check_lnd_connection/check_lnd_connection_event.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/onchain_feetype.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/models.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/hop_hint.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/lightning_address.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/channel_edge.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/routing_policy.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/waiting_close_channels.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/channel_point.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_closing_channels.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_channels.dart","errors":[]}} | |
[10:15:34] [Analyzer] [Info] <== {"event":"analysis.errors","params":{"file":"/home/fusion44/dev/mobile/sendmany/lib/common/models/channels/pending_force_closing_channels.dar |
View raw
(Sorry about that, but we can’t show files that are this big right now.)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment