-
Notifications
You must be signed in to change notification settings - Fork 8
/
pubspec.yaml
115 lines (104 loc) · 2.47 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
name: fluwix
description: Fluwix - Flutter showcase platform on the mobile apps and web.
publish_to: "none"
version: 0.6.15
environment:
sdk: ">=2.16.1 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_modular: ^3.4.1+1
responsive_builder: ^0.4.2
url_strategy: ^0.2.0
flutter_native_splash: ^2.1.0
nested_list:
path: nested_list
tab_buttons:
path: tab_buttons
stock_chart:
path: stock_chart
source_code_view:
path: source_code_view
showcase_view:
path: showcase_view
material_design_showcase:
path: material_design_showcase
about_dialog:
path: about_dialog
animated_icons:
path: animated_icons
chart_data_table:
path: chart_data_table
shimmer_effect:
path: shimmer_effect
expansion_collapse_view:
path: expansion_collapse_view
markdown_view:
path: markdown_view
url_launcher_showcase:
path: url_launcher_showcase
syntax_view:
path: syntax_view
charts_gallery:
path: charts_gallery
percent_indicator_showcase:
path: percent_indicator_showcase
glassmorphism_design:
path: glassmorphism_design
neumorphism_design:
path: neumorphism_design
settings_ui_showcase:
path: settings_ui_showcase
search_bar:
path: search_bar
rich_text_editor:
path: rich_text_editor
number_trivia:
path: number_trivia
wallet_connect_showcase:
path: wallet_connect_showcase
slider_captcha_showcase:
path: slider_captcha_showcase
adaptive_scaffold:
path: adaptive_scaffold
chatbot_ui:
path: chatbot_ui
file_upload:
path: file_upload
surrealdb_console:
path: surrealdb_console
three_cols_layout:
path: three_cols_layout
dependency_overrides:
intl: ^0.18.1
http: ^1.1.2
uuid: ^4.1.0
js: ^0.7.0
gal: ^2.3.0
gal_linux: ^0.1.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.11.0
flutter_lints: ^2.0.2
module_starter:
path: module_starter
flutter_icons:
android: "launcher_icon"
ios: true
image_path: "dev_assets/images/icon512x512.png"
flutter_native_splash:
color: "#ffffff"
image: dev_assets/images/icon512x512.png
color_dark: "#000000"
fullscreen: true
flutter:
uses-material-design: true
scripts:
record: adb shell screenrecord --size 324x576 /sdcard/recording.mp4
pull_recording: adb pull /sdcard/recording.mp4
convert_mp4_to_gif: ./gifify.sh recording.mp4
web:
- flutter build web
- cd build/web;python -m http.server 8000 &
- google-chrome http://localhost:8000