Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dilpreet2028/Fluvies
A flutter app with Database + Screen Animations + FutureBuilders
https://github.com/dilpreet2028/Fluvies
android dart flutter google-flutter ios
Last synced: 21 days ago
JSON representation
A flutter app with Database + Screen Animations + FutureBuilders
- Host: GitHub
- URL: https://github.com/dilpreet2028/Fluvies
- Owner: dilpreet2028
- License: apache-2.0
- Created: 2018-01-13T20:06:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-20T10:43:39.000Z (almost 7 years ago)
- Last Synced: 2024-04-13T02:21:15.438Z (8 months ago)
- Topics: android, dart, flutter, google-flutter, ios
- Language: Dart
- Homepage:
- Size: 1.99 MB
- Stars: 91
- Watchers: 11
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-flutter-app - Fluvies - 由 [Dilpreet Singh](https://github.com/dilpreet96) 使用 MVP, PathProviders, FutureBuilders 和 Database 开发的视频浏览应用 (开源项目)
README
# fluvies
A basic Flutter app showing:
- Interaction with network (used TMDB api)
- MVP Pattern
- Database implementation by:
* Caching list of movies for offline access (TODO: Caching Images)
* Saving `liked` movies
- Implementation of FutureBuilders
- `factory` constructor pattern of Dart
- Using `pathprovider` for creating and accessing a database file (works in both iOS and Android)
- Screen Transaction animation using `Hero` and `InkWell`## Demo
![Fluvies_Demo](https://github.com/dilpreet96/Fluvies/blob/master/graphic/demo.gif)
## Setup
1.For installing and setting up [Flutter](https://flutter.io/setup/)2.You need a **TMDB API Key**for which you can go to this [link](https://developers.themoviedb.org/3/getting-started/introduction).
When you get the key, place it in `network_data.dart`.## License
```
Copyright 2018 Dilpreet Singh (dilpreet96)Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.```