Writing programs in OOP after more than 10 years of Erlang, Elixir and other Functional languages is kinda difficult. Instead of starting with a complex project or a simple hello world bullshit program, let start with something that could be useful to me: creating a single web with Dart and Flutter. The official Flutter documentation includes a quick tutorial to start a web application from scratch, but before doing anything, a list of requirements could be nice to have. So, what the plan? I would like to learn a bit how Dart/Flutter generates the website I would like to have a single page made of multi pane/frame I would like to have an easy way to create each pane/frame using for example Markdown or Asciidoc format (or in the worst case scenario, YAML) I would like to have a responsive page by default I would like to have a non-exhaustive list of packages/libraries doing this kind projects I would like to have a list of open-source templates/examples to study the code Bootstrapping Flutter for Web…