PackageTrack
Sign in Get early access

info_popup

The simple way to show the user some information on your selected widget.

4.3.2 46K downloads/mo #1519 most downloaded on pub.dev salihcanbinboga/info_popup

What this package is like to depend on

Last release 2 years ago

no release in 18 months

Ships unpredictably

gaps range from 8 days to 12 months

Most releases are documented

notes for 32 of 42 stable releases

Nothing withdrawn

no release was ever pulled

4 years old

42 releases · first in 2022

0 releases in the last 12 months

see the full history below

Release timeline

42 releases · Sep 2022 to Nov 2024
2023 2024 2025 2026
Release Pre-release

Releases

latest 42
  1. 4.3.2 24 Nov 2024
    Release notes
    • chore: Update package icon on pub.dev
    Open source →
  2. 4.3.1 22 Nov 2023
    Release notes

    What's Changed

    Full Changelog: 2.2.0...4.3.1

    Open source →
    Release notes
    • fix: The BoxConstraints error was addressed by adding extra validation.
    Open source →
  3. 4.3.0 22 Nov 2023
    Release notes
    • feat: Added a structure that prevents other gestures when the showroom is active.
    • feat: You can now disable the content constraints using the [enabledAutomaticConstraint] parameter. (default: true)
    • feat: Arrow direction now adjusts automatically. You can manage it using the [enabledAutoArrowDirection] parameter. (default: true)
    Open source →
  4. 4.1.0 30 Oct 2023
    Release notes
    • feat: Added click behaviour to InfoPopupWidget (default: PopupClickTriggerBehavior.onTap)
    Open source →
  5. 4.0.0 27 Oct 2023
    Release notes
    • fix: Issue where InfoPopupWidget was not updating when a state inside it changed, whether it was active or closed, has been resolved.
    • fix: Problem of closing when clicked while active on top of InfoPopupWidget and automatically reopening has been fixed.

    Breaking Change:

    The customContent prop should now be a function that returns a Widget instead of directly accepting a Widget.

    Previous usage: customContent: Widget

    New usage: customContent: () => Widget

    This change means that the customContent prop must now be a function, requiring adjustments in the existing codebase.

    Open source →
  6. 3.0.6 29 Aug 2023
    Release notes
    • refactor: Reformat code
    Open source →
  7. 3.0.5 03 Aug 2023
    Release notes
    • chore: Update package topics.
    Open source →
  8. 3.0.4 21 May 2023
    Release notes
    • fix: Highlight theme usable in InfoPopupWidget now
    Open source →
  9. 3.0.3 08 May 2023
    Release notes
    • feat: Version upgrade
    Open source →
  10. 3.0.2 08 May 2023

    Nothing published for this version

  11. 3.0.1 09 Apr 2023
    Release notes
    • feat: Added enableLog prop to InfoPopupWidget
    • doc: Added package profile logo.
    Open source →
  12. 3.0.0 12 Mar 2023
    Release notes
    • fix: This fixes the issue of the InfoPopupWidget not updating when the popup content or a property of the InfoPopupWidget changes.
    • feat: Upgrade Flutter SDK to 3.7.1
    • doc: The readme.md file has been updated.
    Open source →
  13. 2.4.6 18 Nov 2022

    Nothing published for this version

  14. 2.4.5 17 Nov 2022

    Nothing published for this version

  15. 2.4.4 17 Nov 2022

    Nothing published for this version

  16. 2.4.3 17 Nov 2022

    Nothing published for this version

  17. 2.4.2 17 Nov 2022

    Nothing published for this version

  18. 2.4.1 14 Nov 2022

    Nothing published for this version

  19. 2.4.0 14 Nov 2022
    Release notes
    • feature: Added automatic popup dismiss
    • feature: Added new dismiss trigger values (anyWhere, manuel)
    Open source →
  20. 2.3.2 11 Nov 2022

    Nothing published for this version

  21. 2.3.1 11 Nov 2022

    Nothing published for this version

  22. 2.3.0 11 Nov 2022
    Release notes
    • feature: Highlight feature is now available!
    • feature: Improve for popup horizontal alignment calculation
    • refactor: Refactored the whole OverlayEntryLayout (Major Update Reason)
    • refactor: Improve popup opening animation performance
    Open source →
  23. 2.2.0 03 Nov 2022
    Release notes

    2.2.0

    • feature: Added contentMaxWidth prop to InfoPopupWidget

    2.1.3

    • doc: Update README.md

    2.1.2

    • doc: Deployed to hosting to test an example project
    • You can test now! Info Popup

    2.1.0

    • feature: Added indicatorOffset prop to InfoPopupWidget

    2.0.0

    • feature: Added dismiss behavior to info popup
    • feature: Support for inside list items!
    • feature: Added contentOffset prop
    • refactor: Some argument names have been changed (major version bump)
    • fix: Fixed a bug where the popup would not be dismissed when the user tapped outside of it
    • fix: Bottom sheet offset is now calculated correctly in web
    • deprecated: Removed infoText & infoWidget props
    • deprecated: Removed arrowGap & arrowAlignment props

    1.4.0

    • refactor: Improved calculating above and below the target widget remaining area
    • refactor: onControllerCreated now optional
    • refactor: infoText & infoWidget now deprecated, use customTitle & customContent instead
    • feature: Add popup trigger mode PopupTriggerBehavior (default: PopupTriggerBehavior.onTap)
    • refactor: Some code refactoring and name changes
    • feature: Calculate dynamic popup position based on the target widget position
    • feature: Add content SafeArea to indicator

    1.3.0

    • fix: Content overflow on device with small screen
    • feature: Added arrow alignment option by target
    Open source →
    Release notes
    • feature: Added contentMaxWidth prop to InfoPopupWidget
    Open source →
  24. 2.1.3 30 Oct 2022
    Release notes
    • doc: Update README.md
    Open source →
  25. 2.1.2 27 Oct 2022
    Release notes
    • doc: Deployed to hosting to test an example project
    • You can test now! Info Popup
    Open source →
  26. 2.1.1 19 Oct 2022

    Nothing published for this version

  27. 2.1.0 19 Oct 2022
    Release notes
    • feature: Added indicatorOffset prop to InfoPopupWidget
    Open source →
  28. 2.0.0 19 Oct 2022
    Release notes
    • feature: Added dismiss behavior to info popup
    • feature: Support for inside list items!
    • feature: Added contentOffset prop
    • refactor: Some argument names have been changed (major version bump)
    • fix: Fixed a bug where the popup would not be dismissed when the user tapped outside of it
    • fix: Bottom sheet offset is now calculated correctly in web
    • deprecated: Removed infoText & infoWidget props
    • deprecated: Removed arrowGap & arrowAlignment props
    Open source →
  29. 1.4.0 19 Oct 2022
    Release notes
    • refactor: Improved calculating above and below the target widget remaining area
    • refactor: onControllerCreated now optional
    • refactor: infoText & infoWidget now deprecated, use customTitle & customContent instead
    • feature: Add popup trigger mode PopupTriggerBehavior (default: PopupTriggerBehavior.onTap)
    • refactor: Some code refactoring and name changes
    • feature: Calculate dynamic popup position based on the target widget position
    • feature: Add content SafeArea to indicator
    Open source →
  30. 1.3.0 18 Oct 2022
    Release notes
    • fix: Content overflow on device with small screen
    • feature: Added arrow alignment option by target
    Open source →
  31. 1.2.0 27 Sep 2022
    Release notes
    • feature: Added custom indicator painter support
    Open source →
  32. 1.0.10 19 Sep 2022
    Release notes
    • doc: update planned task to README.md
    Open source →
  33. 1.0.9 19 Sep 2022
    Release notes
    • doc: add planned task to README.md
    Open source →
  34. 1.0.8 19 Sep 2022
    Release notes

    doc: GIF size reduced

    doc: README.md updated

    Open source →
    Release notes
    • doc: GIF size reduced
    • doc: README.md updated
    Open source →
  35. 1.0.7 19 Sep 2022
    Release notes
    • doc: GIF speed updated
    Open source →
  36. 1.0.6 19 Sep 2022
    Release notes
    • test: Added some simple widget tests
    • refactor: Disabled automatic showing info popup structure in example
    Open source →
  37. 1.0.5 18 Sep 2022
    Release notes
    • Update README.md
    • fix: Info overlay layout done catching
    Open source →
  38. 1.0.4 18 Sep 2022
    Release notes
    • Update README.md
    Open source →
  39. 1.0.3 18 Sep 2022
    Release notes
    • Update README.md
    Open source →
  40. 1.0.2 18 Sep 2022
    Release notes
    • Update README.md
    Open source →
  41. 1.0.1 18 Sep 2022
    Release notes
    • Update README.md
    • Resize presentation GIF
    Open source →
  42. 1.0.0 18 Sep 2022
    Release notes
    • Initial release
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive