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: fleaflet/flutter_map
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.1
Choose a base ref
...
head repository: fleaflet/flutter_map
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.0
Choose a head ref
  • 5 commits
  • 58 files changed
  • 5 contributors

Commits on Jul 29, 2022

  1. Addition To #1318: Null-Safety Bug Fix (#1323)

    * Added Package Analyser Workflow
    Improved Code Content Analyser Workflow
    Added Example Application Builder For Android & Windows (Workflow)
    Added "Delete Old Workflow Runs" Workflow
    
    * Update To 'actions/checkout@v3'
    
    * Include necessary changes from #1320
    
    * Remove auto-builder
    
    * Fixed null-safety bug
    JaffaKetchup authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    4fdfb82 View commit details
    Browse the repository at this point in the history
  2. [v2.2.0] Add Rotation Capability To OverlayImage (#1315)

    * Add rotation capability to overlay image
    
    * Separate overlay image classes
    Robbendebiene authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    2d2a956 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. [v2.2.0] Stricten Lints & Fix Tests Exceptions (#1319)

    * chore: strong-mode is deprecated
    
    * fix: Exception on flutter_map_test
    
    * chore: Example has the same rules as the package
    
    * refacto: replace dynamic by the right type
    
    * Change OverlayImage to BaseOverlayImage
    
    * fix: compareTo is useless now
    
    Co-authored-by: Polo <gitpjp@pm.me>
    
    * Update analysis_options.yaml
    
    * Readded ignore close_sinks
    
    * Add same rules of pana
    
    Co-authored-by: Luka S <github@jaffaketchup.dev>
    Co-authored-by: Polo <gitpjp@pm.me>
    3 people authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    30ca5de View commit details
    Browse the repository at this point in the history
  2. Added latLngToScreenPoint and refactored pointToLatLng (#1330)

    * Added latLngToScreenPoint and refactored pointToLatLng
    
    * lint fixes
    
    * lint fixes & test import
    ibrierley authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    07b4358 View commit details
    Browse the repository at this point in the history
  3. Prepared For v2.2.0 Release (#1324)

    * Prepared for v2.2.0 release
    
    * Update CHANGELOG
    JaffaKetchup authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    a511cf9 View commit details
    Browse the repository at this point in the history
Loading