widget_view 0.1.2+1 copy "widget_view: ^0.1.2+1" to clipboard
widget_view: ^0.1.2+1 copied to clipboard

A Dart package that supports for separation of logic and view in a widget.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add widget_view

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  widget_view: ^0.1.2+1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:widget_view/widget_view.dart';
6
likes
30
pub points
73%
popularity

Publisher

verified publisherpolyflection.com

A Dart package that supports for separation of logic and view in a widget.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on widget_view