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 2026Releases
latest 22-
1.3.028 Mar 2026Release notes
Open source →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')), ], ) - 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
-
1.2.327 Feb 2026Release notes
Open source →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
-
1.2.221 Oct 2025 -
1.2.111 Sep 2025Release notes
Open source →- Added demo and showcase example
- added ui widgetbook in example and update real world showcase screen
-
1.2.004 Sep 2025Release notes
Open source →-
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.
Release notes
Open source →-
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
-
-
1.1.719 Apr 2025 -
1.1.629 Mar 2025 -
1.1.528 Mar 2025Release notes
Open source →- Add BeBoxDecoration & BeIconShapeBorder decoration component
- Updated Readme and example
-
1.1.401 Feb 2025 -
1.1.327 Dec 2024 -
1.1.216 Jul 2024 -
1.1.121 Apr 2024 -
1.1.002 Mar 2024 -
1.0.429 Feb 2024Release notes
Open source →- Added BeOffset for setting offset position without worry about boundary.
-
1.0.303 Feb 2024 -
1.0.204 Jan 2024 -
1.0.127 Dec 2023 -
1.0.027 Dec 2023 -
0.0.415 Nov 2023 -
0.0.315 Nov 2023 -
0.0.215 Nov 2023 -
0.0.114 Nov 2023