8 Commits
Author SHA1 Message Date
Kseniia NikitinaandGitHub 7049c39cf0 BREAKING CHANGE: Update API for connection, communication channel state and is browser value (#14)
* refactor(lib, example, example_full): use streams for communication channel and is ios browser

* feat: add abstract toJson() to message

* refactor: add deprecations for nearby_service

* feat(example): update main.dart

* feat(nearby_service): add comments

* feat(nearby_service_platform_interface): add deprecation to getConnectedDeviceStream

* feat(nearby_service/message): add concrete implementation for toJson()

* feat(nearby_service/android): add deprecations

* fix(nearby_service/android): reset check for android device

* fix(nearby_service/ios): change ios service to deprecations variant

* chore(nearby_service): edit deprecation messages

* chore: update gitignore

* doc: add CONTRIBUTING file

* doc: update CONTRIBUTING file

* chore: update CONTRIBUTING.md

* chore: update CONTRIBUTING.md

* chore: version 0.1.0

* fix(example_full): move startListeningCommunicationChannelState() upper
2024-08-18 15:42:53 +02:00
Kseniia NikitinaandGitHub a5c77f58e5 [Android, iOS]: Initialization check, no disconnect on closing (#9)
* feat(android, dart): add check for initialization, show proper error messages

* feat(exception): add exception mapper for android and ios

* feat(ios): check initialization in swift

* fix(android): add initialization check for methods, remove disconnect() inside onDetachedFromEngine

* chore: code style, version, changelog
2024-08-09 21:22:58 +02:00
Kseniia NikitinaandGitHub e4a8c2243f Fix: Android native connection errors are not displayed (#5)
* fix(android, lib): add error logging, handle running jobs exception

* doc(app_service): add comment

* fix(exampl_full, utils): move getCurrentDevice info and fix logs

* doc: add comments, update changelog

* doc: update changelog

* version: 0.0.7

* doc: update readme

* doc: update readme
2024-04-21 16:38:45 +02:00
ksenia312 258cdf0adc chore: rename base classes, comments, formatting 2024-02-05 13:25:36 +01:00
ksenia312 3f7495a6a4 refactor(lib): create structure with base and interface 2024-02-04 19:28:28 +01:00
ksenia312 04b261361a fix(nearby_service_method_channel): formatting 2024-01-31 22:26:06 +01:00
ksenia312 880cded058 doc(lib): add documentation for the dart side 2024-01-31 22:21:52 +01:00
ksenia312 541fbeaaf3 first commit 2024-01-31 14:16:22 +01:00