A new Flutter project.
This project is an attempt to recreate the "goofy eye" effect that follows the user's cursor. I found a similar implementation in JavaScript on a Fireship video and decided to see if it could be done in Flutter. By the way, finally found the use of trigonometry I studied in class 9 through 12. haha
The idea for this project came from a video by Fireship, where a similar effect was created using JavaScript.
The goal is to implement the same "goofy eye" effect in Flutter to explore the capabilities of the framework.
The eye will follow the user's touch or cursor movements on the screen, creating a playful and interactive experience.
To run this project, you will need to have Flutter installed. Follow the instructions on the official Flutter website to set up your environment.
- Clone the repository:
git clone https://github.com/HimalThapaMagar/Goofy-Following-Eye.git
- Navigate to the project directory
cd Goofy-Following-Eye
- Run the app:
flutter run
This project demonstrates how Flutter can be used to create fun and interactive UI effects. Feel free to explore and modify the code to create your own variations!