Skip to content

Commit 1b8ddf7

Browse files
authored
Update README.md
1 parent 98c1560 commit 1b8ddf7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Extensões para `DateTime` em pt_BR.
55

66
![Codecov](https://img.shields.io/codecov/c/github/flutterbootcamp/brasil_datetime)
77

8+
[![Dart](https://github.com/flutterbootcamp/brasil_datetime/actions/workflows/dart.yml/badge.svg)](https://github.com/flutterbootcamp/brasil_datetime/actions/workflows/dart.yml)
9+
810
## Apresentação
911

1012
Este package facilita a manipulação de objetos `DateTime` de acordo com o padrão e formato brasileiro.
@@ -48,4 +50,4 @@ data.horaMinuto(); // 23:37
4850
data.minuto(); // 37
4951
data.segundo(); // 6
5052
data.minutoSegundo(); // 37:06
51-
```
53+
```

0 commit comments

Comments
 (0)