Skip to content

Commit

Permalink
Link to example from main readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMarner committed Sep 27, 2018
1 parent f3bea15 commit 267b69b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,7 @@ The strategy described above should work for most cases. However, if you want to
## Making your actions and state json encodable

You can either write your own `toJson` methods for each of your actions and your state class. However, this quickly becomes cumbersome and error prone. Instead, the recommended way is to make use of the `json_annotation` package to automatically generate toJson functions for you.

# Example App

This repo includes a remote-devtools enabled version of the [flutter-redux Github example app](https://github.com/MichaelMarner/dart-redux-remote-devtools/tree/master/examples/githubsearch).

0 comments on commit 267b69b

Please sign in to comment.