32 Commits
Author SHA1 Message Date
ksenia312 5bc73f2803 fix(initialize_data): unresolved doc reference 2025-05-13 17:10:42 +02:00
Ben HagenandGitHub abe519dae7 Add macOS support (#23)
* Add macOS support

* Update README

* Update to v0.2.0

* Document breaking changes

* Delete widget tests
2025-05-13 16:24:58 +02:00
Kseniia NikitinaandGitHub 1d31e4d4b1 [Android]: Improve files management and connection (#18) 2024-10-16 21:00:30 +02:00
Kseniia NikitinaandGitHub 897997e770 [iOS, Android]: Use NearbyServiceListenable for stream controllers and their values (#17)
* fix: use NearbyServiceListenable for stream controllers and their values

* bump: 0.1.1, changelog
2024-10-13 16:17:11 +02:00
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 7f8cbbffae Release v0.0.9 (#10)
* chore: update flutter, prepare to 0.0.9

* chore: update example
2024-08-10 22:10:08 +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 906e87c6a9 [Android] Add cancel request method (#7)
* feat: add cancel connect for android

* fix: cancel connect only for android

* fix: clean up the project

* chore: new fvm version

* chore: code style and comments

* chore: bump version to 0.0.8
2024-05-18 12:34:05 +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 e05d55bcec fix(android): release mode bugs: unavailable server and socket repeating 2024-02-08 14:52:50 +01:00
ksenia312 f83c01a9b8 fix(android, lib): permissions and memory safety 2024-02-07 20:44:50 +01:00
ksenia312 f18065db49 feat(lib, android, ios): permissions clean up, add id to files pack 2024-02-07 13:30:34 +01:00
ksenia312 06ca99c7f9 feat(example_full, lib, android): optimisation improving, current device data 2024-02-06 23:25:36 +01:00
ksenia312 e4a4a542e6 chore(lib, example_full): naming fixes 2024-02-06 22:26:58 +01:00
ksenia312 66c6f17b99 feat(lib): create responses to text messages 2024-02-06 22:24:58 +01:00
ksenia312 258cdf0adc chore: rename base classes, comments, formatting 2024-02-05 13:25:36 +01:00
ksenia312 1741ee3458 feat(android, ios): remove files field from files response 2024-02-05 12:28:49 +01:00
ksenia312 d6840a4313 feat(*): add sender to files pack result 2024-02-04 22:25:57 +01:00
ksenia312 a1ac4488ca fix(nearby_message): content generic renaming 2024-02-04 19:35:50 +01:00
ksenia312 3f7495a6a4 refactor(lib): create structure with base and interface 2024-02-04 19:28:28 +01:00
ksenia312 90c2908496 feat(android): stream the connection info 2024-02-04 17:11:25 +01:00
ksenia312 66a79eb4ba feat(ios): files sending 2024-02-04 16:23:48 +01:00
ksenia312 32a9f2a923 chore(android) clean up android files sending 2024-02-03 20:05:19 +01:00
ksenia312 4601abe155 fix(main): file name 2024-02-02 19:16:33 +01:00
ksenia312 8c33c44463 feat(android) multiple files support 2024-02-02 18:04:41 +01:00
ksenia312 466edeb39a feat(android): file sending improving 2024-02-02 16:13:08 +01:00
ksenia312 46451ef447 feat(android): implement file sending logic 2024-02-01 17:27:00 +01:00
ksenia312 5870dc2577 fix(lib): add message checks and improve exceptions 2024-02-01 12:06:16 +01:00
ksenia312 093a23145f doc(lib): comments for some API 2024-01-31 22:34:41 +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