Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.0.1-alpha.8] - 2026-03-31

### πŸ› Bug Fixes
- **MagicStarterDialogShell**: Fixed mobile overflow β€” `maxHeight` now computed from safe area (`MediaQuery.viewPaddingOf`) instead of raw screen height; added vertical `insetPadding` (24px) to prevent dialog from extending to screen edges (#13)
- **MagicStarterPasswordConfirmDialog**: Same safe area fix β€” replaced hardcoded `maxHeight: 600` with `safeHeight * 0.85`; added vertical `insetPadding`
Expand Down
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Flutter starter kit for the Magic Framework. Pre-built Auth, Profile, Teams & Notifications β€” 13 opt-in features, every screen overridable via Wind UI.

**Version:** 0.0.1-alpha.7 Β· **Dart:** >=3.6.0 Β· **Flutter:** >=3.27.0
**Version:** 0.0.1-alpha.8 Β· **Dart:** >=3.6.0 Β· **Flutter:** >=3.27.0

## Commands

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: magic_starter
description: Starter kit for Magic Framework. Auth, Profile, Teams, Notifications β€” 13 opt-in features with overridable views.
version: 0.0.1-alpha.7
version: 0.0.1-alpha.8
homepage: https://magic.fluttersdk.com/starter
documentation: https://magic.fluttersdk.com/packages/starter/getting-started/installation
repository: https://github.com/fluttersdk/magic_starter
Expand Down
Loading