Abhigyan103 / Clickboard

MIT License
7 stars 11 forks source link

Fix #16: now onTapping logo button you can redirect to college website #19

Closed avirupnandi1 closed 9 months ago

avirupnandi1 commented 9 months ago

Pull Request: Adding onTap functionality with InkWell and integrating url_launcher

Description

This Pull Request introduces the onTap feature to the existing widget using InkWell and integrates the url_launcher package for opening a website when the widget is tapped.

Changes Made

avirupnandi1 commented 9 months ago

Hello @Abhigyan103 , I have just added onTap functionality to the widget using InkWell. Also updated the pubspec.yaml file with the url_launcher dependency. Take a look!