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

outdated

Show a simple end credits screen in your Flutter app.

end_credits #

end_credits License: MIT style: effective dart

Show a simple end credits screen in your Flutter app.

drawing

Getting Started #

EndCredits(
    sections,
    backgroundColor: Colors.black,
    curve: Curves.linear,
    delay: Duration(seconds: 1),
    speedFactor: normalSpeedFactor,
);

You need to pass an arry as Sections:

Section(title: 'Cast', roles: [
    Role(name: 'Role 1', crew: [Responsable('John Doe')])
])

You can customize the text style of:

  • Section
  • Crew
  • Role

There are 3 predefined speed factors, but you can pass a custom double value

  • Slow
  • Normal
  • Fast
4
likes
0
pub points
68%
popularity

Publisher

verified publisherpixela.tech

Show a simple end credits screen in your Flutter app.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on end_credits