GithubHelp home page GithubHelp logo

emadeddin-eibo / ripple_animation Goto Github PK

View Code? Open in Web Editor NEW
10.0 10.0 14.0 1.65 MB

Simple and highly customizable ripple animation for any flutter app!

License: MIT License

Kotlin 14.91% Ruby 22.03% Swift 8.91% Objective-C 7.10% Dart 47.04%

ripple_animation's People

Contributors

emadeddin-eibo avatar m0hit-kumar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

ripple_animation's Issues

it works once on status update

it works once on status update. not working in next status update.

child: selectRippleprojeitem == items[index].id
? ClipRRect(
child: RippleAnimation(
key: _rippleKey,
duration: Duration(milliseconds: 700),
repeat: false,
color: Theme.of(context).splashColor,
minRadius: 200,

                                  ripplesCount: 1,
                                  child: buildListTile(index, context),
                                ),
                              )
                            : buildListTile(index, context));

Laggy animation

Hi, i am trying, found but is lagging, any idea?

return FutureBuilder<List<Book?>>(
future: mdp.getBooks(),
builder: (BuildContext context, AsyncSnapshot<List<Book?>> snapshot) {
if (snapshot.connectionState != ConnectionState.waiting) {
//my code
} else {
return Container(
decoration: BoxDecoration(color: Color(0xfffff8ee)),
child: RippleAnimation(
repeat: true,
color: const Color(0xffc44536),
minRadius: 100,
ripplesCount: 6,
child: Container()),
);

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.