Skip to content

Commit 0ec99ea

Browse files
committed
Version bump to 3.1.0
1 parent fec7f9f commit 0ec99ea

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [3.1.0] - [April 11, 2023]
2+
* Add BadgeShape.triangle
3+
* Fix custom shapes deformation depending on the badge content
4+
15
## [3.0.3] - [March 24, 2023]
26
* Fix transparent color for the badge
37

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
In your pubspec.yaml
2121
```yaml
2222
dependencies:
23-
badges: ^3.0.3
23+
badges: ^3.1.0
2424
```
2525
Attention! In Flutter 3.7 the Badge widget was introduced in the Material library, so to escape the ambiguous imports you need to import the package like this:
2626
```dart
@@ -104,6 +104,7 @@ From left to right:<br>
104104
2) BadgeShape.square
105105
3) BadgeShape.twitter
106106
4) BadgeShape.instagram
107+
5) BadgeShape.triangle
107108
<br><br>
108109

109110
---
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"integration_test","path":"/Users/vitalii/flutter3/flutter/packages/integration_test/","native_build":true,"dependencies":[]}],"android":[{"name":"integration_test","path":"/Users/vitalii/flutter3/flutter/packages/integration_test/","native_build":true,"dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[]},"dependencyGraph":[{"name":"integration_test","dependencies":[]}],"date_created":"2023-04-03 12:55:06.152967","version":"3.7.0"}
1+
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"integration_test","path":"/Users/yadaniyil/flutter/packages/integration_test/","native_build":true,"dependencies":[]}],"android":[{"name":"integration_test","path":"/Users/yadaniyil/flutter/packages/integration_test/","native_build":true,"dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[]},"dependencyGraph":[{"name":"integration_test","dependencies":[]}],"date_created":"2023-04-11 18:51:47.132592","version":"3.7.9"}

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: badges
22
description: A package for creating badges. Badges can be used for an additional marker for any widget, e.g. show a number of items in a shopping cart.
3-
version: 3.0.3
3+
version: 3.1.0
44
repository: https://github.com/yako-dev/flutter_badges
55
issue_tracker: https://github.com/yako-dev/flutter_badges/issues
66

0 commit comments

Comments
 (0)