Skip to content

Commit 80b0f1d

Browse files
authored
Update README.md
1 parent 3ee583a commit 80b0f1d

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Flutter Movie
2-
[![Flutter](https://img.shields.io/badge/Flutter-3.22.1-blue.svg?logo=flutter)](https://flutter.dev)
2+
[![Flutter](https://img.shields.io/badge/Flutter-3.8.1-blue.svg?logo=flutter)](https://flutter.dev)
33
[![Dart](https://img.shields.io/badge/Dart-3.3.1-blue.svg?logo=dart)](https://dart.dev)
44
[![Riverpod](https://img.shields.io/badge/Riverpod-2.5.1-brightgreen?logo=flutter)](https://riverpod.dev)
55
![badge-Android](https://img.shields.io/badge/Platform-Android-brightgreen)
@@ -53,17 +53,19 @@ flutter_movie_clean_architecture/
5353
│ │ │ ├── datasources/
5454
│ │ │ │ └── movie_remote_data_source.dart
5555
│ │ │ ├── models/
56+
│ │ │ │ ├── movie_detail_model.dart
5657
│ │ │ │ ├── movie_model.dart
57-
│ │ │ │ ├── movie_model.freezed.dart
58-
│ │ │ │ └── movie_model.g.dart
5958
│ │ │ └── repositories/
6059
│ │ │ └── movie_repository_impl.dart
6160
│ │ ├── domain/
6261
│ │ │ ├── entities/
63-
│ │ │ │ └── movie.dart
62+
│ │ │ │ ├── movie.dart
63+
│ │ │ │ └── movie_detail.dart
6464
│ │ │ ├── repositories/
6565
│ │ │ │ └── movie_repository.dart
6666
│ │ │ └── usecases/
67+
│ │ │ ├── get_movie_detail.dart
68+
│ │ │ ├── get_movie_search.dart
6769
│ │ │ ├── get_now_playing.dart
6870
│ │ │ ├── get_popular.dart
6971
│ │ │ ├── get_top_rated.dart
@@ -79,10 +81,10 @@ flutter_movie_clean_architecture/
7981
│ │ ├── providers/
8082
│ │ │ └── movie_provider.dart
8183
│ │ └── widgets/
82-
│ │ └── movie_card.dart
84+
│ │ ├── movie_card.dart
85+
│ │ └── movie_search.dart
8386
│ ├── routing/
84-
│ │ ├── app_router.dart
85-
│ │ └── main.dart
87+
│ │ └── app_router.dart
8688
│ └── main.dart
8789
├── ios/
8890
├── screen_shots/
@@ -139,7 +141,7 @@ flutter run
139141

140142
# License
141143
```
142-
Copyright 2024 piashcse (Mehedi Hassan Piash)
144+
Copyright 2025 piashcse (Mehedi Hassan Piash)
143145
144146
Licensed under the Apache License, Version 2.0 (the "License");
145147
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)