freeze 1.0.0
freeze: ^1.0.0 copied to clipboard
Freeze renders by showing an image instead of the rendered widget to reduce element tree counts
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add freeze
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
freeze: ^1.0.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:freeze/freeze.dart';