diff --git a/README.md b/README.md index 5f4eaf4..4fb6778 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ # Nearby Service +Nearby Service Flutter Plugin for creating connections in a P2P network. With this plugin you can easily create any +application for sharing information **without the Internet connection**. -

Connecting phones in a P2P network

+### Connecting phones in a P2P network [![Xenikii Website](https://img.shields.io/badge/-xenikii.one-bd2727?style=flat&logoColor=white)](https://xenikii.one) [![LICENSE BSD](https://img.shields.io/badge/License-BSD-4577d9)](https://github.com/ksenia312/nearby_service/blob/main/LICENSE) + + diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml index f327df6..3206053 100644 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -1,14 +1,13 @@ - + + - + + - - - - + - - - - - - - - - - - - - - - - - - + + + android:icon="@mipmap/ic_launcher" + android:label="nearby_service_example_full"> + android:name="io.flutter.embedding.android.NormalTheme" + android:resource="@style/NormalTheme" /> - - + +