Skip to content

Commit

Permalink
v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed Jun 12, 2024
1 parent 615568d commit 9186713
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.6.0] - 2024-06-12

* Update screenshots

## [1.5.0] - 2024-06-10

* Add `errorWidget` to ErrorStack init method. This allows you to set a custom error widget to be displayed when an error occurs in production.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Add the following to your `pubspec.yaml` file:

``` yaml
dependencies:
error_stack: ^1.5.0
error_stack: ^1.6.0
```
or with Dart:
Expand Down
2 changes: 1 addition & 1 deletion lib/widgets/error_stack_debug_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ class _ErrorStackDebugWidget extends State<ErrorStackDebugWidget> {
left: 0,
right: 0,
child: Text(
"ErrorStack v1.4.0",
"ErrorStack v1.6.0",
style: TextStyle(
color: _themeMode == 'light'
? Colors.black54
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: error_stack
description: "ErrorStack helps you swiftly deal with errors in your Flutter applications! Custom error handling UI and logging to keep you productive."
version: 1.5.0
version: 1.6.0
homepage: https://nylo.dev
repository: https://github.com/nylo-core/error-stack/tree/1.x
issue_tracker: https://github.com/nylo-core/error-stack/issues
Expand Down
Binary file modified screenshots/error_stack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9186713

Please sign in to comment.