Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.84 KB

File metadata and controls

46 lines (29 loc) · 1.84 KB

Vader Framework

Vader Framework is an open-source, modular toolkit for rapid development of modern, multiplatform applications with Dart/Flutter. It provides a robust foundation, code generation tools, design system utilities, and example projects to help developers build scalable, maintainable, and beautifully designed apps with ease.

What is Vader Framework?

Vader Framework is designed to accelerate and standardize the development of Flutter applications. It offers:

  • Core libraries for application logic, design systems, and CLI utilities.
  • Code generation tools to automate repetitive tasks and scaffold new components or design structures.

Key Features

  • Modular Architecture: Includes core packages for app logic (vader_core, vader_app), design systems (vader_design), and CLI utilities (vader_console).
  • Code & Design Generators: CLI tools (code_builder, design_builder) to automate code and design structure generation.

Who is it for?

  • Flutter developers seeking a solid foundation and best practices for new projects.
  • Teams aiming to standardize and speed up their development workflow.
  • Anyone looking for a comprehensive, extensible framework for building modern, cross-platform apps.

Installation

  1. dart pub global activate melos
  2. melos bootstrap

Project Structure

  • core/ – Core libraries for app logic, design, and CLI utilities.
  • cli/ – Code and design generators for automating development tasks.

Example Project

You can see an example project using Vader Framework here: https://github.com/mjablecnik/vader_project

Author

Martin Jablečník


Give a ⭐️ if you find this project useful!