This project is a Flutter application that enables users to list books, view book details, and add books to favorites.
To run this project, ensure that you have Flutter installed on your system. Then, follow these steps:
-
Clone this repository to your local machine:
git clone https://github.com/anilcivan/flutter_books_case.git
-
Navigate to the project directory:
cd flutter_books_case
-
Install dependencies:
flutter pub get
-
Connect your device or start an emulator.
-
Run the app:
flutter run
If everything is set up correctly, the app should launch on your device or emulator.