Examples
Last updated
Last updated
This is the getting started project as explained in the of the documentation. It shows a simple hello world using pug and sass.
A flutter-view version of the Flutter starter project. It uses the reactive tag and the for responding and updating the count.
An example of how you can build a simple todo app using flutter-view and the . It separates the app model from the page model. This is a structure that can scale as your app grows and you add more pages. The chapter builds this app step by step.