suggestly_flutter 0.1.1
suggestly_flutter: ^0.1.1 copied to clipboard
Themeable dialogs in flutter for Suggestly feedback flows: feature requests, bug reports, and ratings.
Changelog #
All notable changes to this project will be documented in this file.
0.1.1 - 2025-10-23 #
- Bug report popup now owns screenshot selection using
file_selector, removing the host-providedonAddAttachmentscallback. - Added attachment validation and deterministic fallback filenames so backend uploads work reliably.
- Simplified
Suggestly.initialize/SuggestlyClientpublic API to only require an API key and added testing hooks for overriding the client. - Fixed missing immutability annotations and refreshed widget tests to match the new attachment flow.
0.1.0 - 2025-10-23 #
- Initial release of
suggestly_flutterproviding Material 3 dialogs for Suggestly workflows. - Includes text input, feature request, bug report (with attachments), and rating popups.
- Adds theming helpers, typed responses, and integration tests covering the dialogs.