-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
184 lines (162 loc) · 9.2 KB
/
index.html
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="Flutter, Dart, flutter, dart, tool, developer, open-source, github, dartbucket">
<meta name="robots" content="index, follow">
<!-- Primary Meta Tags -->
<title>Dart Bucket</title>
<meta name="title" content="Dart Bucket">
<meta name="description" content="Open source tool built using flutter to test API requests, generate dart classes and container with minimum effort.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://dartbucket.com/">
<meta property="og:title" content="Dart Bucket">
<meta property="og:description" content="Open source tool built using flutter to test API requests, generate dart classes and container with minimum effort.">
<meta property="og:image" content="https://dartbucket.com/assets/banner_image.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://dartbucket.com/">
<meta property="twitter:title" content="Dart Bucket">
<meta property="twitter:description" content="Open source tool built using flutter to test API requests, generate dart classes and container with minimum effort.">
<meta property="twitter:image" content="https://dartbucket.com/assets/banner_image.png">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css" integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link href="styles/main.css">
<link href="styles/carousel.css" rel="stylesheet">
<title>Dart Bucket</title>
<link rel="icon" type="image/x-icon" href="assets/favicon.png">
</head>
<body>
<div class ="container-lg my-5">
<img class="d-block mx-auto mb-4" src="assets/main_icon.png" alt="" height="120">
<div class="px-4 pt-5 my-5 text-center border-bottom">
<h1 class="display-4 fw-bold">Dart Bucket</h1>
<!-- <div class="col-lg-6 mx-auto"> -->
<p class="lead mb-4">A Bucket of simple tools for Flutter Devs!<br>With 💙 in Flutter for Flutter</p>
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center mb-5">
<button type="button" class="btn btn-primary btn-lg px-4 me-sm-3" onclick="window.open('https://github.com/nsharmahack3r/dart-bucket-landing/blob/main/files/dart_bucket_macos.zip?raw=true')">
<i class="fa-brands fa-apple"></i>
Download
</button>
<button type="button" class="btn btn-primary btn-lg px-4 me-sm-3" onclick="window.open('https://github.com/nsharmahack3r/dart-bucket-landing/blob/main/files/dart_bucket_windows.zip?raw=true')">
<i class="fa-brands fa-windows"></i>
Download
</button>
</div>
</div>
<div class="overflow-hidden" style="max-height: 30vh;">
<div class="container px-5">
<img src="assets/api_tester.png" class="img-fluid border rounded-3 shadow-lg mb-4" alt="Example image" width="1200" height="500" loading="lazy">
</div>
</div>
</div>
</div>
<div class="container px-4 py-5">
<div class="row row-cols-1 row-cols-md-2 align-items-md-center g-5 py-5">
<div class="col d-flex flex-column align-items-start gap-2">
<h3 class="fw-bold">Get More Done Faster!</h3>
<p class="text-muted">This open-source Flutter application streamlines the process of making REST API calls by offering features such as automatic JSON-to-class conversion and container generation</p>
<button type="button" class="btn btn-primary btn-lg px-4 me-sm-3" onclick="window.open('https://github.com/nsharmahack3r/dart-bucket-landing/blob/main/files/dart_bucket_macos.zip?raw=true')">
<i class="fa-brands fa-apple" download="proposed_file_name"></i>
Download
</button>
<button type="button" class="btn btn-primary btn-lg px-4 me-sm-3" onclick="window.open('https://github.com/nsharmahack3r/dart-bucket-landing/blob/main/files/dart_bucket_windows.zip?raw=true')">
<i class="fa-brands fa-windows"></i>
Download
</button>
</div>
<div class="col">
<div class="row row-cols-1 row-cols-sm-2 g-4">
<div class="col d-flex flex-column gap-2">
<h4 class="fw-semibold mb-0">
<span class="material-symbols-outlined">
api
</span>
API Playground
</h4>
<p class="text-muted">Quickly hit and test your APIs</p>
</div>
<div class="col d-flex flex-column gap-2">
<h4 class="fw-semibold mb-0">
<span class="material-symbols-outlined">
data_object
</span>
Data Class Generator
</h4>
<p class="text-muted">Converting the json to class, just a click away.</p>
</div>
<div class="col d-flex flex-column gap-2">
<h4 class="fw-semibold mb-0">
<span class="material-symbols-outlined">
home_repair_service
</span>
Container Studio
</h4>
<p class="text-muted">Build beautiful containers with ease, adjust the params and let it write code for you.</p>
</div>
</div>
</div>
</div>
</div>
<div class="container marketing">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading fw-normal lh-1">API Playground</h2>
<p class="lead">Inspired by <a href="https://www.postman.com/">Postman</a>, API Playground lets you play around with your APIs and see if you are getting the right JSON for your app.</p>
</div>
<div class="col-md-5">
<img class="d-block mx-auto mb-4 overflow-hidden" src="assets/api-tester-feature.png" alt="" height="500">
</div>
</div>
<div class="row featurette">
<div class="col-md-7 order-md-2">
<h2 class="featurette-heading fw-normal lh-1">Data Class Generator</h2>
<p class="lead">
Once your API is ready to consume, you would need a data class for your flutter App. Just paste your JSON and let dart bucket write the dart class for you.
</p>
</div>
<div class="col-md-5 order-md-1">
<img class="d-block mx-auto mb-4 overflow-hidden" src="assets/class-generator-feature.png" alt="" height="500">
</div>
</div>
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading fw-normal lh-1">Container Studio</h2>
<p class="lead">Build and customize container with complex shadows, let us write code for you.</p>
</div>
<div class="col-md-5">
<img class="d-block mx-auto mb-4 overflow-hidden" src="assets/container-studio-feature.png" alt="" height="500">
</div>
</div>
<div class="container">
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
<div class="col-md-4 d-flex align-items-center">
<a href="/" class="mb-3 me-2 mb-md-0 text-muted text-decoration-none lh-1">
<svg class="bi" width="30" height="24"><use xlink:href="#bootstrap"/></svg>
</a>
<img src="assets/favicon.png" alt="" height="36">
<span class="mb-3 mb-md-0 text-muted">Team DartBucket</span>
</div>
<ul class="nav col-md-4 justify-content-end list-unstyled d-flex">
<li class="ms-3">
<a class="text-muted" href="https://twitter.com/dartbuckets">
<i class="fa-brands fa-twitter fa-2x"></i>
</a>
</li>
<li class="ms-3">
<a class="text-muted" href="https://github.com/nsharmahack3r">
<i class="fa-brands fa-github fa-2x"></i>
</a>
</li>
</ul>
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script>
</body>
</html>