Skip to content

Commit 9d793cd

Browse files
author
Mateus Felipe
committed
Fixed conventions
1 parent 5a6a497 commit 9d793cd

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ final user$ = HydratedSubject<User>(
6060

6161
Hydrated is mock tested with all supported types and is dogfooded by its creator.
6262

63-
<img alt="demo of Hydrated tests completing successfully" src="https://raw.githubusercontent.com/lukepighetti/hydrated/master/docs/tests.gif" width="600">
63+
<img alt="demo of Hydrated tests completing successfully" src="https://raw.githubusercontent.com/lukepighetti/hydrated/master/doc/tests.gif" width="600">
6464

6565
## Demo
6666

67-
<img alt="demo of Hydrated BehaviorSubject between app restarts" src="https://raw.githubusercontent.com/lukepighetti/hydrated/master/docs/hydrated.gif" width="400">
67+
<img alt="demo of Hydrated BehaviorSubject between app restarts" src="https://raw.githubusercontent.com/lukepighetti/hydrated/master/doc/hydrated.gif" width="400">
6868

6969
## Contributing
7070

File renamed without changes.
File renamed without changes.

pubspec.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: hydrated
22
description: An automatically persisted BehaviorSubject with simple hydration for Flutter. Intended to be used with the BLoC pattern.
33
version: 1.2.5
4-
author: Luke Pighetti <[email protected]>
54
homepage: https://github.com/lukepighetti/hydrated
65

76
environment:

0 commit comments

Comments
 (0)