FLUTTER ECOSYSTEM

yunweneric/flutter-widgethub

Desde componentes prontos para uso e blocos de layout flexíveis até animações suaves e efeitos impactantes, o Flutter Widget Hub é uma coleção de algumas interfaces visuais bem elaboradas, criadas para ajudar desenvolvedores a criar aplicativos Flutter bonitos e funcionais rapidamente e com eficiência.

Capa do projeto WidgetHub
Stars
148
Forks
21
Último push (UTC)
19 de ago. de 2026
Status do projeto
Ativo
Yunweneric GitHub avatar
GITHUB User

Yunweneric ↗

Community Lead | Flutter Developer | Web Developer | STEM Advocate

togeva.comDouala, CameroonSite oficial ↗
LinguagensDartC++CMakeCSSHTMLRubyJavaScriptSwiftCShellKotlinObjective-C

Tópicos técnicos

Pacotes e exemplos relacionados

Dependências usadas

Lista de dependências 32 itens

Categorias de apps

README original

Texto original em inglês. Visite o GitHub para a versão atual.

Expandir / recolher README

Flutter Widget Hub 🚀

Flutter Widget Hub

Build Stunning Flutter Apps with Ease

🌐 Website • 🐛 Issues • 🤝 Contribute

GitHub repo size GitHub issues GitHub Repo stars GitHub forks Website

📖 About

Flutter Widget Hub is a comprehensive collection of beautiful, ready-to-use UI components for Flutter developers. From pre-built templates and layout blocks to smooth animations and visual effects, everything you need to create stunning Flutter apps is right here.

✨ Features

🎨 Templates

Complete app templates and UI clones to jumpstart your projects

🧱 Blocks

Reusable layout components for consistent and responsive designs

🎭 Animations

Smooth, captivating animations that enhance user experience

✨ Effects

Visual effects including shadows, gradients, and complex transformations

🚀 Quick Start

Prerequisites
  • Flutter SDK (version 3.38.0 recommended)
  • FVM for Flutter version management (optional but recommended)
Installation
  1. Clone the repository

    git clone https://github.com/yunweneric/flutter-widgethub.git
    cd flutter-widgethub
    
  2. Install dependencies

    flutter pub get
    
  3. Set up environment files

    Create a folder called envs/fwh outside your project directory and add:

    • dev.env.json for development
    • env.json for production
  4. Run the app

    Development:

    flutter run --target lib/app/core/main_dev.dart
    

    Production:

    flutter run --target lib/app/core/main_prod.dart
    
Building for Web (WASM)

Development build:

flutter build web --wasm --target lib/app/core/main_dev.dart

Production build:

flutter build web --wasm --target lib/app/core/main_prod.dart

🎯 How to Use

  1. Browse components in the app
  2. Copy the code for any component you like
  3. Customize it to fit your needs
  4. Integrate into your Flutter project

🤝 Contributing

We love contributions! Whether you're fixing bugs, adding new components, or improving documentation, your help is welcome.

Quick start:

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Submit a pull request

📖 See our detailed Contribution Guide for more information.

📝 Request a Component

Need a specific component that's not available? Request it here and we'll work with the community to build it for you.

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

🆘 Support

🙏 Acknowledgments

A huge thank you to all contributors who have made Flutter Widget Hub possible. Your contributions help the entire Flutter community build better apps faster.


Made with ❤️ for the Flutter community

⭐ Star this repo if you found it helpful!