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
- Flutter SDK (version 3.22.1 recommended)
- FVM for Flutter version management (optional but recommended)
-
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 production
-
Run 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
- Browse components in the app
- Copy the code for any component you like
- Customize it to fit your needs
- Integrate into your Flutter project
We love contributions! Whether you're fixing bugs, adding new components, or improving documentation, your help is welcome.
Quick start:
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
π 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.
- Issues: GitHub Issues
- Email: [email protected]
- Website: flutterwidgethub.com
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!