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:
11
README.md
11
README.md
@@ -91,9 +91,14 @@ sage/
|
|||||||
- **Phase 6:** Multi-user & cloud sync
|
- **Phase 6:** Multi-user & cloud sync
|
||||||
- **Phase 7:** Advanced features & polish
|
- **Phase 7:** Advanced features & polish
|
||||||
|
|
||||||
|
## Author
|
||||||
|
|
||||||
|
**Danielle Sapelli**
|
||||||
|
- Built with ❤️ using Flutter & Claude Code
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
This is currently a personal project, but ideas and suggestions are welcome!
|
Ideas and suggestions are welcome!
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
@@ -101,6 +106,4 @@ TBD
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Built with 💚 by developers who hate wasting food!**
|
🌿 **Making kitchens smarter, one scan at a time!**
|
||||||
|
|
||||||
Let's make kitchens smarter, one scan at a time! 🌿
|
|
||||||
|
@@ -169,7 +169,11 @@ class _SettingsScreenState extends State<SettingsScreen> {
|
|||||||
),
|
),
|
||||||
const ListTile(
|
const ListTile(
|
||||||
title: Text('Developer'),
|
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(
|
ListTile(
|
||||||
title: const Text('Privacy Policy'),
|
title: const Text('Privacy Policy'),
|
||||||
|
Reference in New Issue
Block a user