A beautiful, modern landing page website for FlutterJS - showcasing the power of building SEO-friendly websites with Flutter.
- 🎨 Modern UI Design - Vibrant gradients, smooth animations, and polished components
- 📱 Fully Responsive - Works perfectly on mobile, tablet, and desktop
- 🎯 Interactive Demos - Live Counter and Routing demonstrations
- ⚡ SEO Optimized - Built with FlutterJS for production-ready web output
- 🎭 Smooth Animations - Engaging hover effects and transitions
flutterjs_website/
├── lib/
│ ├── main.dart # App entry point
│ ├── app.dart # App configuration
│ ├── pages/ # Page components
│ ├── widgets/ # Reusable UI widgets
│ ├── demos/ # Interactive demo widgets
│ └── theme/ # Theme and styling
├── web/ # Web configuration
└── assets/ # Images and assets
- Flutter SDK (latest stable version)
- Dart SDK
- Chrome or any modern browser
# Install dependencies
flutter pub get
# Run in development mode
flutter run -d chrome --web-port 8080# Build web assets
flutter build web --release
# Or use FlutterJS to convert
flutterjs build- Flutter - UI framework
- Material Design 3 - Design system
- Google Fonts (Inter) - Typography
- FlutterJS - Flutter to JavaScript conversion
- Hero Section - Eye-catching headline with gradient text and CTA buttons
- Features - Grid layout showcasing FlutterJS capabilities
- Interactive Demos - Working Counter and Routing demonstrations
- Code Examples - Syntax-highlighted FlutterJS usage examples
- Getting Started - Step-by-step guide for new users
- Gradient text effects on section headers
- Smooth animations and hover effects
- Responsive design for all screen sizes
- Modern color scheme with vibrant gradients
- Professional typography and spacing
flutter- Flutter SDKgoogle_fonts- Beautiful typographycupertino_icons- Icon set
- Repository: https://github.com/flutterjsdev/flutterjs_website
- FlutterJS: https://github.com/flutterjsdev/flutterjs
This project is part of the FlutterJS ecosystem.
Built with ❤️ using Flutter and FlutterJS