Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Baseflow/flutter-geocoding
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Baseflow/flutter-geocoding
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: next_darwin
Choose a head ref
  • 5 commits
  • 183 files changed
  • 1 contributor

Commits on Jul 11, 2025

  1. Updates the platform interface for improved extendability.

    - Releases new interface making the Geocoding plugin easier to extend and
      implement on different platforms.
    - Moves the old interface into the `legacy` folder. This interface will
      remain available but will no longer be maintained. To import the old
      interface use `import 'package:geocoding_platform_interface/legacy/geocoding_platform_interface.dart`.
    mvanbeusekom committed Jul 11, 2025
    Configuration menu
    Copy the full SHA
    c4d3cce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54a89e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    840bacb View commit details
    Browse the repository at this point in the history
  4. Update example app

    mvanbeusekom committed Jul 11, 2025
    Configuration menu
    Copy the full SHA
    791969a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    28df720 View commit details
    Browse the repository at this point in the history
Loading