Skip to content

Sample web app using flutter to display the list of movies data from API

Notifications You must be signed in to change notification settings

deepak786/movies_flutter_web_sample

Repository files navigation

Movie List Web Sample

API

https://api.androidhive.info/json/movies.json

Screenshots

Steps to run the project

  1. Clone this repo
  2. Run Packages get
  3. Open the Chrome browser with the command on MAC open /Applications/Google\ Chrome.app --args --disable-web-security --user-data-dir
  4. We used the above command because when fetching the data from API, Chrome passes additional parameters to the request which results in XMHttpRequestError. You can check the issue at: flutter/flutter#32892

About

Sample web app using flutter to display the list of movies data from API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published