A personal Flutter app for managing a book collection. Users can sign in with email or Google, then add, edit, and delete books from their personal library. Also includes a fun word pair generator with the ability to save favorites.
flutter pub getflutter runTo run on a specific device:
flutter devices # List available devices
flutter run -d <device-id> # Run on specific deviceflutter test # Run tests
flutter clean # Clean build artifacts
flutter pub upgrade # Update dependencies