This Flutter project is a clone of Google Pay (GPay), focusing on replicating the frontend UI and user experience. It provides an interactive user interface with a custom keyboard and animations to mimic the GPay app.
- Custom keyboard for entering payment amounts and other details.
- Lottie animations for visual appeal.
- Replicated GPay UI elements, including cards and transaction history.
- Smooth animations and transitions for a seamless user experience.
- Utilises Provider Package to create optimised application.
Created this custom loader animation using the AnimatedBuilder widget in flutter, the shape was created using the Custom Clipper Widget, initially the offset was assigned and a arcToPoint was made from start to end points.