Skip to content

Commit 9186713

Browse files
committed
v1.6.0
1 parent 615568d commit 9186713

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.6.0] - 2024-06-12
2+
3+
* Update screenshots
4+
15
## [1.5.0] - 2024-06-10
26

37
* Add `errorWidget` to ErrorStack init method. This allows you to set a custom error widget to be displayed when an error occurs in production.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Add the following to your `pubspec.yaml` file:
5656

5757
``` yaml
5858
dependencies:
59-
error_stack: ^1.5.0
59+
error_stack: ^1.6.0
6060
```
6161
6262
or with Dart:

lib/widgets/error_stack_debug_widget.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ class _ErrorStackDebugWidget extends State<ErrorStackDebugWidget> {
332332
left: 0,
333333
right: 0,
334334
child: Text(
335-
"ErrorStack v1.4.0",
335+
"ErrorStack v1.6.0",
336336
style: TextStyle(
337337
color: _themeMode == 'light'
338338
? Colors.black54

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: error_stack
22
description: "ErrorStack helps you swiftly deal with errors in your Flutter applications! Custom error handling UI and logging to keep you productive."
3-
version: 1.5.0
3+
version: 1.6.0
44
homepage: https://nylo.dev
55
repository: https://github.com/nylo-core/error-stack/tree/1.x
66
issue_tracker: https://github.com/nylo-core/error-stack/issues

screenshots/error_stack.png

60 Bytes
Loading

0 commit comments

Comments
 (0)