responsive_builder
A set of widgets that can be used to define a readable responsive UI for widgets.
0.7.1
90K downloads/mo
#1168 most downloaded on pub.dev
FilledStacks/responsive_builder
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Release timing varies
gaps range from 9 days to 1.1 years
Nearly every release is documented
notes for 27 of 29 stable releases
Nothing withdrawn
no release was ever pulled
7 years old
32 releases · first in 2019
0 releases in the last 12 months
see the full history below
Release timeline
32 releases · Oct 2019 to Jul 2024Releases
latest 32-
0.7.103 Jul 2024 -
0.7.018 May 2023 -
0.6.410 Mar 2023 -
0.6.303 Mar 2023 -
0.6.203 Mar 2023Release notes
Open source →- Fixes bug with preferDesktop where it always returns desktop UI even if there is a mobile UI.
-
0.6.102 Mar 2023Release notes
Open source →- Adds
preferDesktoptoResponsiveAppwhich tells the builders that if there's no layout supplied for the current size prefer the desktop over the mobileLayout. Default value isfalseto maintain mobile first behaviour.
- Adds
-
0.6.015 Feb 2023Release notes
Open source →New Feature
Adds responsive sizing by using the
ResponsiveAppwidget at the highest level which allows:- Using
20.screenHeight/number.screenHeightshorthand to get the percentage of the Screen Height - The same exists for the
screenWidth - There are also shorthand extensions for both.
screenHeight=>shandscreenWidth=>sw
- Using
-
0.5.110 Feb 2023 -
0.5.020 Jan 2023Release notes
Open source →New Feature
Adds the
ScrollTransformfunctionality which allows you to more easily create scroll effects based on the scrolling position. -
0.5.0+120 Jan 2023 -
0.5.0-beta.117 Jan 2023 pre-releaseNothing published for this version
-
0.5.0-beta.017 Jan 2023 pre-releaseNothing published for this version
-
0.4.331 Aug 2022 -
0.4.214 Feb 2022 -
0.4.128 Mar 2021Nothing published for this version
-
0.4.0-nullsafety.121 Jan 2021 pre-release -
0.3.003 Sep 2020 -
0.2.011 May 2020 -
0.2.0+111 May 2020 -
0.2.0+215 May 2020 -
0.1.911 May 2020Release notes
Open source →- Reverted the change for returning the mobile layout when break points doesn't define any.
-
0.1.811 May 2020Release notes
Open source →- Changed enum naming to lowerCamelCase to follow convention
- Add a return for mobile when no breakpoints match
-
0.1.8+111 May 2020 -
0.1.708 May 2020 -
0.1.607 May 2020Release notes
Open source →- Added ScreenTypeValue builder to allow us to return different values depending on the screen type
-
0.1.507 Feb 2020Nothing published for this version
-
0.1.411 Nov 2019Release notes
Open source →- Added optional screen break points definition to pass in to the ResponsiveBuilder or the ScreenLayoutView.
-
0.1.4+105 May 2020 -
0.1.307 Nov 2019Release notes
Open source →- Added shorthand bool properties to sizing information to check which device screen type is currently being show.
-
0.1.206 Nov 2019Release notes
Open source →- Updated screen type calculation to account for being on the Web. Width was swapping with the height when it got too wide so we're checking for web explicitly and using the width of the window.
-
0.1.106 Nov 2019Release notes
Open source →- Update the ScreenTypeLayout widget to use an incremental layout approach. If the desktop isn't supplied and we're in desktop mode we check if there's a tablet layout and show that, otherwise we show the mobile layout.
-
0.1.029 Oct 2019