Skip to content

Commit a13f0b8

Browse files
committed
v1.3.0 Release
- Refactor Library Imports. - Unify library imports. - Restore const Conditions. - Fix `copyWith` type. - Update examples. - Fix ResponsiveVisibility nullable type error.
1 parent 8193219 commit a13f0b8

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# Changelog
2+
## 1.3.0
3+
- Refactor Library Imports.
4+
- Unify library imports.
5+
- Restore const Conditions.
6+
- Fix `copyWith` type.
7+
- Update examples.
8+
- Fix ResponsiveVisibility nullable type error.
9+
210
## 1.2.0
311
- Flutter v3.19 update.
412
- ResponsiveValue nullable type support.

pubspec.yaml

+1-1
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.2.0
3+
version: 1.3.0
44
homepage: https://codelessly.com
55
repository: https://github.com/Codelessly/ResponsiveFramework
66
documentation: https://github.com/Codelessly/ResponsiveFramework

0 commit comments

Comments
 (0)