FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
reown_flutter/scripts/generate_all.sh at develop · reown-com/reown_flutter · GitHub
reown-com
/
reown_flutter
Public
Notifications
You must be signed in to change notification settings
Fork
76
Star
66
Code
Issues
6
Pull requests
20
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
reown_flutter
/
scripts
/
generate_all.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
79 lines (49 loc) · 1.01 KB
Breadcrumbs
reown_flutter
/
scripts
/
generate_all.sh
Copy path
File metadata and controls
79 lines (49 loc) · 1.01 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
#!
/bin/bash
echo
"
******* GENERATING ROOT *******
"
flutter clean
flutter pub get
echo
"
******* GENERATING WALLETCONNECTPAY *******
"
cd
packages/walletconnect_pay/
sh generate_files.sh
cd
..
cd
..
echo
"
******* GENERATING YTTRIUM *******
"
cd
packages/reown_yttrium/
sh generate_files.sh
cd
..
cd
..
echo
"
******* GENERATING CORE *******
"
cd
packages/reown_core/
sh generate_files.sh
cd
..
cd
..
echo
"
******* GENERATING SIGN *******
"
cd
packages/reown_sign/
sh generate_files.sh
cd
..
cd
..
echo
"
******* GENERATING WALLETKIT *******
"
cd
packages/reown_walletkit/
sh generate_files.sh
cd
..
cd
..
echo
"
******* GENERATING APPKIT *******
"
cd
packages/reown_appkit/
sh generate_files.sh
cd
..
cd
..
echo
"
******* GENERATING POS CLIENT *******
"
cd
packages/pos_client/
sh generate_files.sh
cd
..
cd
..
echo
"
******* GENERATING CLI *******
"
cd
packages/reown_cli/
sh generate_files.sh
cd
..
cd
..
echo
"
******* GENERATING YTTRIUM UTILS *******
"
cd
packages/reown_yttrium_utils/
sh generate_files.sh
cd
..
cd
..
Back
|
FazBrowse Home
|
New Git URL