From 3f23e4aa67cdd967b58a223655019d9e7b3e28b3 Mon Sep 17 00:00:00 2001 From: Juan Gilsanz Polo Date: Thu, 4 May 2023 04:04:38 +0200 Subject: [PATCH] Updated readme --- README.md | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/README.md b/README.md index c4df27d..293e8fb 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@

▶ See the clients list and create a custom configuration for a client.

▶ Configure the allowed devices, DHCP, DNS or rewrites among others.

▶ Material You interface with dynamic theming (only Android 12+).

+

▶ Full desktop support with builds for macOS, Linux and Windows.

+

▶ Responsive UI adapted for landscape displays.

## 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. @@ -40,6 +42,48 @@ This is an unofficial application. The AdGuard Home team and the development of ## Recommended configuration and lists On [this repository](https://github.com/JuanRodenas/Pihole_list) you can find a recommended configuration for AdGuard Home and some lists. Thanks to [JuanRodenas](https://github.com/JuanRodenas). +## Generate production build + + ## Third party libraries - [provider](https://pub.dev/packages/provider) - [sqflite](https://pub.dev/packages/sqflite) @@ -60,6 +104,14 @@ On [this repository](https://github.com/JuanRodenas/Pihole_list) you can find a - [bottom sheet](https://pub.dev/packages/bottom_sheet) - [percent indicator](https://pub.dev/packages/percent_indicator) - [store checker](https://pub.dev/packages/store_checker) +- [flutter markdown](https://pub.dev/packages/flutter_markdown) +- [markdown](https://pub.dev/packages/markdown) +- [html](https://pub.dev/packages/html) +- [flutter html](https://pub.dev/packages/flutter_html) +- [sqlite3 flutter libs](https://pub.dev/packages/sqlite3_flutter_libs) +- [sqflite common ffi](https://pub.dev/packages/sqflite_common_ffi) +- [window size](https://github.com/google/flutter-desktop-embedding) +- [flutter split view](https://github.com/JGeek00/flutter_split_view) (forked from [here](https://pub.dev/packages/flutter_split_view))