Simple web framework in Dart inspired by Flutter.
- Build web pages with Widget components similar like in Flutter.
- Build web pages without any knowledge of HTML/CSS/JS
- Use Dart functions instead of JavaScript.
- Transpile Flyer project into SvelteKit project.
- Transpile Dart into JavaScript code.
- Install nodejs 20.10.0 and Dart 3
- dart compile exe bin/flyer.dart && mv bin/flyer.exe example/bin/flyer.exe
- ./example/bin/flyer.exe build
- ./example/bin/flyer.exe run
- Create web pages in Flutter-like style.
- Setup SEO for better google search optimalisation.
- Build web pages with predefined Flyer Components and Widgets.
- Create your own Flyer Components and Widgets or use community packages.
- Flyer builder convert Flyer Project into SvelteKit project under one second.
- Flyer is using Svelte, SvelteKit, Tailwind, DaisyUI and Vite under the hood.
- Flyer generate SvelteKit project in human-readable code for simple debugging.
- i18n
- Theme
- Scripts
- Animations
- State management
- Responsive design
- Static site generation
- More predefined Components and Widgets
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
👤 Martin Jablečník
- Github: @mjablecnik
- Blog: dev.to
Give a ⭐️ if this project helped you!
Copyright © 2023-2024 Martin Jablečník.
This project is licensed under MIT License.