Skip to content

Latest commit

 

History

History
executable file
·
14 lines (11 loc) · 646 Bytes

README.md

File metadata and controls

executable file
·
14 lines (11 loc) · 646 Bytes

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