appspector 0.10.0 copy "appspector: ^0.10.0" to clipboard
appspector: ^0.10.0 copied to clipboard

Flutter Plugin that integrate AppSpector to your mobile project. It provides remote access to application data to simplify developing process.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add appspector

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

dependencies:
  appspector: ^0.10.0

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

Import it

Now in your Dart code, you can use:

import 'package:appspector/appspector.dart';
42
likes
140
points
499
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter Plugin that integrate AppSpector to your mobile project. It provides remote access to application data to simplify developing process.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on appspector