Utilities to help with Angular Dart testing within the Portal Framework.
Add this to your package's pubspec.yaml file:
dependencies:
tw_angular_test_utils: "^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:tw_angular_test_utils/tw_angular_test_utils.dart';
Version | Uploaded | Documentation | Archive |
---|---|---|---|
0.0.1 | Aug 24, 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]
|
95 | / 100 |
Maintenance:
Reflects how tidy and up-to-date the package is.
[more]
|
80 | / 100 |
Overall score:
Weighted score of the above.
[more]
|
45 |
Detected platforms: web
Primary library:
package:tw_angular_test_utils/tw_angular_test_utils.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.
Fix analysis and formatting issues.
Analysis or formatting checks reported 7 hints.
Run
dartfmt
to formatlib/src/opentip.dart
.Run
dartfmt
to formatlib/src/overlay.dart
.Similar analysis of the following files failed:
lib/src/resolve_po_from.dart
(hint)lib/transformer.dart
(hint)
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 usetw_angular_test_utils.dart
.
Package | Constraint | Resolved | Available |
---|---|---|---|
Direct dependencies | |||
Dart SDK | >=1.20.1 <2.0.0 | ||
angular_test | 1.0.0-beta+3 | 1.0.0-beta+3 | 1.0.1 |
barback | ^0.15.0 | 0.15.2+15 | |
pageloader | ^2.2.5 | 2.2.6 | |
Transitive dependencies | |||
analyzer | 0.30.0+4 | 0.31.1 | |
ansicolor | 0.0.9 | 0.1.0 | |
archive | 1.0.33 | ||
args | 0.13.7 | 1.4.2 | |
async | 2.0.6 | ||
boolean_selector | 1.0.3 | ||
build | 0.9.3 | 0.12.2 | |
build_barback | 0.2.2 | 0.5.0+3 | |
charcode | 1.1.1 | ||
cli_util | 0.1.2+1 | ||
code_builder | 1.0.4 | 3.0.3 | |
code_transformers | 0.5.1+4 | ||
collection | 1.14.9 | ||
convert | 2.0.1 | ||
crypto | 2.0.2+1 | ||
csslib | 0.13.7+1 | 0.14.1 | |
dart_style | 1.0.9+1 | 1.0.10 | |
fixnum | 0.10.7 | ||
front_end | 0.1.0-alpha.4.1 | 0.1.0-alpha.11 | |
func | 1.0.0 | ||
glob | 1.1.5 | ||
html | 0.13.3 | ||
http | 0.11.3+16 | ||
http_multi_server | 2.0.4 | ||
http_parser | 3.1.1 | ||
intl | 0.15.6 | ||
io | 0.3.2+1 | ||
isolate | 1.1.0 | 2.0.0 | |
js | 0.6.1 | ||
kernel | 0.3.0-alpha.1.1 | 0.3.0-alpha.11 | |
logging | 0.11.3+1 | ||
matcher | 0.12.2 | ||
meta | 1.1.2 | ||
mime | 0.9.6 | ||
multi_server_socket | 1.0.1 | ||
node_preamble | 1.4.0 | ||
package_config | 1.0.3 | ||
package_resolver | 1.0.2 | ||
path | 1.5.1 | ||
plugin | 0.2.0+2 | ||
pool | 1.3.4 | ||
protobuf | 0.5.5 | 0.7.2 | |
pub_semver | 1.3.7 | ||
quiver | 0.25.0 | 0.29.0+1 | |
shelf | 0.7.2 | ||
shelf_packages_handler | 1.0.3 | ||
shelf_static | 0.2.7 | ||
shelf_web_socket | 0.2.2 | ||
source_gen | 0.5.10+1 | 0.8.1 | |
source_map_stack_trace | 1.1.4 | ||
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 | ||
term_glyph | 1.0.0 | ||
typed_data | 1.1.5 | ||
unittest | 0.11.7 | 0.12.4+1 | |
utf | 0.9.0+4 | ||
watcher | 0.9.7+7 | ||
web_socket_channel | 1.0.7 | ||
webdriver | 1.2.3 | 2.0.0-beta | |
yaml | 2.1.13 | ||
Dev dependencies | |||
angular2 | ^3.1.0 | 3.1.0+1 | |
angular_components | ^0.5.0 | ||
dart_to_js_script_rewriter | ^1.0.1 | ||
test | ^0.12.0 | 0.12.35 | |
transformer_test | ^0.2.0 |