smartlinks_feedback 2.0.2 copy "smartlinks_feedback: ^2.0.2" to clipboard
smartlinks_feedback: ^2.0.2 copied to clipboard

A Flutter package for collecting user feedback with customizable UI, automatic language detection, and support for 30+ languages.

smartlinks_feedback #

Customizable in-app feedback form for the SmartLinks Flutter SDK.

Recommended: SmartLinks.openFeedback() via smartlinks_flutter. Full docs: repository README.

Features #

  • Localized UI (30+ languages via FeedbackStrings.auto())
  • Custom titles, labels, and error messages
  • Image attachments, name/email fields
  • Premium vs free tier support (isPremium)
  • Theme integration via SmartLinksTheme

Quick start #

import 'package:smartlinks_flutter/smartlinks_flutter.dart';

await SmartLinks.initialize(
  apiKey: 'YOUR_KEY',
  appearance: SmartLinksAppearance(
    feedbackStrings: FeedbackStrings(pageTitle: 'Contact us'),
  ),
);

await SmartLinks.openFeedback(
  customNavigation: (page) => Navigator.push(
    context,
    MaterialPageRoute(builder: (_) => page),
  ),
);

License #

MIT — see LICENSE.

0
likes
140
points
186
downloads

Documentation

Documentation
API reference

Publisher

verified publishersmartlinks.live

Weekly Downloads

A Flutter package for collecting user feedback with customizable UI, automatic language detection, and support for 30+ languages.

Homepage
Repository (GitLab)

License

MIT (license)

Dependencies

flutter, flutter_localizations, get, image_picker, intl, package_info_plus, smartlinks_core

More

Packages that depend on smartlinks_feedback