Skip to content

Commit edfdd40

Browse files
committed
update: third-party library list
1 parent 62b83da commit edfdd40

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

lib/page/subpage_settings.dart

+6-2
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,13 @@ class SettingsSubpageState extends PlatformSubpageState<SettingsSubpage> {
234234
LicenseItem("encrypt_shared_preferences", LICENSE_APACHE_2_0,
235235
"https://github.com/xaldarof/encrypted-shared-preferences"),
236236
LicenseItem("device_identity", LICENSE_MIT,
237-
"https://devgit.starschina.com/flutter_open_srouce/device_identity"),
237+
"https://github.com/50431040/device_identity"),
238238
LicenseItem("tutorial_coach_mark", LICENSE_MIT,
239-
"https://github.com/RafaelBarbosatec/tutorial_coach_mark")
239+
"https://github.com/RafaelBarbosatec/tutorial_coach_mark"),
240+
LicenseItem("toml", LICENSE_MIT,
241+
"https://github.com/just95/toml.dart"),
242+
LicenseItem("pub_semver", LICENSE_BSD_3_0_CLAUSE,
243+
"https://github.com/dart-lang/pub_semver"),
240244
];
241245

242246
String? _clearCacheSubtitle;

0 commit comments

Comments
 (0)