Skip to content

Commit

Permalink
rc v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Oct 8, 2018
1 parent 279567a commit 2b0aebe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src='./docs/assets/bloc_logo_full.png' height='60' alt='Redux Logo' aria-label='redux.js.org' />
# <img src='./doc/assets/bloc_logo_full.png' height='60' alt='Redux Logo' aria-label='redux.js.org' />

[![Build Status](https://travis-ci.org/felangel/bloc.svg?branch=master)](https://travis-ci.org/felangel/bloc) [![codecov](https://codecov.io/gh/felangel/Bloc/branch/master/graph/badge.svg)](https://codecov.io/gh/felangel/bloc)

Expand All @@ -8,7 +8,7 @@ This package is built to work with [RxDart.dart](https://pub.dartlang.org/packag

## Bloc

<img src='./docs/assets/bloc_architecture.png'/>
<img src='./doc/assets/bloc_architecture.png'/>

The goal of this package is to make it easy to implement the `Bloc` Design Pattern (Business Logic Component).

Expand Down
File renamed without changes
File renamed without changes
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ author: felix.angelov <[email protected]>
homepage: https://github.com/felangel/bloc

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

dependencies:
rxdart: ">=0.18.1 <1.0.0"
Expand All @@ -15,3 +15,4 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
test: ">=1.3.0 <2.0.0"

0 comments on commit 2b0aebe

Please sign in to comment.