Skip to content

database, UI and app name

In this MR,

  1. Database support was given using Sqlite for the message cache and offline storage of conversations
  2. UI was improved, with separate pages for listing available devices and chats, profile.
  3. the dart files were separated into 4 directories - pages, database, classes and p2p
  4. the app name was changed from flutter_nearby_connections_example to p2p
  5. the Application ID was set to com.aossie.p2p

Merge request reports