Added google play and github buttons

This commit is contained in:
Juan Gilsanz Polo 2022-10-04 16:09:50 +02:00
parent 427b87ba55
commit 0a80bcbb90
10 changed files with 89 additions and 3 deletions

4
lib/constants/urls.dart Normal file
View file

@ -0,0 +1,4 @@
class Urls {
static const String playStore = "https://play.google.com/store/apps/details?id=com.jgeek00.adguard_home_manager";
static const String gitHub = "https://github.com/JGeek00/adguard-home-manager";
}