Skip to content

Commit 2a134d1

Browse files
author
Jens Becker
committed
[bump] v0.4.1
1 parent 5225f74 commit 2a134d1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.4.1
2+
- **Fix:** `isEmail` is now case insensitive
3+
- **Improve** README and doc comments
4+
15
# 0.4.0
26
- **Add** `byFormFactor<T>` to extensions on `BuildContext` (see [docs](https://pub.dev/documentation/fleasy/latest/fleasy/AdpativeContextExtensions/byFormFactor.html))
37
- **Add** helper getters to `context.formFactor` & `context.screenSize` enums

pubspec.yaml

Lines changed: 2 additions & 2 deletions
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.4.0
3+
version: 0.4.1
44
repository: https://github.com/devj3ns/fleasy
55
issue_tracker: https://github.com/devj3ns/fleasy/issues
66

@@ -16,7 +16,7 @@ dependencies:
1616
font_awesome_flutter: ^9.1.0
1717
flash: ^2.0.1
1818
flutter_lints: ^1.0.4
19-
dart_code_metrics: ^4.0.1
19+
dart_code_metrics: ^4.1.0
2020

2121
dev_dependencies:
2222
test: ^1.17.9

0 commit comments

Comments
 (0)