@Component(
selector: 'my-component',
directives: const[ResizeSensor],
template: r'''
<div>
some content
<resize-sensor (resize)="$event"></resize-sensor>
</div>
''')
class MyComponent{
void resize(ResizeEvent event){
print("${event.width} ${event.height}");
}
}
Add this to your package's pubspec.yaml file:
dependencies:
resize_sensor_component: "^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:resize_sensor_component/resize_sensor_component.dart';
Version | Uploaded | Documentation | Archive |
---|---|---|---|
0.0.1 | Apr 16, 2017 |
|
|
We analyzed this package on Apr 23, 2018, and provided a score, details, and suggestions below. Analysis was completed with status completed using:
Popularity:
Describes how popular the package is relative to other packages.
[more]
|
0 | / 100 |
Health:
Code health derived from static analysis.
[more]
|
99 | / 100 |
Maintenance:
Reflects how tidy and up-to-date the package is.
[more]
|
78 | / 100 |
Overall score:
Weighted score of the above.
[more]
|
45 |
Detected platforms: web
Primary library:
package:resize_sensor_component/resize_sensor_component.dart
with components:html
.
Maintain CHANGELOG.md
.
Changelog entries help clients to follow the progress in your code.
Package is pre-v1 release.
While there is nothing inherently wrong with versions of
0.*.*
, it usually means that the author is still experimenting with the general direction API.
Maintain an example.
Create a short demo in the
example/
directory to show how to use this package. Common file name patterns include:main.dart
,example.dart
or you could also useresize_sensor_component.dart
.
Fix analysis and formatting issues.
Analysis or formatting checks reported 1 hint.
Run
dartfmt
to formatlib/resize_sensor_component.dart
.
Use analysis_options.yaml
.
Rename old
.analysis_options
file toanalysis_options.yaml
.
Package | Constraint | Resolved | Available |
---|---|---|---|
Direct dependencies | |||
Dart SDK | >=1.19.0 <2.0.0 | ||
angular2 | ^2.0.0 | 2.2.0 | 3.1.0+1 |
Transitive dependencies | |||
analyzer | 0.29.5 | 0.31.1 | |
args | 0.13.7 | 1.4.2 | |
async | 1.13.3 | 2.0.6 | |
barback | 0.15.2+15 | ||
build | 0.5.0 | 0.12.2 | |
charcode | 1.1.1 | ||
cli_util | 0.1.2+1 | ||
code_transformers | 0.5.1+4 | ||
collection | 1.14.9 | ||
convert | 2.0.1 | ||
crypto | 2.0.2+1 | ||
csslib | 0.14.1 | ||
dart_style | 0.2.16 | 1.0.10 | |
fixnum | 0.10.7 | ||
glob | 1.1.5 | ||
html | 0.13.3 | ||
http_parser | 3.1.1 | ||
intl | 0.14.0 | 0.15.6 | |
isolate | 0.2.3 | 2.0.0 | |
js | 0.6.1 | ||
logging | 0.11.3+1 | ||
meta | 1.1.2 | ||
mime | 0.9.6 | ||
observable | 0.14.0+1 | 0.22.1 | |
package_config | 1.0.3 | ||
path | 1.5.1 | ||
plugin | 0.2.0+2 | ||
pool | 1.3.4 | ||
protobuf | 0.5.5 | 0.7.2 | |
shelf | 0.6.8 | 0.7.2 | |
shelf_static | 0.2.7 | ||
source_maps | 0.10.4 | ||
source_span | 1.4.0 | ||
stack_trace | 1.9.2 | ||
stream_channel | 1.6.5 | ||
string_scanner | 1.0.2 | ||
typed_data | 1.1.5 | ||
utf | 0.9.0+4 | ||
watcher | 0.9.7+7 | ||
yaml | 2.1.13 |