v_chat_sdk_core 0.8.0+1
v_chat_sdk_core: ^0.8.0+1 copied to clipboard
core package for v chat sdk witch use socket.io with node js and mongodb db
1
likes
50/ 140
pub points
49%
popularity
We analyzed this package 27 hours ago, and awarded it 50 pub points (of a possible 140):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT
.
10/10 points: Package has an example
0/10 points: Failed to run dartdoc
- Failed to resolve dependencies.
stdout: [ +7 ms] executing: [/tool/stable/flutter/] git -c log.showSignature=false log[...]
[ +9 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[ ] 84a1e904f44f9b0e9c4510138010edcc653163f8
[ ] executing: [/tool/stable/flutter/] git tag --points-at 84a1e904f44f9b[...]
[ +34 ms] Exit code 0 from: git tag --points-at 84a1e904f44f9b0e9c4510138010edcc653163f8
[ ] 3.10.0
[ +3 ms] executing: [/tool/stable/flutter/] git rev-parse --abbrev-ref HEAD
[ +4 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[ ] HEAD
[ ] executing: [/tool/stable/flutter/] git rev-parse --abbrev-ref --symbo[...]
[ +4 ms] Exit code 128 from: git rev-parse --abbrev-ref --symbolic @{upstream}
[ ] fatal: HEAD does not point to a branch
[ +9 ms] Unable to locate an Android SDK.
[ +3 ms] executing: uname -m
[ +3 ms] Exit code 0 from: uname -m
[ ] x86_64
[ +31 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, s[...]
[ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required,[...]
[ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[...]
[ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'PubDependencies' is not required, skipping update.
[ +56 ms] executing: [/tmp/pub-dartlang-dartdocDCUIYV/pkg/] /tool/stable/flutte[...]
MSG : Resolving dependencies...
MSG : Logs written to /tmp/tool-envEFVKLJ/pub-cache-dirNSDXGN/log/pub_log.txt.
[+3494 ms] pub failed
command: "/tool/stable/flutter/bin/cache/dart-sdk/bin/dart pub --supp[...]
pub env: {
"FLUTTER_ROOT": "/tool/stable/flutter",
"PUB_ENVIRONMENT": "bot.pub_dartlang_org.docker:bot.pkg_pana:flutte[...]
"PUB_CACHE": "/tmp/tool-envEFVKLJ/pub-cache-dirNSDXGN",
}
exit code: 1
[ +13 ms] "flutter pub" took 3,637ms.
[ +18 ms] Running 0 shutdown hooks
[ +2 ms] Shutdown hooks complete
[ +2 ms] exiting with code 1
stderr: FINE: Pub 3.0.0
SLVR: fact: v_chat_sdk_core is 0.8.0+1
SLVR: derived: v_chat_sdk_core
FINE: Using https://pub.dev instead of https://pub.dartlang.org.
SLVR: fact: v_chat_sdk_core depends on chopper ^6.1.1
SLVR: fact: v_chat_sdk_core depends on crypto ^3.0.2
SLVR: fact: v_chat_sdk_core depends on diacritic ^0.1.3
SLVR: fact: v_chat_sdk_core depends on encrypt ^5.0.1
SLVR: fact: v_chat_sdk_core depends on flutter from sdk
SLVR: fact: v_chat_sdk_core depends on flutter_cache_manager ^3.3.0
SLVR: fact: v_chat_sdk_core depends on flutter_fgbg ^0.2.2
SLVR: fact: v_chat_sdk_core depends on google_api_availability ^5.0.0
SLVR: fact: v_chat_sdk_core depends on html ^0.15.2
SLVR: fact: v_chat_sdk_core depends on http ^0.13.5
SLVR: fact: v_chat_sdk_core depends on http_parser ^4.0.2
SLVR: fact: v_chat_sdk_core depends on latlong2 ^0.8.1
SLVR: fact: v_chat_sdk_core depends on logging ^1.1.1
SLVR: fact: v_chat_sdk_core depends on objectid ^2.1.0
SLVR: fact: v_chat_sdk_core depends on path ^1.8.2
SLVR: fact: v_chat_sdk_core depends on path_provider ^2.0.13
[...]
<asynchronous suspension>
#5 AppContext.run.<anonymous closure> (package:flutter_tools/src[...]
<asynchronous suspension>
#6 CommandRunner.runCommand (package:args/command_runner.dart:212:13)
<asynchronous suspension>
#7 FlutterCommandRunner.runCommand.<anonymous closure> (package:[...]
<asynchronous suspension>
#8 AppContext.run.<anonymous closure> (package:flutter_tools/src[...]
<asynchronous suspension>
#9 FlutterCommandRunner.runCommand (package:flutter_tools/src/ru[...]
<asynchronous suspension>
#10 run.<anonymous closure>.<anonymous closure> (package:flutter_[...]
<asynchronous suspension>
#11 AppContext.run.<anonymous closure> (package:flutter_tools/src[...]
<asynchronous suspension>
#12 main (package:flutter_tools/executable.dart:91:3)
<asynchronous suspension>
0/20 points: Platform support detection failed
Could not determine supported platforms as package resolution failed.
Run flutter pub get
for more information.
0/30 points: code has no errors, warnings, lints, or formatting issues
Found 2826 issues. Showing the first 2:
ERROR: Target of URI doesn't exist: 'package:v_chat_utils/v_chat_utils.dart'.
lib/src/events/app_life_cycle.dart:5:8
╷
5 │ import 'package:v_chat_utils/v_chat_utils.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/events/app_life_cycle.dart
ERROR: Classes can only extend other classes.
lib/src/events/app_life_cycle.dart:7:29
╷
7 │ class VAppLifeCycle extends VAppEvent {
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/events/app_life_cycle.dart
0/10 points: All of the package dependencies are supported in the latest version
- Could not run
flutter pub outdated
:flutter pub get
failed:
OUT:
Resolving dependencies...
ERR:
Because v_chat_utils >=0.4.0 depends on flutter_localizations from sdk which depends on intl 0.18.0, v_chat_utils >=0.4.0 requires intl 0.18.0.
So, because v_chat_sdk_core depends on v_chat_utils ^0.8.0 which depends on intl ^0.17.0, version solving failed.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Unable to detect Dart 3 & Flutter 3.10 compatibility
- Failed to analyze Dart 3 & Flutter 3.10 compatibilty:
Unable to run pub upgrade.
Because v_chat_utils >=0.4.0 depends on flutter_localizations from sdk which depends on intl 0.18.1, v_chat_utils >=0.4.0 requires intl 0.18.1.
So, because v_chat_sdk_core depends on v_chat_utils ^0.8.0 which depends on intl ^0.17.0, version solving failed.
You can try the following suggestion to make the pubspec resolve:
* Consider downgrading your constraint on v_chat_utils: flutter pub add v_chat_utils:^0.7.2
Analysed with Pana 0.21.32
, Flutter 3.10.0
, Dart 3.0.0
.