freeze 1.0.0 copy "freeze: ^1.0.0" to clipboard
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';
10
likes
140
points
206
downloads

Publisher

verified publisherarcane.art

Weekly Downloads

Freeze renders by showing an image instead of the rendered widget to reduce element tree counts

Repository (GitHub)

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter

More

Packages that depend on freeze