https://github.com/szepeshazi/fmdb
Fake Movie Database example application
https://github.com/szepeshazi/fmdb
flutter web
Last synced: 2 months ago
JSON representation
Fake Movie Database example application
- Host: GitHub
- URL: https://github.com/szepeshazi/fmdb
- Owner: szepeshazi
- Created: 2022-09-22T18:34:53.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-25T10:22:46.000Z (almost 4 years ago)
- Last Synced: 2025-12-27T17:38:02.148Z (6 months ago)
- Topics: flutter, web
- Language: Dart
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fmdb
The Fake Movie Database
## Summary
This is an example project to query a test API endpoint for movies and rendering them in a Flutter application.
The endpoint returns a list of movie objects as a JSON HTTP response, in an idempotent way (always returning the same movie
list).
The package demonstrates the use of popular Flutter packages, patterns and best practices.
Although Flutter build target has been exclusively set for `web`, the project could easily target
other platforms (Android, iOS, etc) as well.
## Demo
You can see the build Flutter web application in action [here](https://fluffy-e2db1.web.app/)