Update developer info to Danielle Sapelli

- Added developer name in Settings → About
- Updated README with author information
- Added 'Built With' section crediting Flutter & Claude Code

🤖 Generated with Claude Code (https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-10-04 14:37:03 -04:00
parent 7be7b270e6
commit f4be460c3e
2 changed files with 12 additions and 5 deletions

View File

@@ -169,7 +169,11 @@ class _SettingsScreenState extends State<SettingsScreen> {
),
const ListTile(
title: Text('Developer'),
subtitle: Text('Built with ❤️ using Flutter'),
subtitle: Text('Danielle Sapelli'),
),
const ListTile(
title: Text('Built With'),
subtitle: Text('❤️ using Flutter & Claude Code'),
),
ListTile(
title: const Text('Privacy Policy'),