Skip to content

Commit

Permalink
v1.3.0 Release
Browse files Browse the repository at this point in the history
- Refactor Library Imports.
  - Unify library imports.
- Restore const Conditions.
  - Fix `copyWith` type.
- Update examples.
- Fix ResponsiveVisibility nullable type error.
  • Loading branch information
rayliverified committed Feb 24, 2024
1 parent 8193219 commit a13f0b8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Changelog
## 1.3.0
- Refactor Library Imports.
- Unify library imports.
- Restore const Conditions.
- Fix `copyWith` type.
- Update examples.
- Fix ResponsiveVisibility nullable type error.

## 1.2.0
- Flutter v3.19 update.
- ResponsiveValue nullable type support.
Expand Down
2 changes: 1 addition & 1 deletion example
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: 1.2.0
version: 1.3.0
homepage: https://codelessly.com
repository: https://github.com/Codelessly/ResponsiveFramework
documentation: https://github.com/Codelessly/ResponsiveFramework
Expand Down

0 comments on commit a13f0b8

Please sign in to comment.