File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change @@ -5,9 +5,7 @@ import 'package:meta/meta.dart';
55import 'package:stream_loader/stream_loader.dart' ;
66
77@alwaysThrows
8- void _aThrowsFunction () {
9- throw Exception ('Exception' );
10- }
8+ Never _aThrowsFunction () => throw Exception ('Exception' );
119
1210void main () {
1311 group ('LoaderMessage' , () {
You can’t perform that action at this time.
0 commit comments