drip_flutter 0.7.1-alpha copy "drip_flutter: ^0.7.1-alpha" to clipboard
drip_flutter: ^0.7.1-alpha copied to clipboard

Flutter reactive render binding for DripState, enabling zero-rebuild UI updates through direct RenderObject synchronization.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add drip_flutter

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

dependencies:
  drip_flutter: ^0.7.1-alpha

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:drip_flutter/drip_flutter.dart';
0
likes
160
points
333
downloads
screenshot

Documentation

API reference

Publisher

verified publisherappamania.in

Weekly Downloads

Flutter reactive render binding for DripState, enabling zero-rebuild UI updates through direct RenderObject synchronization.

Repository (GitHub)
View/report issues

Topics

#state-management #reactive #flutter #rendering #performance

License

MIT (license)

Dependencies

drip_core, flutter, meta

More

Packages that depend on drip_flutter