info_popup 4.3.1 copy "info_popup: ^4.3.1" to clipboard
info_popup: ^4.3.1 copied to clipboard

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

4.3.1 #

  • fix: The BoxConstraints error was addressed by adding extra validation.

4.3.0 #

  • 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)

4.1.0 #

  • feat: Added click behaviour to InfoPopupWidget (default: PopupClickTriggerBehavior.onTap)

4.0.0 #

  • 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.

3.0.6 #

  • refactor: Reformat code

3.0.5 #

  • chore: Update package topics.

3.0.4 #

  • fix: Highlight theme usable in InfoPopupWidget now

3.0.3 #

  • feat: Version upgrade

3.0.1 #

  • feat: Added enableLog prop to InfoPopupWidget
  • doc: Added package profile logo.

3.0.0 #

  • 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.

2.4.0 #

  • feature: Added automatic popup dismiss
  • feature: Added new dismiss trigger values (anyWhere, manuel)

2.3.0 #

  • 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

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

1.2.0 #

  • feature: Added custom indicator painter support

1.1.0 #

  • feature: Added arrow gap support according to the arrow direction
  • doc: Updated example project

1.0.10 #

  • doc: update planned task to README.md

1.0.9 #

  • doc: add planned task to README.md

1.0.8 #

  • doc: GIF size reduced
  • doc: README.md updated

1.0.7 #

  • doc: GIF speed updated

1.0.6 #

  • test: Added some simple widget tests
  • refactor: Disabled automatic showing info popup structure in example

1.0.5 #

  • Update README.md
  • fix: Info overlay layout done catching

1.0.4 #

  • Update README.md

1.0.3 #

  • Update README.md

1.0.2 #

  • Update README.md

1.0.1 #

  • Update README.md
  • Resize presentation GIF

1.0.0 #

  • Initial release
121
likes
160
pub points
96%
popularity
screenshot

Publisher

verified publishersalihcan.dev

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

Repository (GitHub)
View/report issues

Topics

#popup #modal #dialog #alert #tooltip

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on info_popup