https://pub.dev/api/packages/responsive_builder2/feed.atomRecently published versions of package responsive_builder2 on pub.dev2026-02-09T10:03:01.897571ZPub Feed GeneratorA set of widgets that can be used to define a readable responsive UI for widgets.urn:uuid:f82aff5d-a2c6-4c63-8aa5-c97075eec72bv0.9.0 of responsive_builder22026-02-09T10:03:01.897571Z0.9.0 was published on Feb 9, 2026. Changelog excerpt: ### Bug Fixes - **Fix landscape width/height swap**— `ResponsiveAppUtil.setScreenSize`no longer swaps width and height in landscape. `screenWidth`/`sw`and `screenHeight`/`sh`now correctly reflect the actual visible dimensions regardless of orientation. - **Fix `ScrollController`disposal**— `ScrollTransformView`now properly disposes its `ScrollController`, preventing memory leaks. - **Fix `ResponsiveAppUtil`defaults**— `width`, `height`now default to `0`and `preferDesktop`to `false`instead of using `late`variables that would crash if accessed before `ResponsiveApp`is built. - **Fix double assignment in `getDeviceType`**— Simplified redundant `isWebOrDesktop = isWebOrDesktop ??= _isWebOrDesktop`to `isWebOrDesktop ??= _isWebOrDesktop`. ### Improvements - **Remove `provider`dependency**— Replaced with a built-in `ScrollControllerScope`(an `InheritedNotifier`) to inject `ScrollController`into scroll transform widgets. The package now has zero third-party dependencies beyond Flutter and `[...]urn:uuid:64951cf7-658f-43b9-b803-9fb4092156dav0.8.7 of responsive_builder22025-06-06T00:04:37.638956Z0.8.7 was published on Jun 6, 2025. Changelog excerpt: - Similar to 0.8.6 with changes to the `README.md`.urn:uuid:c5e50bf4-9cc5-4a50-bf8d-3ffd8a3176a8v0.8.6 of responsive_builder22025-06-05T23:55:08.626361Z0.8.6 was published on Jun 5, 2025. Changelog excerpt: - Fix support to `WASM`. - Apply lint fixes and better documentation.urn:uuid:fcbdca94-8ceb-4500-8991-16e60e79c5d0v0.8.5 of responsive_builder22025-06-03T22:12:14.486875Z0.8.5 was published on Jun 3, 2025.urn:uuid:82f15e10-d89f-4485-9b1c-c1b15d66c976v0.8.4 of responsive_builder22025-05-31T22:41:15.500054Z0.8.4 was published on May 31, 2025.urn:uuid:9d76366b-494d-4567-b174-79ef2f44982av0.8.3 of responsive_builder22025-05-31T12:35:46.935633Z0.8.3 was published on May 31, 2025. Changelog excerpt: - Add `ScreenTypeLayout.builder2`that includes `SizingInformation`. - Adds comparison operators to DeviceScreenType and RefinedSize, for convenience. ([https://github.com/FilledStacks/responsive_builder/pull/55](https://github.com/FilledStacks/responsive_builder/pull/55)) - Code coverage reached 100%. - Replace `import 'package:flutter/material.dart';`with `import 'package:flutter/widgets.dart';`.urn:uuid:c5ee9dcf-6cdc-4c63-ae79-a00e37e1c619v0.8.2 of responsive_builder22025-05-31T02:43:14.771439Z0.8.2 was published on May 31, 2025. Changelog excerpt: - Add `WASM`support ([https://github.com/FilledStacks/responsive_builder/pull/65](https://github.com/FilledStacks/responsive_builder/pull/65)) - Reduced unnecessary rebuilds by using `MediaQuery`as `InheritedModel`([https://github.com/FilledStacks/responsive_builder/pull/54](https://github.com/FilledStacks/responsive_builder/pull/54)) - Fixing code sample ([https://github.com/FilledStacks/responsive_builder/pull/33](https://github.com/FilledStacks/responsive_builder/pull/33))urn:uuid:7d9d45f3-f7ec-4abc-8ad1-881080202ee3v0.8.1 of responsive_builder22025-05-31T01:53:00.368270Z0.8.1 was published on May 31, 2025. Changelog excerpt: - Correct `README.md`configuration steps. - Remove `example/test`folder.urn:uuid:a70db74b-f7e4-4569-99a4-a2e6036f23abv0.8.0 of responsive_builder22025-05-31T01:20:17.489969Z0.8.0 was published on May 31, 2025. Changelog excerpt: - Replace `desktop`and `tablet`with `large`and `watch`with `small`. Necessary to handle desktop and tablet sizes correctly based on its platform. - Add more unit tests (Coverage 98.6%). - Add unit test CI.