Tags: muhammadkamel/flutter_screenutil_plus
Tags
chore: release version 1.5.0 This release introduces significant performance optimizations, a comprehensive benchmarking suite, and the new ResponsiveGrid widget. Features & Additions: - feat: introduce `ResponsiveGrid` widget for adaptive layouts using device constraints. - perf: remove [SU](cci:2://file:///Users/mohammadkamel/flutter_framework/flutter_screenutil_plus/integration_test/apps/su_app.dart:5:0-19:1) mixin and `ScreenUtilPlusInit` tree-walking mechanism to eliminate massive scale-rebuilding bottlenecks across deep cascades. - test: create a comprehensive benchmarking suite ([tool/run_benchmarks.dart](cci:7://file:///Users/mohammadkamel/flutter_framework/flutter_screenutil_plus/tool/run_benchmarks.dart:0:0-0:0)) to track and measure micro-computations and UI rasterization overhead. Fixes & Enhancements: - fix: correct layout resolution bugs in `AdaptiveValues` causing elements to unintentionally double-scale. - docs: document benchmark results comparing execution speeds and layout jank to standard `flutter_screenutil` and native Flutter layouts.
PreviousNext