ngpageloader 5.0.0 copy "ngpageloader: ^5.0.0" to clipboard
ngpageloader: ^5.0.0 copied to clipboard

Platformweb

Supports the creation of page objects that can be shared between in-browser tests and WebDriver tests.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ngpageloader

With Flutter:

 $ flutter pub add ngpageloader

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  ngpageloader: ^5.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:ngpageloader/core.dart';
import 'package:ngpageloader/debug.dart';
import 'package:ngpageloader/html.dart';
import 'package:ngpageloader/pageloader.dart';
import 'package:ngpageloader/testing.dart';
import 'package:ngpageloader/utils.dart';
import 'package:ngpageloader/webdriver.dart';
2
likes
120
pub points
7%
popularity

Publisher

verified publisherangulardart.xyz

Supports the creation of page objects that can be shared between in-browser tests and WebDriver tests.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

analyzer, build, build_config, built_value, collection, js, matcher, quiver, source_gen, webdriver

More

Packages that depend on ngpageloader