Loading repository data…
Loading repository data…
yunweneric / repository
From ready-to-use components and flexible layout blocks to smooth animations and striking effects, Flutter Widget Hub is a collection of some pretty UIS aimed at helping developers create beautiful, functional flutter apps quickly and efficiently.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
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.
Complete app templates and UI clones to jumpstart your projects
Reusable layout components for consistent and responsive designs
Smooth, captivating animations that enhance user experience
Visual effects including shadows, gradients, and complex transformations
Clone the repository
git clone https://github.com/yunweneric/flutter-widgethub.git
cd flutter-widgethub
Install dependencies
flutter pub get
Set up environment files
Create a folder called envs/fwh outside your project directory and add:
dev.env.json for developmentenv.json for productionRun the app
Development:
flutter run --target lib/app/core/main_dev.dart
Production:
flutter run --target lib/app/core/main_prod.dart
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
We love contributions! Whether you're fixing bugs, adding new components, or improving documentation, your help is welcome.
Quick start:
📖 See our detailed Contribution Guide for more information.
Need a specific component that's not available? Request it here and we'll work with the community to build it for you.
This project is licensed under the MIT License - see the LICENSE file for details.
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.