Skip to content

Commit fa69716

Browse files
authored
Update README.md
1 parent cd85e83 commit fa69716

1 file changed

Lines changed: 75 additions & 10 deletions

File tree

README.md

Lines changed: 75 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,81 @@
1-
# moviedb
1+
# MovieDB
22

3-
A new Flutter project.
3+
## App Features.
4+
- **Dynamic Theming**
5+
- Search Functionality
6+
- Onboarding-Screen
7+
- Select favourite movie
8+
- Home Screen
9+
- Tranding movie
10+
- Movies different category
11+
- Popular movie
12+
- Upcomming movie
13+
- Tranding person of week
14+
- Top rated movie
15+
- Movies detail
16+
- Movies trailer and poster
17+
- Movie cast
18+
- Cast member detail
19+
- Movies on bases of keyword
20+
- Recommendation and similar movie
421

5-
## Getting Started
22+
## App Information
623

7-
This project is a starting point for a Flutter application.
24+
**Packages used:**
825

9-
A few resources to get you started if this is your first Flutter project:
26+
- bottom_nav_bar:
27+
```
28+
git:
29+
url: https://github.com/Ansh-Rathod/bottom_nav_bar
30+
```
31+
- cached_network_image: ^3.0.0
32+
- cloud_firestore: ^2.4.0
33+
- cupertino_icons: ^1.0.2
34+
- decorated_icon: ^1.2.1
35+
- device_info: ^2.0.2
36+
- equatable: ^2.0.3
37+
- firebase_core: ^1.4.0
38+
- flutter_bloc: ^7.0.1
39+
- flutter_widget_from_html: ^0.6.1
40+
- fluttertoast: ^8.0.7
41+
- font_awesome_flutter: ^9.1.0
42+
- google_fonts: ^2.1.0
43+
- http: ^0.13.3
44+
- intl: ^0.17.0
45+
- palette_generator: ^0.3.0
46+
- photo_view: ^0.11.1
47+
- readmore: ^2.1.0
48+
- shimmer: ^2.0.0
49+
- url_launcher: ^6.0.9
1050

11-
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
12-
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
1351

14-
For help getting started with Flutter, view our
15-
[online documentation](https://flutter.dev/docs), which offers tutorials,
16-
samples, guidance on mobile development, and a full API reference.
52+
<p align="center">
53+
<img src="screenshots/Screenshot_20210801-142954.jpg" width="30%">
54+
<img src="screenshots/Screenshot_20210801-143201.jpg" width="30%">
55+
<img src="screenshots/Screenshot_20210801-143317.jpg" width="30%">
56+
<img src="screenshots/Screenshot_20210801-143125.jpg" width="30%">
57+
<img src="screenshots/Screenshot_20210801-143147.jpg" width="30%">
58+
59+
<img src="screenshots/Screenshot_20210801-143414.jpg" width="30%">
60+
<img src="screenshots/Screenshot_20210801-143512.jpg" width="30%"><img src="screenshots\Screenshot_20210801-143026.jpg" width="30%">
61+
<img src="screenshots/Screenshot_20210801-143038.jpg" width="30%">
62+
63+
</p>
64+
65+
## How to use
66+
67+
To clone and run this application, you'll need [Git](https://git-scm.com/downloads) and [Flutter](https://flutter.dev/docs/get-started/install) installed on your computer. From your command line:
68+
69+
```
70+
# Clone this repository
71+
$ git clone https://github.com/Appii00/Flutter-Bloc-MovieDB-App.git
72+
73+
# Go into the repository
74+
$ cd Flutter-Bloc-MovieDB-App
75+
76+
# Install dependencies
77+
$ flutter packages get
78+
79+
# Run the app
80+
$ flutter run
81+
```

0 commit comments

Comments
 (0)