flutter_view_tools 1.0.4 copy "flutter_view_tools: ^1.0.4" to clipboard
flutter_view_tools: ^1.0.4 copied to clipboard

outdated

Flutter Dart tools library for flutter-view. These tools allow some extra functionality for flutter-view, and are highly recommended for your flutter-view projects. Flutter-view is a tool that lets yo [...]

Flutter-View Tools #

Flutter-view is a tool that lets you easily create layouts for Flutter, using Pug and Sass. http://flutter-view.io

These tools allow some extra functionality for flutter-view, and are highly recommended for your flutter-view projects.

Check out the documentation on how to get started with this library in your own flutter-view project. Check out the example project for a simple project that uses all supported widgets.

The library adds the following widgets:

Assign #

A builder widget used in combination with the flutter-view assign tag shortcut, used to assign a value to a new variable in your widget build tree.

Documentation

Lifecycle #

A stateful widget that lets you hook into different lifecycle events of its state, such as initState, render and dispose. You can use these hooks for updating and cleaning up in your view-model.

Documentation

ReactiveWidget #

A wrapper of a Flutter StreamWidget, that monitors a Listenable such as a Model, and triggers an update when that Listenable updates. This allows for your tree of widgets to respond to model updates.

Documentation | Usage guide

0
likes
25
pub points
39%
popularity

Publisher

unverified uploader

Flutter Dart tools library for flutter-view. These tools allow some extra functionality for flutter-view, and are highly recommended for your flutter-view projects. Flutter-view is a tool that lets you easily create layouts for Flutter, using Pug and Sass. http://flutter-view.io

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, scoped_model

More

Packages that depend on flutter_view_tools