All Projects → fionicholas → Movie-Flutter

fionicholas / Movie-Flutter

Licence: MIT license
Movie App Flutter using Flutter BLoC, DIO, Retrofit, Sqflite

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Movie-Flutter

Mung-Flutter
Although the project is small, it has all the internal organs, quick start Flutter actual combat!!!
Stars: ✭ 88 (+144.44%)
Mutual labels:  bloc, dio
WanAndroidJetpack
🔥 WanAndroid 客户端,Kotlin + MVVM + Jetpack + Retrofit + Glide。基于 MVVM 架构,用 Jetpack 实现,网络采用 Kotlin 的协程和 Retrofit 配合使用!精美的 UI,便捷突出的功能实现,欢迎下载体验!
Stars: ✭ 124 (+244.44%)
Mutual labels:  retrofit
WanAndroidMaster
根据 http://www.wanandroid.com 提供api ,编写 包含 Material Design + MVP + Rxjava2 + Retrofit + Glide项目
Stars: ✭ 74 (+105.56%)
Mutual labels:  retrofit
Instagram
Instagram Project is a mini version of real Instagram app for Android 📱 built with latest Android Development Tools. Kotlin, MVVM, LiveData, GSON, Retrofit, Dagger2
Stars: ✭ 20 (-44.44%)
Mutual labels:  retrofit
React-Native-MovieDB
LaLune app (https://itunes.apple.com/us/app/lalune-movies-and-tv/id1033048573) clone using React native, Redux. This is cross platform app built using React Native and The MovieDB apis. Purpose of this project was to get our hands dirty with React Native, where we just wanted to focus on application front end.
Stars: ✭ 21 (-41.67%)
Mutual labels:  moviedb-api
Android-Model-View-Presenter
No description or website provided.
Stars: ✭ 26 (-27.78%)
Mutual labels:  retrofit
RxHttp
基于RxJava2+Retrofit+OkHttp4.x封装的网络请求类库,亮点多多,完美兼容MVVM(ViewModel,LiveData),天生支持网络请求和生命周期绑定,天生支持多BaseUrl,支持文件上传下载进度监听,支持断点下载,支持Glide和网络请求公用一个OkHttpClient⭐⭐⭐
Stars: ✭ 25 (-30.56%)
Mutual labels:  retrofit
movie-catalog
🎬 A movie catalog app for both Android & IOS ~ Flutter.io project in Dart | Dart, Bloc, Movies
Stars: ✭ 46 (+27.78%)
Mutual labels:  bloc
RetrofitHelper
💪 RetrofitHelper是一个支持配置多个BaseUrl,支持动态改变BaseUrl,动态配置超时时长的Retrofit帮助类
Stars: ✭ 15 (-58.33%)
Mutual labels:  retrofit
flutter idiomatic
It is starter kit with idiomatic code structure :) Firebase Authentication & GraphQL CRUD via BLoC. With Unit tests, Widget tests and Integration tests as BDD.
Stars: ✭ 20 (-44.44%)
Mutual labels:  bloc
qa-automation-base
There are basic projects for automation frameworks based on Kotlin/Java and TypeScript for the backend, frontend, and mobile.
Stars: ✭ 45 (+25%)
Mutual labels:  retrofit
ComposeMovie
Movie app that built with Jetpack Compose
Stars: ✭ 96 (+166.67%)
Mutual labels:  retrofit
EasyTask MVVM Kotlin
Todo app based on MVVM, Kotlin Coroutines, Navigation Component, Room Database, Retrofit, Data Binding
Stars: ✭ 49 (+36.11%)
Mutual labels:  retrofit
flutter clean architecture
A flutter clean architecture series, the way we build clean apps.
Stars: ✭ 225 (+525%)
Mutual labels:  retrofit
WanAndroid-Java
一款采用Java语言、MVVM + Retrofit + RxJava架构开发的玩Android客户端 (https://www.wanandroid.com/) 。PS: Kotlin版 (https://github.com/chongyucaiyan/WanAndroid-Kotlin) 。
Stars: ✭ 32 (-11.11%)
Mutual labels:  retrofit
mvp-architecture-kotlin-dagger-2-retrofit-android
Android Application MVP (Model-View-Presenter) architecture example using Dagger2 Dependency Injection (DI) and Retrofit Tutorial using Kotlin programming language.
Stars: ✭ 15 (-58.33%)
Mutual labels:  retrofit
Chi Food
Food Delivery App made by Flutter and Bloc
Stars: ✭ 103 (+186.11%)
Mutual labels:  bloc
android
Android client for Mahadel project [Deprecated]
Stars: ✭ 25 (-30.56%)
Mutual labels:  retrofit
smartrider
🧠🚕 The all-in-one RPI transportation app.
Stars: ✭ 42 (+16.67%)
Mutual labels:  bloc
desafios-DIO
Desafios em C#, Java, JavaScript, Kotlin, Python e Ruby dos Bootcamps da Digital Innovation One
Stars: ✭ 140 (+288.89%)
Mutual labels:  dio

Movie Flutter

movie-flutter

Features

  • Popular Movie List
  • UpComing Movie List
  • Detail Movie
  • Favorite Movies

Tech Stack

  • Dart
  • Flutter BLoC
  • Hero Animation
  • Shimmer
  • JSON Serializable
  • Sqflite
  • DIO
  • Retrofit

Screenshots

ss-movie-homess-movie-listss-new-movie-detailss-movie-detail

Todo

  • New Detail Movies
  • Favorite Movies
  • Infinite Scroll

Get Started

  1. Get api_key from https://www.themoviedb.org/ and paste into var apiKey = "PASTE_YOUR_API_KEY" on file movie_repository.dart

  2. Generate file *.g.dart, you can use this command on terminal :

flutter pub run build_runner build

Don't Forget to

License

MIT License

Copyright (c) 2020 Fiorent Nicholas Yehardi

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
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].