appsonair_flutter_appremark 0.0.1
appsonair_flutter_appremark: ^0.0.1 copied to clipboard
AppsOnAir AppRemark flutter sdk allows you to capture current screen on device shake directly through AppsOnAir.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add appsonair_flutter_appremarkWith Flutter:
$ flutter pub add appsonair_flutter_appremarkThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
appsonair_flutter_appremark: ^0.0.1Alternatively, 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:appsonair_flutter_appremark/app_remark_method_channel.dart';
import 'package:appsonair_flutter_appremark/app_remark_platform_interface.dart';
import 'package:appsonair_flutter_appremark/app_remark_service.dart';