linklytics_feedback 0.0.4
linklytics_feedback: ^0.0.4 copied to clipboard
A Flutter package for collecting user feedback with customizable UI, automatic language detection, and support for 30+ languages.
0.0.4 #
- Added optional Name and Email fields for user identification
- Added File Attachment support (Images/Documents)
- Updated request model to use Multipart/FormData for file uploads
- Improved UX: suppressed generic error snackbars on validation failure
- Expanded localization support for new fields
0.0.3 #
- MAJOR UPDATE: Added automatic language detection and localization
- Added support for 30+ languages with automatic device language detection
- Implemented
LocalizationServicefor language management with smart priority detection:- Checks GetX locale first (respects app's language settings)
- Falls back to platform/device locale (system language)
- Defaults to English if unsupported
- Added
FeedbackStrings.auto()factory for automatic language detection - Added
FeedbackStrings.forLanguage(String)factory for specific language selection - Added
enableAutoLanguageDetectionparameter toopenFeedback() - Supported languages: English, Arabic, Spanish, French, German, Chinese, Japanese, Korean, Portuguese, Russian, Italian, Dutch, Turkish, Polish, Swedish, Danish, Norwegian, Finnish, Greek, Czech, Hungarian, Romanian, Ukrainian, Thai, Vietnamese, Indonesian, Hebrew, Hindi, Bengali, Malay, Urdu
- Added RTL (Right-to-Left) language detection support
- Seamless integration with GetX locale management (
Get.updateLocale()) - Updated README with comprehensive localization documentation
- Added example demonstrating all localization features
- Added
flutter_localizationsandintldependencies
0.0.2 #
- Minor updates and bug fixes
0.0.1 #
- Initial release of Linklytics Feedback package
- Added customizable feedback form UI
- Integrated API service for sending feedback data
- Support for custom navigation patterns
- Customizable strings and text
- Built with GetX for state management
- Lightweight and easy to integrate