widget_view 0.2.0-nullsafety.0 copy "widget_view: ^0.2.0-nullsafety.0" to clipboard
widget_view: ^0.2.0-nullsafety.0 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.2.0-nullsafety.0

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
130
pub points
72%
popularity

Publisher

verified publisherpolyflection.com

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on widget_view