responsive_framework
Easily make Flutter apps responsive. Automatically adapt UI to different screen sizes. Responsiveness made simple.
1.5.1
142K downloads/mo
#980 most downloaded on pub.dev
Codelessly/ResponsiveFramework
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Release timing varies
gaps range from 2 weeks to 11 months
Some releases are documented
notes for 10 of 32 stable releases
Nothing withdrawn
no release was ever pulled
7 years old
32 releases · first in 2020
0 releases in the last 12 months
see the full history below
Release timeline
32 releases · Feb 2020 to Aug 2024Releases
latest 32-
1.5.126 Aug 2024 -
1.5.026 Aug 2024Release notes
Open source →v1.5.0 Release
- Create new MaxWidthBox implementation that only uses constraints for setting max width.
- Create NoScrollBarBehavior.
- Update ScrollBehavior to inherit default behavior.
- Fix imports. Added responsive_utils.dart to the library file.
- Update examples.Release notes
Open source →- Create new MaxWidthBox implementation that only uses constraints for setting max width.
- Create NoScrollBarBehavior.
- Update ScrollBehavior to inherit default behavior.
- Fix imports. Added responsive_utils.dart to the library file.
- Update examples.
-
1.4.025 Feb 2024 -
1.3.024 Feb 2024Release notes
Open source →v1.3.0 Release
- Refactor Library Imports.
- Unify library imports.
- Restore const Conditions.
- Fix `copyWith` type.
- Update examples.
- Fix ResponsiveVisibility nullable type error.Release notes
Open source →- Refactor Library Imports.
- Unify library imports.
- Restore const Conditions.
- Fix
copyWithtype.
- Fix
- Update examples.
- Fix ResponsiveVisibility nullable type error.
- Refactor Library Imports.
-
1.2.023 Feb 2024Release notes
Open source →- Flutter v3.19 update.
- ResponsiveValue nullable type support.
- Update ResponsiveRowColumn to use underlying Flex instead of Row and Columns.
- Preserves nested widget state when switching between Rows and Columns.
- Fix
landscapeincorrectly set to always true.
Release notes
Open source →- Flutter v3.19 update.
- ResponsiveValue nullable type support.
- Update ResponsiveRowColumn to use underlying Flex instead of Row and Columns.
- Preserves nested widget state when switching between Rows and Columns.
- Fix
landscapeincorrectly set to always true.
-
1.1.111 Sep 2023Release notes
Open source →- v1.0.0 migration guide: Migration Guide
- Fix landscape values null.
- Remove names and comments of deprecated
ResponsiveWrapperin code.
Release notes
Open source →- v1.0.0 migration guide: Migration Guide
- Fix landscape values null.
- Remove names and comments of deprecated
ResponsiveWrapperin code.
-
1.1.017 Jun 2023Release notes
Open source →- Breaking Change - Condition is no longer constant to support inheriting type nullability.
- Simplify example.
Release notes
Open source →- Breaking Change - Responsive Value Condition is no longer constant to support inheriting type nullability.
- Simplify example.
-
1.0.017 Apr 2023 -
0.2.018 May 2022Release notes
Open source →Legacy
ResponsiveWrapperimplementation.Usage instructions:
responsive_framework: 0.2.0Add
ResponsiveWrapper.builderto your MaterialApp or CupertinoApp.import 'package:responsive_framework/responsive_framework.dart'; class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( builder: (context, child) => ResponsiveWrapper.builder( child, maxWidth: 1200, minWidth: 480, defaultScale: true, breakpoints: [ ResponsiveBreakpoint.resize(480, name: MOBILE), ResponsiveBreakpoint.autoScale(800, name: TABLET), ResponsiveBreakpoint.resize(1000, name: DESKTOP), ], background: Container(color: Color(0xFFF5F5F5))), initialRoute: "/", ); } } -
0.1.918 May 2022Release notes
Open source →- Flutter 2 compatibility version. This is the last version to support Flutter 2.
-
0.1.812 May 2022Nothing published for this version
-
0.1.713 Feb 2022Nothing published for this version
-
0.1.613 Feb 2022Nothing published for this version
-
0.1.531 Oct 2021Nothing published for this version
-
0.1.407 Jul 2021Nothing published for this version
-
0.1.213 Jun 2021Nothing published for this version
-
0.1.107 Jun 2021Nothing published for this version
-
0.1.015 Mar 2021Nothing published for this version
-
0.0.1503 Mar 2021Nothing published for this version
-
0.0.1425 Nov 2020Nothing published for this version
-
0.0.1225 Nov 2020Nothing published for this version
-
0.0.1124 Oct 2020Nothing published for this version
-
0.0.1024 Oct 2020Nothing published for this version
-
0.0.910 Oct 2020Nothing published for this version
-
0.0.803 Aug 2020Nothing published for this version
-
0.0.706 May 2020Nothing published for this version
-
0.0.605 May 2020Nothing published for this version
-
0.0.526 Apr 2020Nothing published for this version
-
0.0.417 Mar 2020Nothing published for this version
-
0.0.324 Feb 2020Nothing published for this version
-
0.0.220 Feb 2020Nothing published for this version
-
0.0.117 Feb 2020Nothing published for this version