We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b27413 commit 61af875Copy full SHA for 61af875
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 0.7.0
2
+- Add theme helpers/extensions on `BuildContext`
3
+- Add `prefer_relative_imports` lint rule
4
+- **Breaking:** remove extensions on `List<DateTime>`
5
+
6
# 0.6.0
7
- Make flashbars more customizable (via theme)
8
- Add more dart code metric rules
pubspec.yaml
@@ -1,6 +1,6 @@
name: fleasy
description: Useful and easy to use extensions, helper classes and widgets to create Flutter apps easier.
-version: 0.6.0
+version: 0.7.0
repository: https://github.com/devj3ns/fleasy
issue_tracker: https://github.com/devj3ns/fleasy/issues
0 commit comments