feat: prepare ParkTrack 1.4.0 parking search experience - #20
Merged
Conversation
…clustering, green filter style
…clustering, green filter style
# Conflicts: # analysis_options.yaml # android/app/build.gradle.kts # android/app/src/main/AndroidManifest.xml # android/app/src/main/kotlin/com/parktrack/mobile/MainActivity.kt # distribution/releases/1.4.0/github-release-notes.md # distribution/releases/1.4.0/whatsnew-en-US # distribution/releases/1.4.0/whatsnew-ru-RU # docs/deep-links.md # lib/core/localization/app_localizations.dart # lib/core/router/app_router.dart # lib/core/router/deep_link_coordinator.dart # lib/core/services/parking_address_native.dart # lib/core/utils/nav_math.dart # lib/data/repositories/routing_repository.dart # lib/presentation/providers/navigation_provider.dart # lib/presentation/providers/parking_search_provider.dart # lib/presentation/providers/routing_provider.dart # lib/presentation/providers/zones_provider.dart # lib/presentation/screens/map/map_screen.dart # lib/presentation/screens/map/route_camera.dart # lib/presentation/screens/map/widgets/candidates_sheet.dart # lib/presentation/screens/map/widgets/navigation_overlay.dart # lib/presentation/screens/map/widgets/parking_card_sheet.dart # lib/presentation/screens/map/widgets/parking_zone_layer.dart # lib/presentation/screens/map/widgets/route_preview_sheet.dart # lib/presentation/screens/map/widgets/web_map_types.dart # lib/presentation/screens/map/widgets/web_map_view_stub.dart # lib/presentation/screens/map/widgets/web_map_view_web.dart # lib/presentation/screens/profile/edit_profile_screen.dart # lib/presentation/screens/profile/profile_screen.dart # test/core/router/deep_link_coordinator_test.dart # test/core/utils/nav_math_test.dart # test/core/utils/navigation_deeplink_test.dart # test/presentation/map/candidates_sheet_test.dart # test/presentation/map/destination_marker_test.dart # test/presentation/map/parking_card_sheet_test.dart # test/presentation/map/parking_zone_layer_test.dart # test/presentation/map/route_camera_test.dart # test/presentation/map/route_preview_sheet_test.dart # test/presentation/map/web_map_types_test.dart # test/presentation/providers/parking_search_provider_test.dart # test/web/app_links_assets_test.dart # test/web/yandex_maps_bridge_test.dart # web/.well-known/assetlinks.json # web/index.html # web/yandex_maps.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Introduces a map-first parking search flow with a draggable results panel, synchronized marker selection, non-modal parking details, and a real driving-route preview that keeps the map interactive and fits the complete route.
Changes
Testing
flutter pub get— passed.dart run build_runner build --delete-conflicting-outputs— passed earlier in the release; no generated models changed in the latest fix.flutter analyze— passed, no issues found.flutter test— passed, 72 tests.flutter build web --release— passed; standard Web release bundle produced. Flutter also reports existing WebAssembly dry-run incompatibilities influtter_secure_storage_web.flutter build apk --debug— passed;app-debug.apkproduced.git diff --check— passed.dart format --output=none --set-exit-if-changed lib test— reports 9 pre-existing formatting differences in files outside this map/search change; unrelated rewrites were not committed.Screenshots
Known limitations