Skip to content

Commit 722bac5

Browse files
authored
Merge pull request #13 from jozzdart/dev
Fixed outdated README documentation
2 parents dfdacb2 + 9117a6e commit 722bac5

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.6
2+
3+
- Fixed outdated README documentation
4+
15
## 1.0.5
26

37
- Now the package is more focused on being an additional utility, I think it's more realistic to treat it as such, and not as a replacement for the widgets themselves

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Center(
170170
)
171171
```
172172

173-
With additional extensions for quickly adding specific center factors: `centerWidth(double?)`, `centerHeight(double?)` or with parameters `center({widthFactor, heightFactor})`
173+
With additional extensions for quickly adding specific center factors: `centerWidth(double)`, `centerHeight(double)` or with parameters `center({widthFactor, heightFactor})`
174174

175175
---
176176

@@ -200,7 +200,7 @@ Column(
200200
)
201201
```
202202

203-
With additional extensions for quickly adding specific gap values: `gapRow`, `gapColumn` or with parameters `gap({row, column})` or `gapVertical` or `gapHorizontal` etc.
203+
With additional extensions for quickly adding specific gap values: `gapRow`, `gapColumn`, `gapVertical`, `gapHorizontal` etc.
204204

205205
---
206206

@@ -247,7 +247,7 @@ These are just a few of the 200+ utilities in `exui`. Every method is chainable,
247247

248248
> **From layout to constraints, visibility to spacing — `exui` keeps your UI code clean, fast, and Flutter-native.**
249249
250-
Welcome to **`exui`**.
250+
Welcome to **`exui`**, I hope it'll save you time like it did for me (:
251251

252252
---
253253

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: exui
22
description: "Build your UI faster. No boilerplate, no dependencies. Just powerful widget extensions."
3-
version: 1.0.5
3+
version: 1.0.6
44
homepage: https://github.com/jozzdart/exui
55
repository: https://github.com/jozzdart/exui
66
issue_tracker: https://github.com/jozzdart/exui/issues

0 commit comments

Comments
 (0)