Flutter

Flutter Ripple Animation

This will add a line like this to your package’s pubspec.yaml: import it in your Dart code, you can use: Now follow the below code for put ripple animation in your App Output : Ripple Animations

Flutter

How to trim a container in a flutter

The simplest way to do this is by using an overlap and ClipRect. The OverFlowBox allows the circle to draw outside the bounds of its parent, and then the ClipRect cuts it back to the edge. Widget build(BuildContext context) { return Scaffold( appBar: AppBar( backgroundColor: Colors.white, title:Text(‘Mask a container’,style:TextStyle(color:Colors.black)), centerTitle: true, ), body: Center( child: Container( decoration: BoxDecoration( borderRadius: BorderRadius.circular(10),…

Continue Reading

JQUERY

How to Add Slash Automatically While Typing Date in Text-box

In this Blog, we give you a trick to add slash(/) automatically while user typing date in text element. you can do it with the help of simple Jquery events keyup and keydown. Date Format: 09/09/2001 We have this blog is helpful for you. please leave comment if you have any queries. Thank you):