diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 7a22d492..dbac1e09 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -20,7 +20,7 @@ PODS: - path_provider_foundation (0.0.1): - Flutter - FlutterMacOS - - permission_handler_apple (9.0.4): + - permission_handler_apple (9.1.1): - Flutter - ReachabilitySwift (5.0.0) - shared_preferences_foundation (0.0.1): @@ -77,21 +77,21 @@ EXTERNAL SOURCES: :path: ".symlinks/plugins/url_launcher_ios/ios" SPEC CHECKSUMS: - connectivity_plus: 07c49e96d7fc92bc9920617b83238c4d178b446a + connectivity_plus: bf0076dd84a130856aa636df1c71ccaff908fa1d file_picker_writable: 67959f5c516feb5121693a14eda63fcbe6cbb6dc - file_selector_ios: 16d57dbbbb03f717b5f930ba45eb099dd2174a1d + file_selector_ios: 8c25d700d625e1dcdd6599f2d927072f2254647b Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854 flutter_local_notifications: 0c0b1ae97e741e1521e4c1629a459d04b9aec743 flutter_native_splash: 52501b97d1c0a5f898d687f1646226c1f93c56ef flutter_native_timezone: 5f05b2de06c9776b4cc70e1839f03de178394d22 home_widget: 0434835a4c9a75704264feff6be17ea40e0f0d57 - package_info_plus: fd030dabf36271f146f1f3beacd48f564b0f17f7 + package_info_plus: 115f4ad11e0698c8c1c5d8a689390df880f47e85 path_provider_foundation: 29f094ae23ebbca9d3d0cec13889cd9060c0e943 - permission_handler_apple: 44366e37eaf29454a1e7b1b7d736c2cceaeb17ce + permission_handler_apple: e76247795d700c14ea09e3a2d8855d41ee80a2e6 ReachabilitySwift: 985039c6f7b23a1da463388634119492ff86c825 - shared_preferences_foundation: 297b3ebca31b34ec92be11acd7fb0ba932c822ca - url_launcher_ios: 08a3dfac5fb39e8759aeb0abbd5d9480f30fc8b4 + shared_preferences_foundation: 5b919d13b803cadd15ed2dc053125c68730e5126 + url_launcher_ios: bf5ce03e0e2088bad9cc378ea97fa0ed5b49673b PODFILE CHECKSUM: ef19549a9bc3046e7bb7d2fab4d021637c0c58a3 -COCOAPODS: 1.12.1 +COCOAPODS: 1.14.3 diff --git a/lib/widgets/profilefunctions/selectprofile.dart b/lib/widgets/profilefunctions/selectprofile.dart index 24a8d6d0..262d5628 100644 --- a/lib/widgets/profilefunctions/selectprofile.dart +++ b/lib/widgets/profilefunctions/selectprofile.dart @@ -131,7 +131,7 @@ class SelectProfileListTile extends StatelessWidget { if (alias != null && alias!.isNotEmpty) SizedBox( // height: 100, - width: double.maxFinite, + width: 300, child: SingleChildScrollView( key: PageStorageKey('scroll-title-$uuid'), scrollDirection: Axis.horizontal,