Skip to content

Commit

Permalink
Release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Frezyx committed Jan 20, 2022
1 parent eecd73a commit bb31d2c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
</p>
<h2 align="center">How it works?</h2>
<p align="center">
<img src="docs/assets/working_model.jpg">
<img src="https://github.com/Frezyx/talker/blob/master/docs/assets/working_model.jpg?raw=true">
</p>

<h2 align="center">On All Platforms</h2>
<p align="center">
<span style="font-size: 0.8em">Please add Windows and Linux screenshots😘</span>
</p>
<p align="center">
<img src="docs/assets/all_platforms.jpg">
<img src="https://github.com/Frezyx/talker/blob/master/docs/assets/all_platforms.jpg?raw=true">
</p>

## Get Started
Expand Down Expand Up @@ -97,7 +97,7 @@ TalkerScreen(talker: Talker.instance)
```
### Result
<img src="docs/assets/talker_flutter_ios_screen.png" width="50%">
<img src="https://github.com/Frezyx/talker/blob/master/docs/assets/talker_flutter_ios_screen.png?raw=true" width="50%">
#### TODO:
- LogLevel as a model with customization
Expand Down
3 changes: 3 additions & 0 deletions talker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.5.1
- Fix README images urls

## 0.5.0
- Add all docs
- Update core packages versions to 0.5.0
Expand Down
6 changes: 3 additions & 3 deletions talker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
</p>
<h2 align="center">How it works?</h2>
<p align="center">
<img src="docs/assets/working_model.jpg">
<img src="https://github.com/Frezyx/talker/blob/master/docs/assets/working_model.jpg?raw=true">
</p>

<h2 align="center">On All Platforms</h2>
<p align="center">
<span style="font-size: 0.8em">Please add Windows and Linux screenshots😘</span>
</p>
<p align="center">
<img src="docs/assets/all_platforms.jpg">
<img src="https://github.com/Frezyx/talker/blob/master/docs/assets/all_platforms.jpg?raw=true">
</p>

## Get Started
Expand Down Expand Up @@ -97,7 +97,7 @@ TalkerScreen(talker: Talker.instance)
```
### Result
<img src="docs/assets/talker_flutter_ios_screen.png" width="50%">
<img src="https://github.com/Frezyx/talker/blob/master/docs/assets/talker_flutter_ios_screen.png?raw=true" width="50%">
#### TODO:
- LogLevel as a model with customization
Expand Down
2 changes: 1 addition & 1 deletion talker/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: talker
description: Advanced error handler and logger package for flutter and dart apps
version: 0.5.0
version: 0.5.1
homepage: https://github.com/Frezyx/talker

environment:
Expand Down

0 comments on commit bb31d2c

Please sign in to comment.