KoderUserBadge

Ratified Auth koder-app/behaviors.kmd §1

Compact avatar + name display, opens the account menu. Reads from the same auth context that KoderSignInButton populates.

Demo

Static visual mock — pixel-faithful but non-interactive. Sprint 2.3 will swap selected demos for live Flutter Web embeds.

Maria Silva

Avatar + name pill anchored to the right of the top nav. Opens the account menu on tap.

Availability

Flutter (koder_kit)
koder_kit v0.5.0+

Flutter usage

import 'package:koder_kit/koder_kit.dart';
AppBar(
  actions: [KoderUserBadge()],
)

Related in the same group