File tree 4 files changed +7
-3
lines changed
4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ # 2.7.1
2
+ - Update documentation
3
+
4
+
1
5
# 2.7.0
2
6
3
7
### Breaking Changes 🚨
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Add this to your package's `pubspec.yaml` file:
39
39
40
40
``` yaml
41
41
dependencies :
42
- reactive_notifier : ^2.7.0
42
+ reactive_notifier : ^2.7.1
43
43
` ` `
44
44
45
45
## Core Concepts
Original file line number Diff line number Diff line change @@ -306,7 +306,7 @@ Lifespan: ${lifespan}ms
306
306
/// - If the ViewModel was disposed, it will log the state but not interfere
307
307
/// with the automatic reinitialization process
308
308
///
309
- /// @return Future<void> that completes immediately, allowing
309
+ /// @return [ Future] that completes immediately, allowing
310
310
/// sequential asynchronous operations if needed
311
311
Future <void > loadNotifier () async {
312
312
assert (() {
Original file line number Diff line number Diff line change 1
1
name : reactive_notifier
2
2
description : A Dart library for managing reactive state efficiently, supporting multiples related state.
3
3
4
- version : 2.7.0
4
+ version : 2.7.1
5
5
homepage : https://github.com/JhonaCodes/reactive_notifier.git
6
6
7
7
environment :
You can’t perform that action at this time.
0 commit comments