diff --git a/README.md b/README.md index c82f7a2d..da637839 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,19 @@ Open-source Flutter client for MeshCore LoRa mesh networking devices. MeshCore Open is a cross-platform mobile application for communicating with MeshCore LoRa mesh network devices via Bluetooth Low Energy (BLE). The app enables long-range, off-grid communication through peer-to-peer messaging, public channels, and mesh networking capabilities. +## Screenshots + +

+ Contacts Screen + Chat Screen + Map View + Channels +

+ +

+ Chat with Reactions +

+ ## Features ### Core Functionality diff --git a/docs/screenshots/channels.jpg b/docs/screenshots/channels.jpg new file mode 100644 index 00000000..c86126f8 Binary files /dev/null and b/docs/screenshots/channels.jpg differ diff --git a/docs/screenshots/chat1.jpg b/docs/screenshots/chat1.jpg new file mode 100644 index 00000000..ff912d87 Binary files /dev/null and b/docs/screenshots/chat1.jpg differ diff --git a/docs/screenshots/chat2.jpg b/docs/screenshots/chat2.jpg new file mode 100644 index 00000000..df01ff8b Binary files /dev/null and b/docs/screenshots/chat2.jpg differ diff --git a/docs/screenshots/contacts.jpg b/docs/screenshots/contacts.jpg new file mode 100644 index 00000000..74a267c4 Binary files /dev/null and b/docs/screenshots/contacts.jpg differ diff --git a/docs/screenshots/map.jpg b/docs/screenshots/map.jpg new file mode 100644 index 00000000..5634f38d Binary files /dev/null and b/docs/screenshots/map.jpg differ