Flutter Sample Part 7 – Full Screen Image

(This is my small series for getting started with Flutter mobile SDK for iOS and Android. See below for previous posts) Part 1: Flutter first steps Part 2: Page navigation Part 3: Favorites Part 4: Navigation Bar Part 5: Saving Favorites Part 6: Sharing and Linking One obvious feature that's missing from a photo viewing … Continue reading Flutter Sample Part 7 – Full Screen Image

Flutter Sample Part 2 – Page navigation

Continuing on from the previous post about my first steps with Flutter, it seemed a natural next step to try and add navigation to a second screen which would show some further details about the photo. So first thing to do is create a new screen, in this case called ImageDetailsScreen. In the constructor above … Continue reading Flutter Sample Part 2 – Page navigation