An open API service indexing awesome lists of open source software.

https://github.com/flutter-view/examples

Some examples of how you can use flutter-view to build Flutter applications
https://github.com/flutter-view/examples

css dart dart2 examples flutter flutter-view html pug sass

Last synced: 5 days ago
JSON representation

Some examples of how you can use flutter-view to build Flutter applications

Awesome Lists containing this project

README

        

# Flutter-View Examples

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

- [testdrive](testdrive): The getting started project as explained in the [*Test Drive* chapter](https://flutter-view.gitbook.io/project/get-started/test-drive) of the documentation.
- [counter](counter): a flutter-view + reactive version of the project you get when you create a new Flutter project: a counter with a button
- [todolist](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](https://flutter-view.gitbook.io/project/).