这是indexloc提供的服务,不要输入任何密码
Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
bd26fba
Added refactor for bonding
vincent-iQontrol Nov 16, 2022
3259b6a
Temp fix for logging
vincent-iQontrol Dec 22, 2022
69663ba
Bump version
vincent-iQontrol Jan 25, 2023
561dc46
Change path
vincent-iQontrol Jan 25, 2023
f4df9f6
Only bond when timeout 25 or 8 seconds (ble dfgt) and bonstate == none
vincent-iQontrol Jan 25, 2023
8244a84
bump version
vincent-iQontrol Feb 9, 2023
ebe993c
Remove pubspec.lock
vincent-iQontrol Feb 13, 2023
14fe259
Getting connected peripherals with scan results
AlpSha Mar 24, 2023
4ac69a4
First time run project
AlpSha Mar 24, 2023
860d677
Setting services for retreiveConnectedPeripherals method
AlpSha Mar 24, 2023
437a8f2
Updated package versions to 5.0.5
AlpSha Mar 24, 2023
38e0ef4
Not disconnecting from the connected device on deinitialize
AlpSha Apr 11, 2023
6374910
Removed deinitializePlugin onDetachedFromEngine
AlpSha Apr 11, 2023
54976de
Increased version to 5.0.6 on reactive_ble_mobile
AlpSha Apr 11, 2023
92cf036
Added back onDetachedFromEngineMethod but commented out deinitializing
AlpSha Apr 11, 2023
177243e
Version bump to 5.0.7 on reactive_ble_mobile
AlpSha Apr 11, 2023
ccee88d
Example app not disconnects on pop
AlpSha Apr 11, 2023
23d3c29
Example app runs fine
AlpSha Apr 11, 2023
94f3362
Android scan results contains connected devices as well
AlpSha Apr 11, 2023
1b7f978
5.0.8 version bump for reactive_ble_mobile
AlpSha Apr 11, 2023
eb89698
Initializing plugin only if it is not initialized yet
AlpSha Apr 12, 2023
123676f
5.0.9 version bump for reactive_ble_mobile
AlpSha Apr 12, 2023
e9ce61d
Revert "Initializing plugin only if it is not initialized yet"
AlpSha Apr 12, 2023
d2b9c7e
5.0.10 version bump for reactive_ble_mobile
AlpSha Apr 12, 2023
e3ed39b
Merge remote-tracking branch 'iQontrol/master' into master
gazialankus Apr 27, 2023
15f1f01
Using reactive_ble_mobile from repository
gazialankus Apr 27, 2023
2568153
Set a dispatch queue on CBCentralManager to ensure BLE events in the …
F2006 Jun 2, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion example/android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-all.zip
2 changes: 1 addition & 1 deletion example/ios/Flutter/AppFrameworkInfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
<key>CFBundleVersion</key>
<string>1.0</string>
<key>MinimumOSVersion</key>
<string>9.0</string>
<string>11.0</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion example/ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Uncomment this line to define a global platform for your project
# platform :ios, '9.0'
# platform :ios, '11.0'

# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
Expand Down
6 changes: 3 additions & 3 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/reactive_ble_mobile/ios"

SPEC CHECKSUMS:
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
Protobuf: 1a37ebea1338949e9ac35a3f06e80b3f536eec8d
reactive_ble_mobile: 9ce6723d37ccf701dbffd202d487f23f5de03b4c
SwiftProtobuf: 9c85136c6ba74b0a1b84279dbf0f6db8efb714e0

PODFILE CHECKSUM: aafe91acc616949ddb318b77800a7f51bffa2a4c
PODFILE CHECKSUM: ef19549a9bc3046e7bb7d2fab4d021637c0c58a3

COCOAPODS: 1.11.2
COCOAPODS: 1.11.3
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1010"
LastUpgradeVersion = "1300"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
12 changes: 8 additions & 4 deletions example/ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -22,6 +24,12 @@
<string>$(FLUTTER_BUILD_NUMBER)</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSBluetoothAlwaysUsageDescription</key>
<string>The app uses bluetooth to find, connect and transfer data between different devices</string>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>The app uses bluetooth to find, connect and transfer data between different devices</string>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
<key>UIBackgroundModes</key>
<array>
<string>bluetooth-central</string>
Expand All @@ -45,9 +53,5 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>NSBluetoothAlwaysUsageDescription</key>
<string>The app uses bluetooth to find, connect and transfer data between different devices</string>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>The app uses bluetooth to find, connect and transfer data between different devices</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion example/lib/src/ui/device_detail/device_detail_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class _DeviceDetail extends StatelessWidget {
@override
Widget build(BuildContext context) => WillPopScope(
onWillPop: () async {
disconnect(device.id);
// disconnect(device.id);
return true;
},
child: DefaultTabController(
Expand Down
Loading