Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Odd movement of the Apple logo #41

Merged
merged 4 commits into from
Jan 25, 2024

Conversation

zuvola
Copy link
Contributor

@zuvola zuvola commented Aug 27, 2022

Added insetsLayoutMarginsFromSafeArea parameter to control automatic update of layout margins.
When placing a MapView inside a ScrollView such as a ListView, set this flag to false to prevent the Apple logo from moving.

Fixes #40

Pre-launch Checklist

  • I updated pubspec.yaml with an appropriate new version according to the [pub versioning philosophy].
  • I updated CHANGELOG.md to add a description of the change.
  • I updated/added relevant documentation (doc comments with ///).
  • I added new tests to check the change I am making if a test is possible.
  • All existing and new tests are passing.

@codecov-commenter
Copy link

Codecov Report

Merging #41 (150065e) into master (2414c34) will increase coverage by 0.14%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #41      +/-   ##
==========================================
+ Coverage   60.54%   60.69%   +0.14%     
==========================================
  Files          19       19              
  Lines         801      804       +3     
==========================================
+ Hits          485      488       +3     
  Misses        316      316              
Impacted Files Coverage Δ
lib/src/apple_map.dart 79.23% <100.00%> (+0.49%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@LuisThein LuisThein merged commit 34f8624 into albert-heijn-technology:master Jan 25, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Odd movement of the Apple logo
3 participants