Here you can find some Flutter examples.
Clone the repository and run the following commands:
flutter pub get flutter run| Heartbeat Ring Animation | Ring Animation | 
|---|---|
![]()  |  ![]()  |  
Center( child: WidgetRingAnimator( size: 120, ringIcons: const [ 'assets/store.png', 'assets/product.png', 'assets/cart.png', 'assets/rupee.png', 'assets/delivery.png', ], ringIconsSize: 3, ringIconsColor: Colors.grey[200], ringAnimation: Curves.linear, ringColor: Colors.green, reverse: false, ringAnimationInSeconds: 10, child: Container( child: Material( elevation: 8.0, shape: CircleBorder(), child: CircleAvatar( backgroundColor: Colors.transparent, child: Image.asset( 'assets/app_logo.png', color: Colors.green, height: 65, ), radius: 45.0, ), ), ), ) ),Assets
Please feel free to fork, comment, critique, or submit a pull request.
P Srinivas Rao



