Nikesh Maharjan
Nikesh Maharjan
I'll love to maintain this package. ^_^.
StompClient will throw null pointer exception when it is not connected. So, check ` if(mStompClient!=null){ ` ` if(mStompClient.isConnected()){ ` ` //Do your code here. ` ` } ` `}`
> Can you give an example for Flicker animation as this is the one you mentioned as a fixed You can use `pause` and `speed` parameter. `Pause` defines the duration...
> Text alignment was not working if we passed alignment in the FlickerAnimatedText widget. > > ## Pull Request Process > 1. Ensure any install or build dependencies are removed...
@guyluz11 Setting the parameter `isRepatingAnimation: false` and `totalRepeatCount: 1` should solve your issue. Thank you.
> > @guyluz11 Setting the parameter `isRepatingAnimation: false` and `totalRepeatCount: 1` should solve your issue. Thank you. > > I think i tested it and it didn't worked, can you...