qwary_plugin 0.0.6
qwary_plugin: ^0.0.6 copied to clipboard
The Qwary Flutter SDK allows you to seamlessly integrate surveys and feedback forms into your Flutter application. This guide will walk you through the process of downloading, importing, and configuri [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add qwary_pluginThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
qwary_plugin: ^0.0.6Alternatively, 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:qwary_plugin/qwray_plugin.dart';
import 'package:qwary_plugin/qwray_plugin_method_channel.dart';
import 'package:qwary_plugin/qwray_plugin_platform_interface.dart';