fluttermeup 2.1.1 copy "fluttermeup: ^2.1.1" to clipboard
fluttermeup: ^2.1.1 copied to clipboard

A Flutter CLI generator for Riverpod + GoRouter projects. Scaffolds complete architectures, dynamic models, repositories, and auto-wires routing instantly.

2.1.1 #

What's New #

  • Polishing: Updated the code to reflect the new architecture.

2.1.0 #

What's New #

  • New make:task Command: Safely injects the VS Code split-terminal environment into an existing FMU project.
  • Updated init Command: Prevents accidental overwrites.
  • Updated init Command: Adds a warning if the project is already initialized.
  • Updated init Command: Adds a confirmation prompt to overwrite files.

2.0.1 #

Small Readme Update

  • Updated the README to reflect the new installation method.
  • Updated the README to reflect the new architecture.

2.0.0 #

BREAKING CHANGE: Migrated the entire core architecture from GetX to Riverpod + GoRouter.

WARNING: This release is not backwards compatible with the previous architecture. Please update your codebase accordingly if you were to use the new architecture.

What's New #

  • Architecture Shift: Transitioned to a Feature-First Clean Architecture using Riverpod 3.x and GoRouter 17.x.
  • Updated init: Scaffolds the new Riverpod + Drift (SQLite) infrastructure, including a recovery guide and schema migrator.
  • Automated Generation: The init command now automatically runs build_runner to generate .g.dart files immediately.
  • Enhanced DX: Added pre-configured VS Code tasks (tasks.json) for sequential builds and parallel dev environments (Windows App + Watcher).
  • Updated make:feature & make:view: Redesigned to generate Riverpod providers, controllers, and GoRouter-compatible screens.
  • Help Command: Added a help command to show all available commands and usage examples.
  • Maintenance: Temporarily deprecated make:helper while it is being rebuilt for the new architecture.

1.0.0 #

  • Initial release of the FlutterMeUp GetX project generator.
  • Added init command to scaffold GetX architecture.
  • Added make:feature command with dynamic Model, API, and Repository generation.
  • Added make:view command with automated route injection.
  • Added make:helper command for cross-platform JSON storage.
1
likes
150
points
55
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter CLI generator for Riverpod + GoRouter projects. Scaffolds complete architectures, dynamic models, repositories, and auto-wires routing instantly.

Repository (GitHub)

Topics

#cli #generator #riverpod #gorouter #architecture

License

MIT (license)

Dependencies

path

More

Packages that depend on fluttermeup