-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listc: contributor-productivityTeam-specific productivity, code health, technical debt.Team-specific productivity, code health, technical debt.customer: googleVarious Google teamsVarious Google teamspackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-androidAndroid applications specificallyAndroid applications specifically
Description
Flutter supports API 16 and above.
Our plugins however are a mixed bag. Some support 21 and above, some all the way down to 16. Some (like Camera) seem to support 16 but has a runtime check to not do anything if API <= 21.
I propose that:
- We should make an effort to support API 16 and above since that is what the framework supports.
- If it is not possible, we should document the min API support and why it is not feasible to support lower APIs.
@collinjackson FYI
deckerst
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listc: contributor-productivityTeam-specific productivity, code health, technical debt.Team-specific productivity, code health, technical debt.customer: googleVarious Google teamsVarious Google teamspackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-androidAndroid applications specificallyAndroid applications specifically