appium_flutter_server 0.0.16 copy "appium_flutter_server: ^0.0.16" to clipboard
appium_flutter_server: ^0.0.16 copied to clipboard

Appium Flutter server using Integration Test package for testing Flutter apps with Appium

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add appium_flutter_server
copied to clipboard

With Flutter:

 $ flutter pub add appium_flutter_server
copied to clipboard

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

dependencies:
  appium_flutter_server: ^0.0.16
copied to clipboard

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:appium_flutter_server/appium_flutter_server.dart';
copied to clipboard
1
likes
0
points
808
downloads

Publisher

unverified uploader

Weekly Downloads

2024.06.22 - 2025.01.04

Appium Flutter server using Integration Test package for testing Flutter apps with Appium

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

a_bridge, device_info_plus, flutter, flutter_test, integration_test, package_info_plus, path_provider, shelf, shelf_plus, shelf_router, synchronized

More

Packages that depend on appium_flutter_server