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 22 hours ago, and awarded it 30 pub points (of a possible 130):
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: Package has an example
0/10 points: Failed to run dartdoc
- Failed to resolve dependencies.
stdout: [ +93 ms] executing: uname -m
[ +44 ms] Exit code 0 from: uname -m
[ ] x86_64
[ +7 ms] executing: [/tool/stable/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[ +9 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[ +1 ms] ee4e09cce01d6f2d7f4baebd247fde02e5008851
[ ] executing: [/tool/stable/flutter/] git tag --points-at ee4e09cce01d6f2d7f4baebd247fde02e5008851
[ +29 ms] Exit code 0 from: git tag --points-at ee4e09cce01d6f2d7f4baebd247fde02e5008851
[ ] 3.0.0
[ +11 ms] executing: [/tool/stable/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[ +10 ms] Exit code 128 from: git rev-parse --abbrev-ref --symbolic @{u}
[ ] fatal: HEAD does not point to a branch
[ +77 ms] Unable to locate an Android SDK.
[ +5 ms] executing: [/tool/stable/flutter/] git rev-parse --abbrev-ref HEAD
[ +9 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[ ] HEAD
[ +77 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[ ] 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, skipping update.
[ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterRunnerDebugSymbols' 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 'IosUsbArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'PubDependencies' is not required, skipping update.
[ +65 ms] executing: /tool/stable/flutter/bin/cache/dart-sdk/bin/dart __deprecated_pub upgrade --verbose
MSG : Resolving dependencies...
MSG : Logs written to /tmp/tool-envIVKICQ/pub-cache-dirNXHTVF/log/pub_log.txt.
[ +385 ms] "flutter pub" took 554ms.
[ +4 ms] Running shutdown hooks
[ +1 ms] Shutdown hooks complete
[ +2 ms] exiting with code 65
stderr: FINE: Pub 2.17.0
FINE: Resolving dependencies finished (0.024s).
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.dev/go/sdk-constraint
|
| ╷
| 1 │ {"dependencies":{"flutter":{"sdk":"flutter"},"rxdart":"^0.27.1"},"description":"An extension of the list view widget for incrementally loading data on scrolling","environment":{"flutter_sdk":">=2.0.0","sdk":">=2.12.0 <3.0.0"},"flutter":null,"homepage":"https://github.com/MaikuB/incrementally_loading_listview","name":"incrementally_loading_listview","version":"1.0.0"}
| │ ^^^^^^^^^^^^^
| ╵
FINE: Exception type: PubspecException
FINE: package:pub/src/entrypoint.dart 940:9 Entrypoint._checkSdkConstraint
| package:pub/src/entrypoint.dart 281:9 Entrypoint.acquireDependencies.<fn>
| package:pub/src/entrypoint.dart 280:68 Entrypoint.acquireDependencies.<fn>
| package:pub/src/log.dart 428:18 progress
[...]
<asynchronous suspension>
#4 AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
<asynchronous suspension>
#5 CommandRunner.runCommand (package:args/command_runner.dart:209:13)
<asynchronous suspension>
#6 FlutterCommandRunner.runCommand.<anonymous closure> (package:flutter_tools/src/runner/flutter_command_runner.dart:281:9)
<asynchronous suspension>
#7 AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
<asynchronous suspension>
#8 FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:229:5)
<asynchronous suspension>
#9 run.<anonymous closure>.<anonymous closure> (package:flutter_tools/runner.dart:62:9)
<asynchronous suspension>
#10 AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
<asynchronous suspension>
#11 main (package:flutter_tools/executable.dart:94: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
:dart pub get
failed:
OUT:
Resolving dependencies...
ERR:
Error on line 20, column 3 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.dev/go/sdk-constraint
╷
[3 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.12
, Flutter 3.0.0
, Dart 2.17.0
.