Skip to content

flutter-view/examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter-View Examples

This repository contains some examples of how to use flutter-view:

  • testdrive: The getting started project as explained in the Test Drive chapter of the documentation.
  • counter: a flutter-view + reactive version of the project you get when you create a new Flutter project: a counter with a button
  • todolist: a simple todo list with storage, to show a more complete example of how an app can be structured using flutter-view and the Dart flutter-view-tools library.

For more information, please check the flutter-view documentation.