Skip to content

v1.0.0

Choose a tag to compare

@kido-luci kido-luci released this 08 Jun 08:32
· 25 commits to main since this release
a8678c7

Changelog

All notable changes to this template are documented in this file.

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

1.0.0 - 2026-06-08

First stable release of the Flutter starter template.

Added

  • Project foundation — Flutter SDK pinned to 3.44.0 via FVM, lints via
    very_good_analysis, and a feature-first core / ui / shared / features
    layout (see CLAUDE.md).
  • State management & routingflutter_bloc (+ bloc_concurrency) for app
    state and go_router for declarative navigation.
  • Dependency injectioninjectable/get_it wiring, including the
    per-package micro-DI pattern.
  • Workspace packages — extracted into packages/: analytics,
    app_platform, app_ui, architecture, config, network, storage,
    sync, theme, plus test_utils.
  • Featuressplash, auth, home, profile, bookmarks,
    collections, and notifications, with a shared Session contract for
    app-wide auth state.
  • Theming & design system — centralized light/dark ThemeData with a
    ThemeBloc toggle and the app_ui design-system widgets.
  • Local persistence — ObjectBox storage with tracked schema bindings.
  • Flavorsdev / staging / prod build flavors driven by
    --dart-define-from-file env/<flavor>.json.
  • Firebase — integration with Crashlytics and analytics (CocoaPods on iOS;
    SPM disabled, see CLAUDE.md).
  • Internationalizationflutter_localizations + intl with ARB-based
    localizations.
  • CI/CD — GitHub Actions for analyze/test with coverage gating (ci.yml),
    CodeQL (codeql.yml), and a manual-dispatch Fastlane release pipeline
    (release.yml) for TestFlight and Google Play.
  • Bootstrap CLItool/setup.sh, a one-command idempotent setup
    (submodules, FVM SDK, SPM disable on macOS, pub get, code generation,
    backend deps, and the pre-push hook).
  • Tooling — Dart & CodeGraph MCP servers and vendored agent skills.