-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
36 lines (27 loc) · 740 Bytes
/
pubspec.yaml
File metadata and controls
36 lines (27 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: flutter_timer_camera
description: 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!
version: 1.0.4
homepage: https://github.com/Blue-Cheesecake/flutter_timer_camera
environment:
sdk: ">=3.1.0 <4.0.0"
flutter: ">=1.17.0"
dependencies:
flutter:
sdk: flutter
# Camera
camera: ^0.10.5+4
camera_platform_interface: ^2.5.2
# State Management
flutter_riverpod: ^2.4.0
# Generator
freezed_annotation: ^2.4.1
# Sliding
custom_sliding_segmented_control: ^1.7.5
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
# Genarator
build_runner: ^2.4.6
freezed: ^2.4.2
flutter: