flutter_timer_camera 1.0.4 flutter_timer_camera: ^1.0.4 copied to clipboard
A Flutter package that allows you to open the camera and capture images with a timer logic. Perfect for those moments when you need a delay before the shot!
1.0.4 #
- Fix missing doc in readme
1.0.3 #
- Fix ugly modal bottom sheet UI
- Allow more parameters to be passsed
- capture button padding
- timer option padding
- counter text alignment
- action buttons padding
1.0.2 #
- Allow user to pass
TimerOption
List - Allow user to select initial
TimerOption
by default index
1.0.1 #
- Implement
BackButton
widget which corresponds to Camera state. If on nomal, showBackButtonOnNormal
. If on captured, showBackButtonOnCaptured
. - Fix incorrect use of switchButtonStyle param.
- Enable user to pass customer
BackButton
widget corresponding to state.
1.0.0 #
- Implement main timer camera widget.
- Implement component widgets (back button, switch camera button, capture button, and timer option slider).
- Disable resolution preset and image format Group params.