PackageTrack
Sign in Get early access

be_widgets

Flutter package for badging and labeling widget along with any widget which reduce you amount of code significantly and also performance improvement.

1.3.0 BusinessOcean/be_widgets

What this package is like to depend on

Last release 4 months ago

28 Mar 2026

Ships fairly regularly

a new release about every 2 months

Nearly every release is documented

notes for 22 of 22 stable releases

Nothing withdrawn

no release was ever pulled

3 years old

22 releases · first in 2023

5 releases in the last 12 months

see the full history below

Release timeline

22 releases · Nov 2023 to Mar 2026
2024 2025 2026
Release Pre-release

Releases

latest 22
  1. 1.3.0 28 Mar 2026
    Release notes

    Added

    • BeOverflowView: New widget that displays children in a row/column and shows an overflow indicator (e.g., "+3 more") when there's not enough space
      • Supports horizontal and vertical directions
      • Fixed mode: all children have the same size as the first child
      • Flexible mode: each child can have its own size
      • Configurable spacing between items
      • Reverse display order support
      • Custom overflow indicator builder

    Example

    BeOverflowView(
      spacing: 8,
      builder: (context, count) => Text('+$count more'),
      children: [
        Chip(label: Text('Tag 1')),
        Chip(label: Text('Tag 2')),
        Chip(label: Text('Tag 3')),
      ],
    )
    
    Open source →
  2. 1.2.3 27 Feb 2026
    Release notes

    Fixed - BeTextMore

    • Style not applied: Fixed root TextSpan missing style property
    • Hit test not working: Fixed "Show more/less" tap detection using correct local coordinates
    • Memory leaks: Fixed TextPainter instances not being disposed properly
    • Resize handling: Fixed maxLines constraint incorrectly applied in TrimMode.length mode
    • Word boundary trimming: Text now trims at word boundaries instead of mid-word for cleaner display
    • Semantics: Fixed semantics label fallback for rich text content
    • Race condition: Added null safety guard in collapse state listener
    • Binary search fallback: Fixed potential crash with empty strings

    Added

    • Added comprehensive widgetbook examples for BeTextMore:
      • Line Trim Mode
      • Length Trim Mode
      • With Pre/Post Text
      • With Annotations (URLs, hashtags, mentions, emails)
      • Custom Styles
      • Non-Expandable mode
      • Rich Text support
      • External Collapse Control
    Open source →
  3. 1.2.2 21 Oct 2025
    Release notes
    • doc update
    Open source →
  4. 1.2.1 11 Sep 2025
    Release notes
    • Added demo and showcase example
    • added ui widgetbook in example and update real world showcase screen
    Open source →
  5. 1.2.0 04 Sep 2025
    Release notes
    • Introduced new widgets: be_badge.dart, be_multi_badge.dart, be_label.dart, be_multi_label.dart, be_text_more.dart, be_size_aware.dart, be_wrap.dart, be_row.dart, be_column.dart, be_container.dart, be_offset.dart, be_breakpoint.dart.

    • Added decoration utilities: decoration/be_box_decoration.dart, decoration/be_box_shadow.dart, decoration/be_icon_shape_border.dart.

    • Refactored widget structure to use a modular approach under lib/src/.

    • Improved code organization by separating decoration-related files into their own subfolder.

    • Various minor bug fixes and improvements to widget rendering and responsiveness.

    • Added Responsive widget


    Update the version and date as needed when you release these changes. If you want a more detailed changelog for specific commits or features, let me know!## [Unreleased]

    Added

    • Introduced new widgets: be_badge.dart, be_multi_badge.dart, be_label.dart, be_multi_label.dart, be_text_more.dart, be_size_aware.dart, be_wrap.dart, be_row.dart, be_column.dart, be_container.dart, be_offset.dart, be_breakpoint.dart.
    • Added decoration utilities: decoration/be_box_decoration.dart, decoration/be_box_shadow.dart, decoration/be_icon_shape_border.dart.

    Changed

    • Refactored widget structure to use a modular approach under lib/src/.
    • Improved code organization by separating decoration-related files into their own subfolder.

    Fixed

    • Various minor bug fixes and improvements to widget rendering and responsiveness.
    Open source →
    Release notes
    • Introduced new widgets: be_badge.dart, be_multi_badge.dart, be_label.dart, be_multi_label.dart, be_text_more.dart, be_size_aware.dart, be_wrap.dart, be_row.dart, be_column.dart, be_container.dart, be_offset.dart, be_breakpoint.dart.

    • Added decoration utilities: decoration/be_box_decoration.dart, decoration/be_box_shadow.dart, decoration/be_icon_shape_border.dart.

    • Refactored widget structure to use a modular approach under lib/src/.

    • Improved code organization by separating decoration-related files into their own subfolder.

    • Various minor bug fixes and improvements to widget rendering and responsiveness.

    • Added Responsive widget


    Open source →
  6. 1.1.7 19 Apr 2025
    Release notes
    • fixed icon decoration type
    Open source →
  7. 1.1.6 29 Mar 2025
    Release notes
    • updated screenshot
    Open source →
  8. 1.1.5 28 Mar 2025
    Release notes
    • Add BeBoxDecoration & BeIconShapeBorder decoration component
    • Updated Readme and example
    Open source →
  9. 1.1.4 01 Feb 2025
    Release notes
    • Added BeTextMore for long text display and controll with maxLine.
    Open source →
  10. 1.1.3 27 Dec 2024
    Release notes
    • version bump.
    Open source →
  11. 1.1.2 16 Jul 2024
    Release notes
    • flutter lint upgrade.
    Open source →
  12. 1.1.1 21 Apr 2024
    Release notes
    • flutter lint upgrade.
    Open source →
  13. 1.1.0 02 Mar 2024
    Release notes
    • Add BeOffset & BeTextMore widget.
    Open source →
  14. 1.0.4 29 Feb 2024
    Release notes
    • Added BeOffset for setting offset position without worry about boundary.
    Open source →
  15. 1.0.3 03 Feb 2024
    Release notes
    • added more example
    • added screenshot
    • updated docs
    Open source →
  16. 1.0.2 04 Jan 2024
    Release notes
    • updated docs
    Open source →
  17. 1.0.1 27 Dec 2023
    Release notes
    • Added Screenshot
    Open source →
  18. 1.0.0 27 Dec 2023
    Release notes
    • Updated documentation
    Open source →
  19. 0.0.4 15 Nov 2023
    Release notes
    • Updated documentation
    Open source →
  20. 0.0.3 15 Nov 2023
    Release notes
    • Added documentation
    Open source →
  21. 0.0.2 15 Nov 2023
    Release notes
    • Added badge and label widget with example
    Open source →
  22. 0.0.1 14 Nov 2023
    Release notes
    • TODO: Describe 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