Files
stuartmorgan 41d5ca918d [file_selector] Endorse Android (#4329)
Endorses the new Android implementation of `file_selector`, updating the README accordingly.

Also adjusts the example to better handle platform diffs, by hiding UI that doesn't work instead of just labelling it on the button. Left a TODO to improve how we determine what to hide once we have the API to do so.

Fixes https://github.com/flutter/flutter/issues/110098
2023-07-01 10:53:14 +00:00
..

This folder contains configuration files that are passed to commands in place of package lists. They are primarily used by CI to opt specific packages out of tests, but can also useful when running multi-package tests locally.

Any entry added to a file in this directory should include a comment. Skipping tests or checks for packages is usually not something we want to do, so the comment should either include an issue link to the issue tracking removing it or (much more rarely) explaining why it is a permanent exclusion.

Expected format:

# Reason for exclusion
- name_of_package

If there are no exclusions there should be an file with [].