Skip to content

Commit c2ab69a

Browse files
committed
chore: bump version to 1.1.1 and update CHANGELOG with change detection and performance optimizations
1 parent 5a8bc34 commit c2ab69a

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33

44
All 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

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_screenutil_plus
22
description: 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
44
homepage: https://github.com/muhammadkamel/flutter_screenutil_plus
55
repository: https://github.com/muhammadkamel/flutter_screenutil_plus
66
license: MIT

0 commit comments

Comments
 (0)