A Flutter project with the intent of practicing the following skills:
- API Communication
- Navigation 2.0
- Basic Layouting
- Async/Await
- The app offers a search bar, where the user can search for a movie title they want to find.
- The app displays the search results as a clickable list, where the user can see more details about the movies.
- Uppon clicking, the user navigates to another page with details about the selected movie.
- Infinite scrolling list when searching.
- URL updating according to changes in the app.