FLUTTER ECOSYSTEM

aliyigitbireroglu/flutter-animated-overflow

aliyigitbireroglu/flutter-animated-overflow open-source repository details.

flutter-एनिमेटेड ओवरफ्लो प्रोजेक्ट कवर
Stars
19
Forks
1
अंतिम पुश (UTC)
4 मई 2021
प्रोजेक्ट स्थिति
सक्रिय
AliYigitBireroglu GitHub avatar
GITHUB User

AliYigitBireroglu ↗

"It's true that we love one another, I love programming like a little brother."

भाषाएँDartHTML

इस रिपॉज़िटरी के पैकेज

मूल README

यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।

README खोलें / बंद करें

animated_overflow

Cosmos Software

Pub License

A simple widget for animating overflowing content horizontally or vertically with fade.

Media | Description | How-to-Use

Media

Watch on Youtube:

v1.0.0

https://www.cosmossoftware.coffee/Common/Portfolio/GIFs/FlutterAnimatedOverflow.gif

Description

This is a simple widget for animating overflowing content horizontally or vertically with fade.

How-to-Use

Simply create an AnimatedOverflow as shown in the example:

AnimatedOverflow({
    Key key,
    animatedOverflowDirection,
    child,
    maxHeight,
    maxWidth,
    padding : 0.0,
    speed   : 50})

Further Explanations:

For a complete set of descriptions for all parameters and methods, see the documentation.

  • The [animatedOverflowDirection] and [child] can't be null.
  • The [maxHeight] is only considered if [animatedOverflowDirection] is [AnimatedOverflowDirection.VERTICAL] and it should not be null.
  • The [maxWidth] is only considered if [animatedOverflowDirection] is [AnimatedOverflowDirection.HORIZONTAL] and it should not be null.

Notes

Any help, suggestion or criticism is appreciated!

Cheers.



https://www.cosmossoftware.coffee/Common/Images/CosmosSoftwareIconTransparent.png