commit | 9989606910684486c50f7c520508dbb341285ec8 | [log] [tgz] |
---|---|---|
author | Maurice Parrish <10687576+bparrishMines@users.noreply.github.com> | Fri Apr 21 15:39:28 2023 -0400 |
committer | GitHub <noreply@github.com> | Fri Apr 21 19:39:28 2023 +0000 |
tree | a40bde0dd7560e80c8f6bb3dcfdc4e9c3d8f9d38 | |
parent | 6e71978f4f10d8d3f19c763567705af25b15a235 [diff] |
[camera_android] Fix Android lint warnings (#3716) Removes the lint-baseline.xml file, and fixes all issues. The `KotlinPropertyAccess` doesn't seem to work well with generics. For example, ```java class CameraFeature<T> { T getValue(); } class ExposureFeature extends CameraFeature<Exposure> { @Override Exposure getValue() { ... } } ``` The `ExposureFeature.getValue` causes the lint warning. I went ahead and suppressed this for all `CameraFeatures`. I also added `@Nonnull` or `@Nullable` to some private fields that weren't required. This helped deduce whether a value was always nonnull or not. Part of https://github.com/flutter/flutter/issues/88011
This repo is a companion repo to the main flutter repo. It contains the source code for Flutter's first-party packages (i.e., packages developed by the core Flutter team). Check the packages
directory to see all packages.
These packages are also available on pub.
Please file any issues, bugs, or feature requests in the main flutter repo. Issues pertaining to this repository are labeled “package”.
If you wish to contribute a new package to the Flutter ecosystem, please see the documentation for developing packages. You can store your package source code in any GitHub repository (the present repo is only intended for packages developed by the core Flutter team). Once your package is ready you can publish to the pub repository.
If you wish to contribute a change to any of the existing packages in this repo, please review our contribution guide, and send a pull request.
These are the packages hosted in this repository: