PackageTrack
Sign in Get early access

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 2024
2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 32
  1. 1.5.1 26 Aug 2024
    Release notes

    v1.5.1 Release

    - Fix ScrollBehavior missing default values.

    Open source →
    Release notes
    • Fix ScrollBehavior missing default values.
    Open source →
  2. 1.5.0 26 Aug 2024
    Release notes

    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.

    Open source →
    Release notes
    • 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.
    Open source →
  3. 1.4.0 25 Feb 2024
    Release notes

    v1.4.0 Release

    - Update license.

    Open source →
    Release notes
    • Update license.
    Open source →
  4. 1.3.0 24 Feb 2024
    Release notes

    v1.3.0 Release

    - Refactor Library Imports.
    - Unify library imports.
    - Restore const Conditions.
    - Fix `copyWith` type.
    - Update examples.
    - Fix ResponsiveVisibility nullable type error.

    Open source →
    Release notes
    • Refactor Library Imports.
      • Unify library imports.
    • Restore const Conditions.
      • Fix copyWith type.
    • Update examples.
    • Fix ResponsiveVisibility nullable type error.
    Open source →
  5. 1.2.0 23 Feb 2024
    Release notes
    • 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 landscape incorrectly set to always true.
    Open source →
    Release notes
    • 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 landscape incorrectly set to always true.
    Open source →
  6. 1.1.1 11 Sep 2023
    Release notes
    • v1.0.0 migration guide: Migration Guide
    • Fix landscape values null.
    • Remove names and comments of deprecated ResponsiveWrapper in code.
    Open source →
    Release notes
    • v1.0.0 migration guide: Migration Guide
    • Fix landscape values null.
    • Remove names and comments of deprecated ResponsiveWrapper in code.
    Open source →
  7. 1.1.0 17 Jun 2023
    Release notes
    • Breaking Change - Condition is no longer constant to support inheriting type nullability.
    • Simplify example.
    Open source →
    Release notes
    • Breaking Change - Responsive Value Condition is no longer constant to support inheriting type nullability.
    • Simplify example.
    Open source →
  8. 1.0.0 17 Apr 2023
    Release notes
    • New ResponsiveBreakpoints widget.
    • Deprecated ResponsiveWrapper widget.
    Open source →
    Release notes
    • New ResponsiveBreakpoints widget.
    • Deprecated ResponsiveWrapper widget.
    Open source →
  9. 0.2.0 18 May 2022
    Release notes
    • Flutter 3 release.
    Open source →
    Release notes

    Legacy ResponsiveWrapper implementation.

    Usage instructions:

    responsive_framework: 0.2.0
    

    Add ResponsiveWrapper.builder to 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: "/",
        );
      }
    }
    
    Open source →
  10. 0.1.9 18 May 2022
    Release notes
    • Flutter 2 compatibility version. This is the last version to support Flutter 2.
    Open source →
  11. 0.1.8 12 May 2022

    Nothing published for this version

  12. 0.1.7 13 Feb 2022

    Nothing published for this version

  13. 0.1.6 13 Feb 2022

    Nothing published for this version

  14. 0.1.5 31 Oct 2021

    Nothing published for this version

  15. 0.1.4 07 Jul 2021

    Nothing published for this version

  16. 0.1.2 13 Jun 2021

    Nothing published for this version

  17. 0.1.1 07 Jun 2021

    Nothing published for this version

  18. 0.1.0 15 Mar 2021

    Nothing published for this version

  19. 0.0.15 03 Mar 2021

    Nothing published for this version

  20. 0.0.14 25 Nov 2020

    Nothing published for this version

  21. 0.0.12 25 Nov 2020

    Nothing published for this version

  22. 0.0.11 24 Oct 2020

    Nothing published for this version

  23. 0.0.10 24 Oct 2020

    Nothing published for this version

  24. 0.0.9 10 Oct 2020

    Nothing published for this version

  25. 0.0.8 03 Aug 2020

    Nothing published for this version

  26. 0.0.7 06 May 2020

    Nothing published for this version

  27. 0.0.6 05 May 2020

    Nothing published for this version

  28. 0.0.5 26 Apr 2020

    Nothing published for this version

  29. 0.0.4 17 Mar 2020

    Nothing published for this version

  30. 0.0.3 24 Feb 2020

    Nothing published for this version

  31. 0.0.2 20 Feb 2020

    Nothing published for this version

  32. 0.0.1 17 Feb 2020

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive