banai_delayed_displays 1.0.0 copy "banai_delayed_displays: ^1.0.0" to clipboard
banai_delayed_displays: ^1.0.0 copied to clipboard

outdated

You can delay the display of widgets with gradient and offset animations. When your widgets are very performance-intensive and cause routing jumps to freeze, you can also pass in a placeholder to impr [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add banai_delayed_displays

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

dependencies:
  banai_delayed_displays: ^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:banai_delayed_displays/banai_delayed_displays.dart';
2
likes
0
pub points
50%
popularity

Publisher

verified publisherbanai.com.cn

You can delay the display of widgets with gradient and offset animations. When your widgets are very performance-intensive and cause routing jumps to freeze, you can also pass in a placeholder to improve performance.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on banai_delayed_displays