forked from andreciornavei/flutter-input-sheet
-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
38 lines (33 loc) · 877 Bytes
/
pubspec.yaml
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
37
38
name: input_sheet
description: A flutter package to help apps with extensive forms, implementing inputs as BottomSheet to make it enjoyable.
version: 0.2.1
homepage: https://github.com/andreciornavei/flutter-input-sheet
environment:
sdk: ">=2.1.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
mobx: ^1.2.1
uuid: ^3.0.4
intl: ^0.17.0
quiver: ^3.0.1+1
camera: ^0.8.1+1
flutter_mobx: ^1.1.0
path_provider: ^2.0.8
keyboard_utils: ^1.2.1
after_layout: ^1.0.7+2
video_compress: ^2.0.0
video_player: ^2.2.12
flutter_masked_text: ^0.8.0
permission_handler: ^6.0.1+1
flutter_feather_icons: ^1.0.3
cached_network_image: ^2.2.0+1
flutter_keyboard_size: ^1.0.0+3
flutter_cupertino_date_picker_fork: ^1.0.6
dev_dependencies:
mobx_codegen: ^1.1.0
build_runner: ^1.10.0
flutter_test:
sdk: flutter
flutter:
uses-material-design: true