Skip to content

Commit

Permalink
v1.1.1 Release
Browse files Browse the repository at this point in the history
- v1.0.0 migration guide: [Migration Guide](https://github.com/Codelessly/ResponsiveFramework/blob/master/migration_0.2.0_to_1.0.0.md)
- Fix landscape values null.
- Remove names and comments of deprecated `ResponsiveWrapper` in code.
  • Loading branch information
rayliverified committed Sep 11, 2023
1 parent 02efed1 commit 03bf2ae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
## 1.1.1
- v1.0.0 migration guide: [Migration Guide](https://github.com/Codelessly/ResponsiveFramework/blob/master/migration_0.2.0_to_1.0.0.md)
- Fix landscape values null.
- Remove names and comments of deprecated `ResponsiveWrapper` in code.

## 1.1.0
- Breaking Change - Responsive Value Condition is no longer constant to support inheriting type nullability.
Expand Down
2 changes: 1 addition & 1 deletion example
4 changes: 2 additions & 2 deletions 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: 1.1.0
version: 1.1.1
homepage: https://codelessly.com
repository: https://github.com/Codelessly/ResponsiveFramework
documentation: https://github.com/Codelessly/ResponsiveFramework
Expand All @@ -17,6 +17,6 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1
flutter_lints: ^2.0.3

flutter:

0 comments on commit 03bf2ae

Please sign in to comment.