-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpubspec.yaml
56 lines (41 loc) · 1 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
name: flutterflow_widgets
description: Easy to use custom widget & action library for the FlutterFlow deveopers.
version: 0.0.53
homepage: https://github.com/thruthesky/flutterflow_widgets
environment:
sdk: ">=3.3.3 <4.0.0"
flutter: ">=1.17.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# Add links to text
flutter_linkify: ^6.0.0
# Get links from text
linkify: ^5.0.0
# Open links
url_launcher: 6.1.10
cached_network_image: 3.2.1
mime_type: 1.0.0
chewie: ^1.5.0
video_player: 2.6.0
video_player_android: 2.4.3
video_player_avfoundation: 2.4.2
video_player_platform_interface: 6.2.0
video_player_web: 2.3.1
path: ^1.8.3
# url preview
http: ^0.13.5
html: ^0.15.1
# md5 for url preview
crypto: ^3.0.2
# local storage for url preview
shared_preferences: 2.0.15
# for CustomCalendar with the same version of FF
table_calendar: ^3.0.8
intl: ^0.19.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1