FluttyUI Logo
FluttyUI
Getting Started

Installation

Install FluttyUI in your Flutter app, configure dependencies, and verify your first component render.

This guide covers the standard FluttyUI installation flow for Flutter projects.

Prerequisites

  • Flutter SDK installed
  • A Flutter app (new or existing)
  • Access to your pubspec.yaml

Install package

Add FluttyUI to your dependencies and fetch packages:

flutter pub add flutty_ui
flutter pub get

Verify setup

Import FluttyUI in your app and render a basic component in a screen to confirm everything is working.

Common setup checklist

  • Ensure your Flutter SDK version matches package requirements
  • Run flutter clean if you hit stale build issues
  • Rebuild after dependency updates

Next step

Continue with CLI to speed up setup and workflow automation.