| ## 0.2.1+8 |
| |
| * Adds pub topics to package metadata. |
| * Updates minimum supported SDK version to Flutter 3.7/Dart 2.19. |
| |
| ## 0.2.1+7 |
| |
| * Fixes unawaited_futures violations. |
| * Updates minimum supported SDK version to Flutter 3.3/Dart 2.18. |
| |
| ## 0.2.1+6 |
| |
| * Sets a cmake_policy compatibility version to fix build warnings. |
| * Aligns Dart and Flutter SDK constraints. |
| |
| ## 0.2.1+5 |
| |
| * Updates links for the merge of flutter/plugins into flutter/packages. |
| * Updates minimum Flutter version to 3.0. |
| |
| ## 0.2.1+4 |
| |
| * Updates code for stricter lint checks. |
| |
| ## 0.2.1+3 |
| |
| * Updates to latest camera platform interface but fails if user attempts to use streaming with recording (since streaming is currently unsupported on Windows). |
| |
| ## 0.2.1+2 |
| |
| * Updates code for `no_leading_underscores_for_local_identifiers` lint. |
| * Updates minimum Flutter version to 2.10. |
| |
| ## 0.2.1+1 |
| |
| * Fixes avoid_redundant_argument_values lint warnings and minor typos. |
| |
| ## 0.2.1 |
| |
| * Adds a check for string size before Win32 MultiByte <-> WideChar conversions |
| |
| ## 0.2.0 |
| |
| **BREAKING CHANGES**: |
| * `CameraException.code` now has value `"CameraAccessDenied"` if camera access permission was denied. |
| * `CameraException.code` now has value `"camera_error"` if error occurs during capture. |
| |
| ## 0.1.0+5 |
| |
| * Fixes bugs in in error handling. |
| |
| ## 0.1.0+4 |
| |
| * Allows retrying camera initialization after error. |
| |
| ## 0.1.0+3 |
| |
| * Updates the README to better explain how to use the unendorsed package. |
| |
| ## 0.1.0+2 |
| |
| * Updates references to the obsolete master branch. |
| |
| ## 0.1.0+1 |
| |
| * Removes unnecessary imports. |
| * Fixes library_private_types_in_public_api, sort_child_properties_last and use_key_in_widget_constructors |
| lint warnings. |
| |
| ## 0.1.0 |
| |
| * Initial release |