Documentation

Everything you need to know about using FlutterBox

Quick Start

1. Create an Account

Sign up for a free FlutterBox account to start sharing and discovering Flutter widgets.

2. Browse Widgets

Explore our collection of open-source Flutter widgets. Filter by category, search by name, or sort by popularity.

3. Test with DartPad

Every widget includes a live preview powered by DartPad. Test and modify code in real-time before using it in your project.

4. Share Your Widgets

Contribute to the community by sharing your own Flutter widgets. Use our Monaco Editor with Dart syntax highlighting.

Using Widgets in Your Project
// 1. Copy the widget code
// 2. Create a new file in your lib/widgets folder
// 3. Paste and import required packages
import 'package:flutter/material.dart';