File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33
44All notable changes to this project will be documented in this file.
55
6+ ## [ 1.1.1] - 2025
7+
8+ ### Added
9+
10+ - Implemented change detection for screen metrics using Equatable to optimize rebuilds
11+ - Added ` _ScreenMetrics ` class with value-based equality comparison for efficient configuration change detection
12+
13+ ### Changed
14+
15+ - Optimized rebuild behavior: registered elements now only rebuild when screen metrics or fontSizeResolver actually change
16+ - Improved performance by preventing unnecessary rebuilds when configuration remains functionally identical
17+
618## [ 1.1.0] - 2025
719
820### Added
Original file line number Diff line number Diff line change 11name : flutter_screenutil_plus
22description : A flutter plugin for adapting screen and font size. Guaranteed to look good on different models
3- version : 1.1.0
3+ version : 1.1.1
44homepage : https://github.com/muhammadkamel/flutter_screenutil_plus
55repository : https://github.com/muhammadkamel/flutter_screenutil_plus
66license : MIT
You can’t perform that action at this time.
0 commit comments