Skip to content

Commit

Permalink
minor tweaks to README and updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Oct 8, 2018
1 parent eba194c commit 279567a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# 0.1.0
Initial Version of the library.
* Includes the ability to create a custom Bloc by extending `Bloc` class.
* Includes the ability to create a custom Bloc by extending `Bloc` class.
* Includes the ability to connect presentation layer to `Bloc` by using the `BlocBuilder` Widget.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# <img src='./docs/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)
[![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)

A dart package that helps implement the [Bloc pattern](https://www.youtube.com/watch?v=fahC3ky_zW0).

Expand Down

0 comments on commit 279567a

Please sign in to comment.