Skip to content

Commit 7aed3f2

Browse files
committed
Merge branch 'release/3.0.0-nullsafety.1'
2 parents f6abd43 + 6d9c1e4 commit 7aed3f2

File tree

8 files changed

+6862
-5
lines changed

8 files changed

+6862
-5
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: multiline
22

33
on:
44
push:
5-
branches: [ master, dev, feature/null_safety ]
5+
branches: [ master, develop ]
66
pull_request:
7-
branches: [ master, dev, feature/null_safety ]
7+
branches: [ master, develop ]
88

99
jobs:
1010
build:

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1+
## 3.0.0-nullsafety.1 - 2021-03-24
2+
### Added
3+
- Some badges
4+
- Large string example
5+
- `multilineStream` generator
6+
7+
18
## 3.0.0-nullsafety.0 - 2021-02-19
29
### Changed
3-
- Non nullable ready
10+
- Non nullable ready
411

512

613
## 2.0.0 - 2020-08-30

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@
55
[![Actions Status](https://github.com/PlugFox/multiline/workflows/multiline/badge.svg)](https://github.com/PlugFox/multiline/actions)
66
[![Coverage](https://codecov.io/gh/PlugFox/multiline/branch/master/graph/badge.svg)](https://codecov.io/gh/PlugFox/multiline)
77
[![Pub](https://img.shields.io/pub/v/multiline.svg)](https://pub.dev/packages/multiline)
8+
[![Likes](https://img.shields.io/badge/dynamic/json?color=blue&label=likes&query=likes&url=http://www.pubscore.gq/likes?package=multiline&style=flat-square&cacheSeconds=90000)](https://pub.dev/packages/multiline)
9+
[![Health](https://img.shields.io/badge/dynamic/json?color=blue&label=health&query=pub_points&url=http://www.pubscore.gq/pub-points?package=multiline&style=flat-square&cacheSeconds=90000)](https://pub.dev/packages/multiline/score)
10+
[![Code size](https://img.shields.io/github/languages/code-size/plugfox/multiline?logo=github&logoColor=white)](https://github.com/plugfox/multiline)
811
[![License: WTFPL](https://img.shields.io/badge/License-WTFPL-brightgreen.svg)](https://en.wikipedia.org/wiki/WTFPL)
912
[![effective_dart](https://img.shields.io/badge/style-effective_dart-40c4ff.svg)](https://github.com/tenhobi/effective_dart)
13+
[![GitHub stars](https://img.shields.io/github/stars/PlugFox/multiline?style=social)](https://github.com/PlugFox/multiline/)
1014

1115

1216
## About

0 commit comments

Comments
 (0)