Added some comments to help with code readability.
~ Changed stories List from get stories =>... to final stories =..., as it was confusing and unnecessary to have it as a get. (What does that even do?)
~ Changed imports to reference the package, instead of just a filename.
~ Changed references to Cupertino to Material. If we really want to have an iOS native-feeling app, we will need more logic than just adding the imports.
get stories =>...
tofinal stories =...
, as it was confusing and unnecessary to have it as a get. (What does that even do?) ~ Changed imports to reference the package, instead of just a filename. ~ Changed references to Cupertino to Material. If we really want to have an iOS native-feeling app, we will need more logic than just adding the imports.Co-author: Grayson Harrington grayson.harrington@gmail.com