modularapparchitecture 0.1.1+3 copy "modularapparchitecture: ^0.1.1+3" to clipboard
modularapparchitecture: ^0.1.1+3 copied to clipboard

Modular App Architecture Kit 2026 — Feature-first Flutter starter with GetX, clean architecture, Firebase helpers, and CLI generators.

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased #

Added #

  • App templates: Choose from 4 templates when creating a project:
    • E-Commerce (products, cart, checkout)
    • Messaging (chat list, chat screen)
    • Music/Video (library, player, playlists)
    • Sleep Tracker (logs, analytics)
  • Splash screen with auth check in all templates.
  • Improved UI: Themed inputs, cards, empty states, error handling for all templates.
  • Template selection: Interactive prompt (1–4) or --template=<name> flag.
  • Relative imports in templates for portability.

Changed #

  • Removed default template: Only templates from templates/ folder (ecommerce, messaging, media, sleep_tracker).
  • Generated structure: lib/app/ with bindings, controllers, models, services, views, routes (instead of core/features).
  • README: Updated with template docs, setup commands, and dart run alternative for global cache issues.
  • docs/architecture.md: Documents template structure.
  • docs/getting-started.md: Template selection, troubleshooting.

Fixed #

  • CartController not found in E-Commerce: Added CartBinding to home and product detail routes.
  • Chat screen in Messaging: Loads messages when opened.
  • Package imports: Templates use relative imports so generated projects work without package name replacement.

0.1.1 - 2026-02-17 #

Changed #

  • Dependencies: Bumped to latest stable — firebase_core ^4.0.0, firebase_auth ^6.0.0, cloud_firestore ^6.0.0 for pub.dev up-to-date check.
  • Repository URL: Use canonical GitHub URL (no .git suffix) for pubspec verification.

0.1.0 - 2026-02-16 #

Added #

  • Feature-first structure, auth flow, profile feature, CLI, core services, animations, theme, testing layout.

1
likes
160
points
0
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Modular App Architecture Kit 2026 — Feature-first Flutter starter with GetX, clean architecture, Firebase helpers, and CLI generators.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#flutter #getx #architecture #firebase #cli

License

MIT (license)

Dependencies

cloud_firestore, cupertino_icons, dio, firebase_auth, firebase_core, flutter, get, path

More

Packages that depend on modularapparchitecture