Movies App With Flutter

0 0

Movies App – Flutter

Connect with me

In-App Images

.

.

.

.

.

.

.

.

.

.

.

.

Setup

You need to add the following packages to pubspec.yaml file

cupertino_icons: ^1.0.2
flutter_screenutil: ^5.5.2
google_fonts: ^2.3.2
auto_size_text: ^3.0.0
dio: ^4.0.6
blurrycontainer: ^1.0.2
carousel_slider: ^4.1.1

Configure

you need to take a api-token from https://www.themoviedb.org/

``String apiToken= "";'You need to write yor api token in here';``

this code is in Lib>services>popular_movies_request.dart

Build

you need to write the following code block in your terminal

``flutter build apk``

Finally you can find this app on this path

``YourProject/build/app/outputs/flutter-apk/app-release.apk``

GitHub

View Github

Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %

Average Rating

5 Star
0%
4 Star
0%
3 Star
0%
2 Star
0%
1 Star
0%

Deja una respuesta

Entrada anterior MedKit Pharmacy App Using Flutter
Entrada siguiente A Tiktok Clone App With Flutter and Firebase