2022-12-01 01:42:18 +01:00
< h1 align = "center" >
2022-12-01 01:54:39 +01:00
< img src = "https://github.com/JGeek00/adguard-home-manager/raw/master/assets/other/banner.png" / >
2022-12-01 01:42:18 +01:00
< / h1 >
2022-09-26 13:51:18 +02:00
2022-12-01 01:42:18 +01:00
< h5 align = "center" >
2022-12-01 01:58:50 +01:00
< b >
AdGuard Home Manager is an
< a href = "https://adguard.com/es/adguard-home/overview.html" target = "_blank" rel = "noopener noreferrer" >
AdGuard Home
< / a >
unofficial client developed with Flutter.< / b >
2022-12-01 01:42:18 +01:00
< / h5 >
< p align = "center" >
2022-12-01 01:56:01 +01:00
< a href = "https://play.google.com/store/apps/details?id=com.jgeek00.adguard_home_manager" target = "_blank" rel = "noopener noreferrer" >
< img src = "/assets/other/get_google_play.png" width = "300px" >
2022-12-01 01:42:18 +01:00
< / a >
2022-12-01 02:02:14 +01:00
< a href = "https://github.com/JGeek00/adguard-home-manager/releases" target = "_blank" rel = "noopener noreferrer" >
< img src = "/assets/other/get-github.png" width = "300px" >
< / a >
2022-12-01 01:42:18 +01:00
< / p >
2022-10-04 16:10:33 +02:00
2022-09-30 11:40:44 +02:00
## Main features
< p > ▶ Manage your AdGuard Home server on an easy way.< / p >
< p > ▶ Supports HTTP and HTTPS connections.< / p >
< p > ▶ Enable and disable the different protections with only one switch.< / p >
< p > ▶ Add multiple servers to the app, and manage all of them from here.< / p >
2022-10-24 03:00:02 +02:00
< p > ▶ See and filter the query logs.< / p >
< p > ▶ Manage your filtering lists.< / p >
< p > ▶ See the clients list and create a custom configuration for a client.< / p >
< p > ▶ Configure the allowed devices, DHCP, DNS or rewrites among others.< / p >
< p > ▶ Material You interface with dynamic theming (only Android 12+).< / p >
2022-09-30 11:40:44 +02:00
## Privacy policy
AdGuard Home Manager does not collect any personal user data. All data stored into the application is kept on the user's device.
## Disclaimer
This is an unofficial application. The AdGuard Home team and the development of the AdGuard Home software is not related in any way with this application.
## Third party libraries
- [provider ](https://pub.dev/packages/provider )
- [sqflite ](https://pub.dev/packages/sqflite )
- [http ](https://pub.dev/packages/http )
- [expandable ](https://pub.dev/packages/expandable )
- [package info plus ](https://pub.dev/packages/package_info_plus )
- [flutter phoenix ](https://pub.dev/packages/flutter_phoenix )
- [flutter displaymode ](https://pub.dev/packages/flutter_displaymode )
- [flutter launcher icons ](https://pub.dev/packages/flutter_launcher_icons )
- [flutter native splash ](https://pub.dev/packages/flutter_native_splash )
- [intl ](https://pub.dev/packages/intl )
- [animations ](https://pub.dev/packages/animations )
- [dynamic color ](https://pub.dev/packages/dynamic_color )
- [device info ](https://pub.dev/packages/device_info )
2022-10-04 16:10:33 +02:00
- [fl chart ](https://pub.dev/packages/fl_chart )
- [flutter web browser ](https://pub.dev/packages/flutter_web_browser )
- [flutter svg ](https://pub.dev/packages/flutter_svg )
2022-10-09 18:49:55 +02:00
- [bottom sheet ](https://pub.dev/packages/bottom_sheet )
2022-10-25 20:02:48 +02:00
- [percent indicator ](https://pub.dev/packages/percent_indicator )
2022-10-29 18:40:07 +02:00
- [store checker ](https://pub.dev/packages/store_checker )
2022-09-30 11:40:44 +02:00
2022-09-26 13:55:16 +02:00
< br >
2022-09-26 13:51:18 +02:00
2022-09-26 13:55:16 +02:00
##### Created by JGeek00