A new Flutter project.
This project is a starting point for a Flutter application that lists games available for PlayStation 5.
Make sure you have the following installed:
-
Clone the repository:
git clone https://github.com/your-username/playstation-5-game-list.git cd playstation-5-game-list
-
Add the .env file:
Create a
.env
file in the root directory of the project and add the following content:BASE_URL=https://api.rawg.io/api/ KEY=02ef6ba5d13444ee86bad607e8bce3f4
-
Install dependencies:
melos get
-
Build the project:
melos build
-
Generate localization files:
melos generate-locale
-
Run the application:
flutter run
lib/
├── common/
├── core/
│ ├── exception/
│ └── design_system/
├── features/
│ ├── home/
│ │ ├── data/
│ │ │ └── remote/
│ │ ├── domain/
│ │ └── presentation/
│ └── splash/
├── generated/
- List of PlayStation 5 games
- Game details view
- Search functionality