Skip to content

Commit

Permalink
v0.1.7 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
rayliverified committed Feb 13, 2022
1 parent 52a124e commit e681738
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.1.7
- Fix sort crash in web due to JS converting variables into immutable vals that cannot be sorted.

## 0.1.6
- Enable using `background` widget for the 1st render frame if set. This allows for a smoother transition between native mobile splash screen and Flutter application UI.
- Add generic T to support type safety and automatic type conversion in ResponsiveValue.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: responsive_framework
description: Easily make Flutter apps responsive. Automatically adapt UI to different screen sizes. Responsiveness made simple.
version: 0.1.6
version: 0.1.7
homepage: https://codelessly.com
repository: https://github.com/Codelessly/ResponsiveFramework
issue_tracker: https://github.com/Codelessly/ResponsiveFramework/issues
Expand Down

0 comments on commit e681738

Please sign in to comment.