Skip to content

Commit b331b91

Browse files
committed
Updated readme with correct class name after rename.
1 parent 33bd2af commit b331b91

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ void main() async {
9797
9898
// Create the settings store and manager
9999
final store = SettingsStore();
100-
final settings = Settings(store: store);
100+
final settings = EasySettings(store: store);
101101
102102
// Define your settings groups
103103
final gameSettings = SettingsGroup(
@@ -248,7 +248,7 @@ The framework includes built-in testing support:
248248
```dart
249249
void main() {
250250
group('Settings Tests', () {
251-
late Settings settings;
251+
late EasySettings settings;
252252
253253
setUp(() {
254254
settings = EasySettings();

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ packages:
5555
path: ".."
5656
relative: true
5757
source: path
58-
version: "1.0.1"
58+
version: "1.1.0"
5959
fake_async:
6060
dependency: transitive
6161
description:

0 commit comments

Comments
 (0)