File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 3.4.0
4+
5+ - chore(deps): update multiple dependencies (#283 ) (2026-01-06)
6+
37## 3.3.3
48
59- chore(deps): bump shared_preferences from 2.5.3 to 2.5.4 (#281 ) (2026-01-05)
Original file line number Diff line number Diff line change @@ -358,7 +358,7 @@ packages:
358358 path: ".."
359359 relative: true
360360 source: path
361- version: "3.3.3 "
361+ version: "3.4.0 "
362362 shared_preferences:
363363 dependency: transitive
364364 description:
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import 'package:uuid/uuid.dart';
1111
1212class Settings {
1313 /// The current version of the Raygun4Flutter package.
14- static const kVersion = '3.3.3 ' ;
14+ static const kVersion = '3.4.0 ' ;
1515
1616 static const kDefaultCrashReportingEndpoint =
1717 'https://api.raygun.com/entries' ;
Original file line number Diff line number Diff line change 11name : raygun4flutter
22description : Raygun4flutter package is the official Raygun crash reporting provider for Flutter.
33# Also update lib/src/services/settings.dart kVersion
4- version : 3.3.3
4+ version : 3.4.0
55homepage : https://raygun.com
66repository : https://github.com/MindscapeHQ/Raygun4Flutter
77
You can’t perform that action at this time.
0 commit comments