Skip to content

Commit 03bf2ae

Browse files
committed
v1.1.1 Release
- 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 parent 02efed1 commit 03bf2ae

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
## 1.1.1
3+
- v1.0.0 migration guide: [Migration Guide](https://github.com/Codelessly/ResponsiveFramework/blob/master/migration_0.2.0_to_1.0.0.md)
4+
- Fix landscape values null.
5+
- Remove names and comments of deprecated `ResponsiveWrapper` in code.
26

37
## 1.1.0
48
- Breaking Change - Responsive Value Condition is no longer constant to support inheriting type nullability.

example

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: responsive_framework
22
description: Easily make Flutter apps responsive. Automatically adapt UI to different screen sizes. Responsiveness made simple.
3-
version: 1.1.0
3+
version: 1.1.1
44
homepage: https://codelessly.com
55
repository: https://github.com/Codelessly/ResponsiveFramework
66
documentation: https://github.com/Codelessly/ResponsiveFramework
@@ -17,6 +17,6 @@ dependencies:
1717
dev_dependencies:
1818
flutter_test:
1919
sdk: flutter
20-
flutter_lints: ^2.0.1
20+
flutter_lints: ^2.0.3
2121

2222
flutter:

0 commit comments

Comments
 (0)