flutter movie app
this project was created with flutter and some native widgets like singlechildscrollview, hero animation, sliverappbar, streambuilder and of course i used things such as delegate, provider, services, etc.
list of dependencies:
- flutter v2.13.1
- card_swiper – (to make transitions between elements)
- http – (to make http requests with future functionality)
- provider – (to make easier and more reusable widgets for manage state)
1. getting started
api reference
you’ll need a tmdb (the movie database) account to access api service and put it into movies_provider.dart
- don’t forget this ’cause i don’t provide my api_key for this public project.
- the movie database => https://www.themoviedb.org/
2.- available scripts
in the project directory, you can run special commands like these:
to visual studio code:
- invoke view > command palette.
- type “flutter”, and select the flutter: launch emulator or press f5 to install app on the device.
- wait for app project installation.
a few resources to get you started if this is your first flutter project:
for help getting started with flutter, view our
online documentation, which offers tutorials,
samples, guidance on mobile development, and a full api reference.
Comments are closed.