From 81278e5f8e0179abe2f60efa1861246157483a65 Mon Sep 17 00:00:00 2001 From: Aliaksei Date: Mon, 2 Jun 2025 15:18:29 +0100 Subject: [PATCH 1/2] update ios dependencies --- example/.gitignore | 2 ++ example/ios/Podfile.lock | 2 +- .../Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme | 3 +++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/example/.gitignore b/example/.gitignore index 24476c5..6c31954 100644 --- a/example/.gitignore +++ b/example/.gitignore @@ -5,9 +5,11 @@ *.swp .DS_Store .atom/ +.build/ .buildlog/ .history .svn/ +.swiftpm/ migrate_working_dir/ # IntelliJ related diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 042aaa1..287be12 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -13,4 +13,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: c4c93c5f6502fe2754f48404d3594bf779584011 -COCOAPODS: 1.15.2 +COCOAPODS: 1.16.2 diff --git a/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme b/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme index 5e31d3d..9c12df5 100644 --- a/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme +++ b/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme @@ -26,6 +26,7 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" + customLLDBInitFile = "$(SRCROOT)/Flutter/ephemeral/flutter_lldbinit" shouldUseLaunchSchemeArgsEnv = "YES"> From 62b3adc7a7217e22489fde41c973ea1c5d825116 Mon Sep 17 00:00:00 2001 From: Aliaksei Date: Mon, 2 Jun 2025 15:20:48 +0100 Subject: [PATCH 2/2] fix fab padding on ios --- lib/src/presentation/pages/suggestions/suggestions_page.dart | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/src/presentation/pages/suggestions/suggestions_page.dart b/lib/src/presentation/pages/suggestions/suggestions_page.dart index a6e316f..88e5f73 100644 --- a/lib/src/presentation/pages/suggestions/suggestions_page.dart +++ b/lib/src/presentation/pages/suggestions/suggestions_page.dart @@ -389,9 +389,7 @@ class _BottomFab extends StatelessWidget { @override Widget build(BuildContext context) { return Positioned( - bottom: (SuggestionsPlatform.isIOS - ? Dimensions.margin2x - : Dimensions.marginDefault) + + bottom: Dimensions.marginDefault + MediaQuery.paddingOf(context).bottom, right: Dimensions.marginDefault, child: SuggestionsFab(