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
- Host: GitHub
- URL: https://github.com/flutter-view/examples
- Owner: flutter-view
- License: bsd-3-clause
- Created: 2018-12-02T17:43:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-01T22:33:26.000Z (about 3 years ago)
- Last Synced: 2025-05-08T00:53:29.041Z (5 days ago)
- Topics: css, dart, dart2, examples, flutter, flutter-view, html, pug, sass
- Language: C++
- Homepage: https://flutter-view.io
- Size: 59.5 MB
- Stars: 20
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).