camera_avfoundation 0.9.11 camera_avfoundation: ^0.9.11 copied to clipboard
iOS implementation of the camera plugin.
0.9.11 #
- Adds back use of Optional type.
- Updates minimum Flutter version to 3.0.
0.9.10+2 #
- Updates code for stricter lint checks.
0.9.10+1 #
- Updates code for stricter lint checks.
0.9.10 #
- Remove usage of deprecated quiver Optional type.
0.9.9 #
- Implements option to also stream when recording a video.
0.9.8+6 #
- Updates code for
no_leading_underscores_for_local_identifiers
lint. - Updates minimum Flutter version to 2.10.
0.9.8+5 #
- Fixes a regression introduced in 0.9.8+4 where the stream handler is not set.
0.9.8+4 #
- Fixes a crash due to sending orientation change events when the engine is torn down.
0.9.8+3 #
- Fixes avoid_redundant_argument_values lint warnings and minor typos.
- Ignores missing return warnings in preparation for upcoming analysis changes.
0.9.8+2 #
- Fixes exception in registerWith caused by the switch to an in-package method channel.
0.9.8+1 #
- Ignores deprecation warnings for upcoming styleFrom button API changes.
0.9.8 #
- Switches to internal method channel implementation.
0.9.7+1 #
- Splits from
camera
as a federated implementation.