Closed Cryptonex7 closed 4 years ago
I don't see any action on "Help and Feedback" in the drawer button.
@anirudhbagri I was gonna take up this issue myself but since you're already on it. Check out lines 227-267 in pages/HomePage/Home.dart
ListTile(
leading: Icon(Icons.help),
title: Text('Help and Feedback'),
onTap: () {
showDialog(
context: context,
builder: (context) => AlertDialog(
... //Some More code
);
},
),
Just copy paste the whole thing or maybe you can declare the AlertDialog as a seperate widget and use it in both the places. Good Luck :)
@emem365 Thanks for helping @anirudhbagri out. This is an open issue and both of you can attempt the PR for this issue.
Hi @Cryptonex7, since this is an open issue I've worked on it an I'm trying for a PR. Please have a look. I will make further improvements if required.
Sure @Ayushi673 , we will make sure your PR gets reviewed within 7 days. Thanks for contributing to KIDE.
We have more such issues coming up tomorrow - do check back to find more issues in your interest.
Regards, Cryptonex7
Meanwhile, @anirudhbagri, @Ayushi673, @emem365 , we have listed new issues for Hacktoberfest - you might want to go and check them out as well.
Description
Potential Solution
Supporting Images