Skip to content

Commit 6f49cb1

Browse files
committed
chore
1 parent 29c794b commit 6f49cb1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ A Flutter plugin for loading content asynchronously with Dart stream and RxDart.
55

66
## Author: [Petrus Nguyễn Thái Học](https://github.com/hoc081098)
77

8+
[![Tests](https://github.com/hoc081098/stream_loader/actions/workflows/dart.yml/badge.svg)](https://github.com/hoc081098/stream_loader/actions/workflows/dart.yml)
9+
[![Build example](https://github.com/hoc081098/stream_loader/actions/workflows/build-example.yml/badge.svg)](https://github.com/hoc081098/stream_loader/actions/workflows/build-example.yml)
810
[![Pub](https://img.shields.io/pub/v/stream_loader.svg)](https://pub.dartlang.org/packages/stream_loader)
911
[![Build Status](https://travis-ci.org/hoc081098/stream_loader.svg?branch=master)](https://travis-ci.org/hoc081098/stream_loader)
1012
[![codecov](https://codecov.io/gh/hoc081098/stream_loader/branch/master/graph/badge.svg)](https://codecov.io/gh/hoc081098/stream_loader)

test/loader_message_test.dart

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ import 'package:meta/meta.dart';
55
import 'package:stream_loader/stream_loader.dart';
66

77
@alwaysThrows
8-
void _aThrowsFunction() {
9-
throw Exception('Exception');
10-
}
8+
Never _aThrowsFunction() => throw Exception('Exception');
119

1210
void main() {
1311
group('LoaderMessage', () {

0 commit comments

Comments
 (0)