flutter_source_search
Search vendored flutter_reactive_ble source code to find exact implementation details, such as thrown errors, GATT status mappings, and method channel behavior.
Instructions
Grep the vendored ground-truth source of flutter_reactive_ble and its federation (reactive_ble_platform_interface, reactive_ble_mobile — Dart API, Android Kotlin, iOS/macOS Swift, protobuf codecs), pinned at the exact versions the sample corpus was verified against. Use when the answer lives in the implementation: what a call actually throws, how the native side maps a GATT status, what goes over the method channel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Case-insensitive regex or plain fragment (e.g., 'GATT_ERROR|status 133', 'requestMtu', 'class Central') | |
| package | No | Restrict to one vendored package: flutter_reactive_ble, reactive_ble_platform_interface, or reactive_ble_mobile | |
| max_results | No | Cap on matched lines (default 30, max 100) |