You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Flutter Counter App demonstrating state management using Cubit and BlocProvider. The app uses MultiBlocProvider to manage state globally, allowing counter updates from different screens. It showcases increment and decrement functionality across multiple screens while maintaining state persistence