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: flutter-webrtc/dart-webrtc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.3
Choose a base ref
...
head repository: flutter-webrtc/dart-webrtc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.3+hotfix.1
Choose a head ref
  • 5 commits
  • 4 files changed
  • 3 contributors

Commits on Feb 17, 2025

  1. fix: don't try to access optional track settings

    Some properties defined in `package:web/web.dart` are defined as
    non-nullable, while some browsers don't support them.
    In my case, `aspectRatio` is not defined for [Firefox](https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackSettings/aspectRatio#browser_compatibility).
    
    This seems to be a problem with the IDL itself being inconsistent (see dart-lang/web#309).
    
    Checking availability before accessing the fields seems to be an
    endorsed method: dart-lang/web#181 (comment)
    holzgeist committed Feb 17, 2025
    Configuration menu
    Copy the full SHA
    07ce3c0 View commit details
    Browse the repository at this point in the history
  2. fix: remove unused import

    holzgeist committed Feb 17, 2025
    Configuration menu
    Copy the full SHA
    fc82d90 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2025

  1. Configuration menu
    Copy the full SHA
    34a9d83 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2025

  1. Merge pull request #58 from holzgeist/fix-optional-track-settings

    fix: don't try to access optional track settings
    cloudwebrtc authored Mar 27, 2025
    Configuration menu
    Copy the full SHA
    86186a8 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2025

  1. Configuration menu
    Copy the full SHA
    a76eebb View commit details
    Browse the repository at this point in the history
Loading