Hand crafted widgets for developers that want to speed up their workflow
Easily save, organize, and access your reusable widgets (aka bricks) in whatever project you're in
Save your own creations directly onto our platform to reuse later
Categorize and visualize bricks in a way that works best for you
Share your bricks with your team or with the whole world
Getting a UI just right takes time - too much time. Our library was designed by devs, for devs - to help you focus on what really matters. If we don't have what you're looking for, keep an eye out; our library is growing every day!
Access all widgets and screens from the convenience of your IDE. Download the VSCode extension today by clicking the button down below.
Download Now1
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
class TopBar extends StatelessWidget {
const TopBar({Key? key}) : super(key: key);
@override
Widget build(BuildContext context) {
return Padding(
padding: const EdgeInsets.all(25.0),
child: Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
crossAxisAlignment: CrossAxisAlignment.start,
children: [
const Text(
"Find your\nfavorite food",
style: TextStyle(
color: Colors.black, fontSize: 30, fontWeight: FontWeight.bold),
),
Container(
decoration: BoxDecoration(boxShadow: [
BoxShadow(
offset: const Offset(12, 26),
blurRadius: 50,
spreadRadius: 0,
color: Colors.grey.withOpacity(.25)),
]),
child: const CircleAvatar(
radius: 25,
backgroundColor: Colors.white,
child: Icon(
Icons.icecream,
size: 25,
color: Color(0xff53E88B),
),
),
)
],
),
);
}
}
More than 30 hand-crafted and responsive screens with over 175 widgets inside. New screens and packs being added every week! Currently featuring pre-built Crypto and Food UIs.
Try out the premium version and gain access to all screens + more being added every week - For only $5.99 $14.99 per month (LIMITED TIME ONLY)
A nifty collection of pre-built Flutter widgets/screens to speed up your UI development!
Absolutely, you can try out FlutterBricks for free; however, if you wish to access all the components, you'll need to upgrade your account.
You can upgrade your account by visiting The Premium Upgrade Page.
You will always have access to our starter pack; However, if you want our premium widgets, you can buy a subscription for only $14.99 a month!
It's as simple as copy and pasting them from the web or directly from our VSCode Extension.
You have unlimited use to the widgets used in FlutterBricks, and you can certainly use widgets in commecial projects; however, you can't repackage them into your own libraries, UI kits, or widget packs (Check out our license)
Of course, feel free to cancel your account at anytime. And if you need access again, you can always re-subscribe.
We're here to help! If you need assistance implementing the templates into your project you can contact support or you can visit our question section.
© 2021 HallHub™ LLC - FlutterBricks - Flutter UI Builder
Privacy PolicyTerms of ConditionsLicenseInstagramTwitterLinkedinDiscord