All Projects → esentis → Flutter-Movies-Application

esentis / Flutter-Movies-Application

Licence: MIT license
A movies application made with Flutter / Dart.

Programming Languages

dart
5743 projects
C++
36643 projects - #6 most used programming language
CMake
9771 projects
ruby
36898 projects - #4 most used programming language
HTML
75241 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Flutter-Movies-Application

NJU-Class-Shedule-Flutter
🍻 南哪课表APP Written in Flutter
Stars: ✭ 45 (+181.25%)
Mutual labels:  flutter-apps, flutter-app
appflowy
AppFlowy is an open-source alternative to Notion. You are in charge of your data and customizations. Built with Flutter and Rust.
Stars: ✭ 24,929 (+155706.25%)
Mutual labels:  flutter-apps, flutter-app
flutter whatsapp stickers internet
whatsapp sticker template for internet base stickers
Stars: ✭ 28 (+75%)
Mutual labels:  flutter-apps, flutter-app
Churu
出入是一款用Flutter开发的简约记账应用。
Stars: ✭ 44 (+175%)
Mutual labels:  flutter-apps, flutter-app
DevQuiz
Dev.Quiz 👨‍💻 | Rocketseat 💜 - NLW 05 👩‍🚀
Stars: ✭ 25 (+56.25%)
Mutual labels:  flutter-apps, flutter-app
flutter-system
Flutter Widgets,Components,Demos,Pages:从入门到产品级开发
Stars: ✭ 29 (+81.25%)
Mutual labels:  flutter-apps, flutter-app
linux-android-backup
Back up your device without vendor lock-ins, using insecure software or root. Supports encryption and compression out of the box. Works cross-platform.
Stars: ✭ 119 (+643.75%)
Mutual labels:  flutter-apps, flutter-app
budget my life
Budget your life with ease.
Stars: ✭ 34 (+112.5%)
Mutual labels:  flutter-apps, flutter-app
Ubuntu-Launcher
An Android Launcher (having Ubuntu-Gnome flavour) build with Flutter
Stars: ✭ 241 (+1406.25%)
Mutual labels:  flutter-apps, flutter-app
HistoryOfMe
Your own personal diary.
Stars: ✭ 50 (+212.5%)
Mutual labels:  flutter-apps, flutter-app
MediumUnlimited
Android App written with Flutter/Dart to navigate medium.com without limitations.
Stars: ✭ 28 (+75%)
Mutual labels:  flutter-apps, flutter-app
Login-Register-FlutterApp
Login Register Auth App by Delicia Fernandes using Google and Facebook sign in.
Stars: ✭ 87 (+443.75%)
Mutual labels:  flutter-apps, flutter-app
flutter-app
Full Feature Todos Flutter Mobile app with fireStore integration.
Stars: ✭ 138 (+762.5%)
Mutual labels:  flutter-apps, flutter-app
Drink-Order-App-UI
Drink order app UI using flutter - eCommerce App for Drinks
Stars: ✭ 19 (+18.75%)
Mutual labels:  flutter-apps, flutter-app
car rental lite
A platform for car sharing where users can book any car that suits their needs and wants for their intended journey, from the closest hosts in the community.
Stars: ✭ 28 (+75%)
Mutual labels:  flutter-apps, flutter-app
flutter and cloudinary
How to build Photo Diary App using Flutter and Cloudinary
Stars: ✭ 17 (+6.25%)
Mutual labels:  flutter-apps, flutter-app
flutter projects
This is a set of small projects focused solely on the development of the graphical interface with Flutter
Stars: ✭ 524 (+3175%)
Mutual labels:  flutter-apps, flutter-app
flip view
A Flutter app with flip animation to view profiles of friends. 🌟
Stars: ✭ 69 (+331.25%)
Mutual labels:  flutter-apps, flutter-app
calmly
Calmly is made with flutter to practice meditation to bring headspace and calmness. 😍💆🏼‍♂️
Stars: ✭ 34 (+112.5%)
Mutual labels:  flutter-apps, flutter-app
flutter todos
A cross platform todo list app using flutter, sqlite etc. If you read the code, you will understand how to create simple elegant mobile app using Flutter and Dart language.
Stars: ✭ 60 (+275%)
Mutual labels:  flutter-apps, flutter-app

Flutter Movies Application

drawing


drawing

forthebadge

Last commit

forthebadge

Website

Lines of Code

Overview

A movies application that connects to the TMDB Log . Get trending and newly released movies with in-depth details. Live Version

If you want to run the project locally:

  • Clone the project
  • Create a file named dotenv at the root of the project
  • Open the created file and add your TMDB API key

e.g

TMDB_KEY=2c3247c821ahhb6a60fefasd278gas6
  • You are ready to run the project !

Screenshots

On Load Navigation Toggle Theme
On Load Navigation Toggle Theme
Toggle Drawer Refresh Toggle Search
Toggle Drawer Refresh Toggle Search
Search Error Search No Results Search Success
Search Error Search No Results Toggle Search
To Movie Screen From Movie Screen Favorites
To Movie Screen From Movie Screen Favorites
Email LinkedIn Source
Email LinkedIn Source

Features

  • When the app is loaded, trending movies and upcoming movies are loaded.
  • You can search for movies by typing in the search field and pressing enter. When on desktop there is a search button below TextField. On Mobile or Tablet you can press the ok button on the virtual keyboard to start searching.
  • When you tap on a movie , you get redirected to a new screen with detailed info.
  • On movie's screen there is a heart icon, by tapping it you favorite the movie. On successful addition, a snackbar is shown.
  • A favorited movie is indicated by a red heart. By tapping on the heart the movie will be removed from your favorites. On successful deletion, a snackbar is shown.
  • Favorited movies can be retrieved by opening the app's drawer.
  • Favorited movies don't hold state since the project has no back-end, meaning on refresh all will be flushed. This is not an issue.
  • The grid design is responsive.
Mobile & Tablet Desktop
Mobile/Tablet LinkedIn
  • There is a settings icon (three dots) where you can change theme (Dark, Light), send e-mail and visit the source code of the app.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].