smart_overflow 1.0.3 copy "smart_overflow: ^1.0.3" to clipboard
smart_overflow: ^1.0.3 copied to clipboard

A comprehensive Flutter package for detecting, preventing, and handling overflow errors intelligently.

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.3 - 2025-06-01 #

Fixed #

  • Improved overflow detection algorithm for text widgets
  • Fixed test cases for better reliability
  • Enhanced layout measurement accuracy

Changed #

  • Updated TextPainter usage for more accurate overflow detection
  • Improved test setup with proper widget constraints

1.0.2 - 2025-05-30 #

Added #

  • Enhanced debug mode with visual overflow indicators
  • Better performance optimizations for overflow detection

Fixed #

  • Fixed edge cases in text measurement
  • Improved handling of infinite width constraints

1.0.1 - 2025-05-29 #

Fixed #

  • Fixed package dependencies
  • Corrected import statements in documentation

Added #

  • Additional test coverage for edge cases

1.0.0 - 2025-05-28 #

Added #

  • Initial release of Smart Overflow package
  • SafeText widget with multiple overflow strategies (scale, scroll, truncate, wrap)
  • SafeRow and SafeColumn widgets for layout overflow prevention
  • OverflowWrapper for universal overflow detection
  • Debug mode with visual overflow indicators
  • Comprehensive overflow detection engine
  • Multiple overflow handling strategies
  • Performance-optimized layout measurements
  • Extensive test coverage
  • Complete documentation and examples

Features #

  • 🛡️ Auto-detection of potential overflow scenarios
  • 🎯 Smart strategies for overflow handling
  • 🐛 Debug tools with visual indicators
  • ⚡ Performance optimized implementation
  • 🎨 Highly customizable configuration options
0
likes
140
points
11
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A comprehensive Flutter package for detecting, preventing, and handling overflow errors intelligently.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, meta

More

Packages that depend on smart_overflow