Skip to content

Commit 6dffb3b

Browse files
committed
v1.7.2
1 parent e8788b4 commit 6dffb3b

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.7.2] - 2024-06-14
2+
3+
* Update README.md
4+
15
## [1.7.1] - 2024-06-14
26

37
* Add extra check in `ErrorWidget.builder` to get file name from the stack trace

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,12 @@ ErrorStack.init(
112112
initialRoute: "/", // Navigate to this route when tapping "Restart app"
113113
errorWidget: (errorDetails) { // The error widget you want to show in release mode
114114
return Scaffold(
115-
appBar: AppBar(
116-
title: Text("Error"),
117-
),
118-
body: Center(
119-
child: Text("An error occurred"),
120-
),
115+
appBar: AppBar(
116+
title: Text("Error"),
117+
),
118+
body: Center(
119+
child: Text("An error occurred"),
120+
),
121121
);
122122
}
123123
);

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.7.1
3+
version: 1.7.2
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

0 commit comments

Comments
 (0)