suggestly_flutter 0.1.7 copy "suggestly_flutter: ^0.1.7" to clipboard
suggestly_flutter: ^0.1.7 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.7 - 2025-10-29 #

  • Restored the trailing slash on the default API base URL so relative paths keep the /api prefix when resolved, matching Firebase Cloud Functions routing.
  • Clarified the URI resolution logic to avoid regressions when targeting self-hosted Suggestly deployments.

0.1.6 - 2025-10-29 #

  • Fixed the client URI resolver so requests keep the /api prefix when hitting self-hosted Suggestly deployments, preventing 404s during initialisation.

0.1.5 - 2025-10-28 #

  • Removed the need to supply email or name when submitting bug reports, feature requests, or ratings; the backend now resolves those details using only the Suggestly userId.
  • Dialogs continue to prompt for a missing display name and update the user profile before submitting feedback, ensuring newly entered names persist.

0.1.4 - 2025-10-28 #

  • Suggestly.initialize is now asynchronous and validates the provided API key against the Suggestly API before activating the client; invalid credentials throw SuggestlyApiException.
  • Collaborators can now submit ratings while an application remains in Draft, and the popups surface a draft-only notice alongside new automated tests.

0.1.3 - 2025-10-24 #

  • Increased default input padding so floating labels no longer clip when fields are focused or filled.
  • Ensured the alignment fix applies consistently across bug report, feature request, and rating popups.

0.1.2 - 2025-10-24 #

  • Refreshed README to reflect built-in screenshot picking, correct package path, and the streamlined Suggestly client API.
  • Removed references to the deprecated TextInputPopup workflow from the documentation.
  • Clarified bug report attachment limits and file validation in the documentation.

0.1.1 - 2025-10-23 #

  • Bug report popup now owns screenshot selection using file_selector, removing the host-provided onAddAttachments callback.
  • Added attachment validation and deterministic fallback filenames so backend uploads work reliably.
  • Simplified Suggestly.initialize/SuggestlyClient public 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_flutter providing 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.
0
likes
0
points
58
downloads

Publisher

unverified uploader

Weekly Downloads

Themeable dialogs in flutter for Suggestly feedback flows: feature requests, bug reports, and ratings.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

file_selector, flutter, http, url_launcher

More

Packages that depend on suggestly_flutter