Skip to content

Commit a514ce5

Browse files
committed
Update app_settings plugin
1 parent 2ed29a5 commit a514ce5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- app_settings (5.1.1):
2+
- app_settings (6.1.2):
33
- Flutter
44
- AppAuth (2.0.0):
55
- AppAuth/Core (= 2.0.0)
@@ -248,7 +248,7 @@ EXTERNAL SOURCES:
248248
:path: ".symlinks/plugins/wakelock_plus/ios"
249249

250250
SPEC CHECKSUMS:
251-
app_settings: 5127ae0678de1dcc19f2293271c51d37c89428b2
251+
app_settings: 0341ec6daa4f0c50f5a421bf0ad7c36084db6e90
252252
AppAuth: 1c1a8afa7e12f2ec3a294d9882dfa5ab7d3cb063
253253
connectivity_plus: cb623214f4e1f6ef8fe7403d580fdad517d2f7dd
254254
cupertino_http: 94ac07f5ff090b8effa6c5e2c47871d48ab7c86c

lib/src/view/settings/settings_screen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ class SettingsScreen extends ConsumerWidget {
153153
ref.read(generalPreferencesProvider.notifier).setLocale(locale),
154154
);
155155
} else {
156-
AppSettings.openAppSettings();
156+
AppSettings.openAppSettings(type: AppSettingsType.appLocale);
157157
}
158158
},
159159
),

pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ packages:
5353
dependency: "direct main"
5454
description:
5555
name: app_settings
56-
sha256: "3e46c561441e5820d3a25339bf8b51b9e45a5f686873851a20c257a530917795"
56+
sha256: "64d50e666fd96ae90301bf71205f05019286f940ad6f5fed3d1be19c6af7546a"
5757
url: "https://pub.dev"
5858
source: hosted
59-
version: "6.1.1"
59+
version: "7.0.0"
6060
archive:
6161
dependency: transitive
6262
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ environment:
1010
flutter: ^3.38.0
1111

1212
dependencies:
13-
app_settings: ^6.1.1
13+
app_settings: ^7.0.0
1414
async: ^2.10.0
1515
auto_size_text: ^3.0.0
1616
cached_network_image: ^3.2.2

0 commit comments

Comments
 (0)