Skip to content

Commit

Permalink
* Fix multiplatform bug
Browse files Browse the repository at this point in the history
  • Loading branch information
TechnoUrmish committed Apr 20, 2021
1 parent 7e87650 commit 47a534f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,7 @@
## [2.0.7] - 20.04.2021.

* Fix dartfmt

## [2.0.8] - 20.04.2021.

* Fix multiplatform bug
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Add to pubspec.yaml.
```dart
dependencies:
...
sizer: ^2.0.7
sizer: ^2.0.8
```

# Parameters ⚙️
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: sizer
description: A flutter plugin for Easily make Flutter apps responsive. Automatically adapt UI to different screen sizes. Responsiveness made simple.
version: 2.0.7
version: 2.0.8
#author: Urmish Patel <urmishpatel9@gmail.com>
homepage: https://github.com/TechnoUrmish/Sizer

Expand Down

0 comments on commit 47a534f

Please sign in to comment.