Skip to content

Commit d34f822

Browse files
committed
Travis & codecov
1 parent 51de5f6 commit d34f822

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# flutter_redux_hooks
22

3-
[![Build Status](https://travis-ci.org/brianegan/flutter_redux.svg?branch=master)](https://travis-ci.org/brianegan/flutter_redux) [![codecov](https://codecov.io/gh/brianegan/flutter_redux/branch/master/graph/badge.svg)](https://codecov.io/gh/brianegan/flutter_redux)
3+
[![Build Status](https://travis-ci.org/mrnkr/flutter_redux_hooks.svg?branch=master)](https://travis-ci.org/mrnkr/flutter_redux_hooks) [![codecov](https://codecov.io/gh/mrnkr/flutter_redux_hooks/branch/master/graph/badge.svg)](https://codecov.io/gh/mrnkr/flutter_redux_hooks)
44

55
A set of utilities that allow you to easily consume a [Redux](https://pub.dartlang.org/packages/redux) Store to build Flutter Widgets.
66

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88

99
dev_dependencies:
1010
flutter_redux_hooks:
11-
path: ../../
11+
path: ../
1212
flutter_test:
1313
sdk: flutter
1414
pedantic: ^1.8.0+1

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: flutter_redux_hooks
22
description: A hook-based alternative to flutter_redux
33
version: 0.1.0
44
author: Alvaro Nicoli <[email protected]>
5-
homepage: https://github.com/mrnkr/flutter_redux
5+
homepage: https://github.com/mrnkr/flutter_redux_hooks
66

77
environment:
88
sdk: ">=2.0.0-dev.28.0 <3.0.0"

0 commit comments

Comments
 (0)