Commit edfdd40 1 parent 62b83da commit edfdd40 Copy full SHA for edfdd40
File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -234,9 +234,13 @@ class SettingsSubpageState extends PlatformSubpageState<SettingsSubpage> {
234
234
LicenseItem ("encrypt_shared_preferences" , LICENSE_APACHE_2_0 ,
235
235
"https://github.com/xaldarof/encrypted-shared-preferences" ),
236
236
LicenseItem ("device_identity" , LICENSE_MIT ,
237
- "https://devgit.starschina. com/flutter_open_srouce /device_identity" ),
237
+ "https://github. com/50431040 /device_identity" ),
238
238
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" ),
240
244
];
241
245
242
246
String ? _clearCacheSubtitle;
You can’t perform that action at this time.
0 commit comments