Not a nonsense example of a web application with Flutter and Dart.

Oleksandr Prokhorenko
2 min readMay 16, 2019
🌍 Experimental responsive web app powered by Flutter and Dart: http://minikin.me/flutter-web-demo

One week ago Google presented Flutter for web. This week I had a few hours to build a simple but not a nonsense web application, deploy to Github pages and even use Codemagic CI/CD.

The code is on GitHub:

The main features set of the web app:

  • Photos are fetched from a server
  • Infinity scrolling
  • Responsive to screen size changes including mobile device orientation changes
  • Powered by build_value and built_collection
  • Background JSON parsing

One point which I’d like to mention that integration with Codemagic was flawless. So I’m going to give it a try for the next commercial Flutter app.

If you have any questions, please feel free to contact me: @minikin

Update 1:

I tested it in Safari, Chrome ​on a desktop + Safari, Chrome on iOS + in Chrome on Android. It worked smoothly. But sure, you can have some issues as it is a technical preview.
Here is a video: https://youtu.be/Unu_3VPdi1g

📝 Read this story later in Journal.

👩‍💻 Wake up every Sunday morning to the week’s most noteworthy stories in Tech waiting in your inbox. Read the Noteworthy in Tech newsletter.

--

--