drip_flutter 0.4.0-alpha
drip_flutter: ^0.4.0-alpha copied to clipboard
Flutter render layer for DRIP — direct RenderObject binding with zero widget rebuilds.
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.4.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';