ResponsiveFramework Versions Save

Easily make Flutter apps responsive. Automatically adapt UI to different screen sizes. Responsiveness made simple. Demo: https://gallery.codelessly.com/flutterwebsites/minimal/

1.4.0

2 months ago

1.3.0

2 months ago

1.2.0

2 months ago
  • 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.

1.1.1

8 months ago
  • v1.0.0 migration guide: Migration Guide
  • Fix landscape values null.
  • Remove names and comments of deprecated ResponsiveWrapper in code.

1.1.0

11 months ago
  • Breaking Change - Condition is no longer constant to support inheriting type nullability.
  • Simplify example.

1.0.0

1 year ago
  • New ResponsiveBreakpoints widget.
  • Deprecated ResponsiveWrapper widget.

0.2.0

2 years ago
  • Flutter 3 release.

0.1.9

2 years ago
  • Flutter 2 compatibility version. This is the last version to support Flutter 2.

0.1.8

2 years ago
  • Flutter 3 support.

0.1.7

2 years ago
  • FIX sort crash in web due to JS converting variables into immutable vals that cannot be sorted.