drip_flutter 0.7.0-alpha
drip_flutter: ^0.7.0-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 Dart:
$ dart pub add drip_flutterWith Flutter:
$ flutter pub add drip_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
drip_flutter: ^0.7.0-alphaAlternatively, your editor might support dart pub get or 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';