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

outdated

A widget that enables you to display a child after a delay and with beautiful fading and sliding animation.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'vertical_sliding_example.dart';

void main() => runApp(MyApp());

class MyApp extends StatelessWidget {
  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: VerticalSlidingExample(),
    );
  }
}
455
likes
0
points
4.6k
downloads

Publisher

unverified uploader

Weekly Downloads

A widget that enables you to display a child after a delay and with beautiful fading and sliding animation.

Homepage

License

unknown (license)

Dependencies

flutter

More

Packages that depend on delayed_display