renderer 0.0.19 copy "renderer: ^0.0.19" to clipboard
renderer: ^0.0.19 copied to clipboard

A Falcon micro-framework package to manage UI states reactively based on custom BLoC and reactive extenstions

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add renderer

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

dependencies:
  renderer: ^0.0.19

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:renderer/renderer.dart';
0
likes
110
pub points
42%
popularity

Publisher

unverified uploader

A Falcon micro-framework package to manage UI states reactively based on custom BLoC and reactive extenstions

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, get_it, rxdart

More

Packages that depend on renderer