Skip to content

Commit 8413761

Browse files
committed
format
1 parent ff059ab commit 8413761

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.7.1
2+
- Update documentation
3+
4+
15
# 2.7.0
26

37
### Breaking Changes 🚨

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Add this to your package's `pubspec.yaml` file:
3939

4040
```yaml
4141
dependencies:
42-
reactive_notifier: ^2.7.0
42+
reactive_notifier: ^2.7.1
4343
```
4444
4545
## Core Concepts

lib/src/viewmodel/viewmodel_impl.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ Lifespan: ${lifespan}ms
306306
/// - If the ViewModel was disposed, it will log the state but not interfere
307307
/// with the automatic reinitialization process
308308
///
309-
/// @return Future<void> that completes immediately, allowing
309+
/// @return [Future] that completes immediately, allowing
310310
/// sequential asynchronous operations if needed
311311
Future<void> loadNotifier() async {
312312
assert(() {

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: reactive_notifier
22
description: A Dart library for managing reactive state efficiently, supporting multiples related state.
33

4-
version: 2.7.0
4+
version: 2.7.1
55
homepage: https://github.com/JhonaCodes/reactive_notifier.git
66

77
environment:

0 commit comments

Comments
 (0)