This is a simple counter app built using Flutter and the flutter_bloc package. It demonstrates the use of Cubit for state management.
- Animated counter text using
AnimatedSwitcher. - Animated buttons using
AnimatedContainer. - Gradient background for a visually appealing design.
- Custom theme with a transparent app bar.