Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

[image_picker] fix camera on Android 11 #3194

Merged

Commits on Aug 2, 2021

  1. image_picker: don't require QUERY_ALL_PACKAGES on sdk30

    resolveActivity(intent) might return false on android 11+_even though startActivity(intent) would succeed.
    Instead of introducing a <queries> entry we can just try to start the
    activity and catch the exception if that doesn't work.
    
    Properly fixes flutter/flutter#62669.
    
    Ref: https://cketti.de/2020/09/03/avoid-intent-resolveactivity/
    Bubu committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    9f64f31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2006e1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe5cd5d View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. fix version in CHANGELOG

    Bubu committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    3b947a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9eb35d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. Configuration menu
    Copy the full SHA
    a63cddc View commit details
    Browse the repository at this point in the history
  2. Update pubspec.yaml

    stuartmorgan committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    a9cbe82 View commit details
    Browse the repository at this point in the history