Skip to content

Commit 0f33fec

Browse files
author
Jens Becker
committed
[bump] v0.4.0
1 parent bc13e9e commit 0f33fec

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.4.0
2+
- **Add** `byFormFactor<T>` to extensions on `BuildContext` (see [docs](https://pub.dev/documentation/fleasy/latest/fleasy/AdpativeContextExtensions/byFormFactor.html))
3+
- **Add** helper getters to `context.formFactor` & `context.screenSize` enums
4+
15
# 0.3.2
26
- **Add** logo
37
- **Add** GitHub workflow for automatically publishing new versions to pub.dev on a new release
@@ -9,7 +13,7 @@
913

1014
# 0.3.0
1115

12-
- **Add** Flashbar extensions to BuildContext
16+
- **Add** Flashbar extensions to `BuildContext`
1317
- `showSuccessFlashbar(...)`
1418
- `showInfoFlashbar(...)`
1519
- `showErrorFlashbar(...)`

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: fleasy
22
description: Useful and easy to use extensions, helper classes and widgets to create Flutter apps easier.
3-
version: 0.3.2
3+
version: 0.4.0
44
repository: https://github.com/devj3ns/fleasy
55
issue_tracker: https://github.com/devj3ns/fleasy/issues
66

0 commit comments

Comments
 (0)