Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 688 Bytes

File metadata and controls

32 lines (22 loc) · 688 Bytes

MyApp

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.

Getting Started

Install Dependencies

flutter pub get

Run the App

flutter run

To run on a specific device:

flutter devices              # List available devices
flutter run -d <device-id>   # Run on specific device

Useful Commands

flutter test                 # Run tests
flutter clean                # Clean build artifacts
flutter pub upgrade          # Update dependencies