A Flutter application that demonstrates a dynamic counter with a blur effect. The app features a clean Material Design interface with a counter that can be adjusted using buttons or a slider. The counter value is limited between 0 and 100, and includes visual feedback through UI blur intensity that changes based on the counter value.
This project serves as a starting point for a Flutter application. To get started with this project, follow these steps:
-
Prerequisites
- Make sure you have Flutter installed on your machine
- Have an IDE (like VS Code or Android Studio) set up for Flutter development
-
Installation
- Clone this repository:
git clone https://github.com/Ansh934/BlurBar.git
- Navigate to the project directory:
cd BlurBar - Install dependencies:
flutter pub get
- Clone this repository:
-
Running the App
- Connect a device or start an emulator
- Run the app using:
flutter run
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.


