incrementally_loading_listview 1.0.0
incrementally_loading_listview: ^1.0.0 copied to clipboard
An extension of the list view widget for incrementally loading data on scrolling
We analyzed this package 13 hours ago, and awarded it 40 pub points (of a possible 140):
0/10 points: Provide a valid pubspec.yaml
Unknown SDKs in `pubspec.yaml`.
pubspec.yaml:20:16
╷
20 │ flutter_sdk: ">=2.0.0"
│ ^^^^^^^^^
╵
The following unknown SDKs are in pubspec.yaml
:
{flutter_sdk}
.
pana
doesn’t recognize them; please remove the sdk
entry.
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: BSD-3-Clause
.
10/10 points: Package has an example
0/10 points: Failed to run dartdoc
- Failed to resolve dependencies.
stdout: [ +21 ms] Unable to locate an Android SDK.
[ +7 ms] executing: uname -m
[ +4 ms] Exit code 0 from: uname -m
[ ] x86_64
[ +1 ms] executing: [/tool/stable/flutter/] git -c log.showSignature=false log[...]
[ +4 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[ ] b06b8b2710955028a6b562f5aa6fe62941d6febf
[ ] executing: [/tool/stable/flutter/] git tag --points-at b06b8b27109550[...]
[ +27 ms] Exit code 0 from: git tag --points-at b06b8b2710955028a6b562f5aa6fe62941d6febf
[ ] 3.7.0
[ +12 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
[ +23 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 'LinuxEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skip[...]
[ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skip[...]
[ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, ski[...]
[ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, ski[...]
[ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'IosUsbArtifacts' 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.
[ +63 ms] executing: /tool/stable/flutter/bin/cache/dart-sdk/bin/dart __depreca[...]
MSG : Resolving dependencies...
MSG : Logs written to /tmp/tool-envFZXGBM/pub-cache-dirLSSJOA/log/pub_log.txt.
[+1393 ms] "flutter pub" took 1,529ms.
[ +1 ms] Running 0 shutdown hooks
[ ] Shutdown hooks complete
[ +1 ms] exiting with code 65
stderr: FINE: Pub 2.19.0
FINE: Resolving dependencies finished (0.034s).
ERR : Error on line 1, column 178 of pubspec.yaml: pubspec.yaml refers to an unk[...]
|
| Did you mean to add it as a dependency?
|
| Either remove the constraint, or upgrade to a version of pub that supports the
| given sdk.
|
| See https://dart.cn/go/sdk-constraint
|
| ╷
| 1 │ {"dependencies":{"flutter":{"sdk":"flutter"},"rxdart":"^0.27.1"},"desc[...]
| │ [...]
| ╵
FINE: Exception type: SourceSpanApplicationException
FINE: package:pub/src/entrypoint.dart 970:9 Entrypoint._checkSdkConstraint
| package:pub/src/entrypoint.dart 352:9 Entrypoint.acquireDep[...]
| package:pub/src/log.dart 435:18 progress
| package:pub/src/entrypoint.dart 351:26 Entrypoint.acquireDependencies
[...]
<asynchronous suspension>
#4 AppContext.run.<anonymous closure> (package:flutter_tools/src[...]
<asynchronous suspension>
#5 CommandRunner.runCommand (package:args/command_runner.dart:209:13)
<asynchronous suspension>
#6 FlutterCommandRunner.runCommand.<anonymous closure> (package:[...]
<asynchronous suspension>
#7 AppContext.run.<anonymous closure> (package:flutter_tools/src[...]
<asynchronous suspension>
#8 FlutterCommandRunner.runCommand (package:flutter_tools/src/ru[...]
<asynchronous suspension>
#9 run.<anonymous closure>.<anonymous closure> (package:flutter_[...]
<asynchronous suspension>
#10 AppContext.run.<anonymous closure> (package:flutter_tools/src[...]
<asynchronous suspension>
#11 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 53 issues. Showing the first 2:
ERROR: Target of URI doesn't exist: 'package:flutter/widgets.dart'.
lib/src/incrementally_loading_listview.dart:2:8
╷
2 │ import 'package:flutter/widgets.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/incrementally_loading_listview.dart
ERROR: Target of URI doesn't exist: 'package:rxdart/subjects.dart'.
lib/src/incrementally_loading_listview.dart:3:8
╷
3 │ import 'package:rxdart/subjects.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/incrementally_loading_listview.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:
Error on line 1, column 178 of pubspec.yaml: pubspec.yaml refers to an unknown sdk 'flutter_sdk'.
Did you mean to add it as a dependency?
Either remove the constraint, or upgrade to a version of pub that supports the
given sdk.
See https://dart.cn/go/sdk-constraint
╷
[4 more lines]
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Unable to detect null safety
Package resolution failed. Could not determine null safety.
Run dart pub get
for more information.
Analysed with Pana 0.21.25
, Flutter 3.7.0
, Dart 2.19.0
.