From c19ab4ac1e687bd8de91f38f256bc76278d337ad Mon Sep 17 00:00:00 2001 From: w568w <1278297578@qq.com> Date: Thu, 23 Mar 2023 12:30:26 +0800 Subject: [PATCH] fix: typo in open-source licenses --- lib/page/subpage_settings.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/page/subpage_settings.dart b/lib/page/subpage_settings.dart index 6ffbeafe..651d56f8 100644 --- a/lib/page/subpage_settings.dart +++ b/lib/page/subpage_settings.dart @@ -219,7 +219,7 @@ class SettingsSubpageState extends PlatformSubpageState { "https://github.com/rydmike/flex_color_picker"), LicenseItem("material_color_generator", LICENSE_BSD_2_0_CLAUSE, "https://github.com/berkanaslan/material-color-generator"), - LicenseItem("material_color_generator", LICENSE_MIT, + LicenseItem("flutter_swiper_view", LICENSE_MIT, "https://github.com/feicien/flutter_swiper_view"), LicenseItem( "mutex", LICENSE_BSD_3_0_CLAUSE, "https://github.com/hoylen/dart-mutex")