A library who check if element from page is in viewport.
new viewportChecker('.my-element-to-check');
Please file feature requests and bugs at the issue tracker.
Add this to your package's pubspec.yaml file:
dependencies:
viewport_checker: ^0.0.1
You can install packages from the command line:
with pub:
$ pub get
Alternatively, your editor might support pub get
.
Check the docs for your editor to learn more.
Now in your Dart code, you can use:
import 'package:viewport_checker/viewport_checker.dart';
Version | Uploaded | Documentation | Archive |
---|---|---|---|
0.0.2 | Jun 17, 2016 |
|
|
0.0.1 | Jun 17, 2016 |
|
|
Popularity:
Describes how popular the package is relative to other packages.
[more]
|
0
|
Health:
Code health derived from static analysis.
[more]
|
--
|
Maintenance:
Reflects how tidy and up-to-date the package is.
[more]
|
--
|
Overall:
Weighted score of the above.
[more]
|
0
|
This package version is not analyzed, because it is more than two years old. Check the latest stable version for its analysis.
The package version is not analyzed, because it does not support Dart 2. Until this is resolved, the package will receive a health and maintenance score of 0.
Running dartdoc
failed. (-10 points)
Make sure dartdoc
runs without any issues.
Package | Constraint | Resolved | Available |
---|---|---|---|
Direct dependencies | |||
Dart SDK | >=1.0.0 <2.0.0 |