Skip to content

Commit 5f97ecd

Browse files
Merge pull request #39 from bridgefy/release/v1.1.7
feat: upgrade version 1.1.7
2 parents 54c11b8 + 9655d0d commit 5f97ecd

31 files changed

+5113
-13185
lines changed

CHANGELOG.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Bridgefy Flutter 1.1.6
1+
# Bridgefy Flutter 1.1.7
22
### BLUETOOTH MESH NETWORKS
33

44
Devices running your app create Bluetooth Low-Energy mesh networks, which work in large crowds, during and after natural disasters, and whenever else your users lose access to the Internet.
@@ -15,9 +15,10 @@ all taken
1515

1616
## Change Log
1717

18-
### Version 1.1.6
19-
Android SDK: The latest version, `1.1.4`, is now available.
20-
Connectivity Improvements: Enhanced the reliability and stability of connections.
21-
Transaction Enhancements: Optimized the handling and processing of transactions.
22-
Data Transfer Speed: Achieved faster data transfers over BLE.
23-
Bug Fixes: Addressed several issues to improve overall performance.
18+
### Version 1.1.7
19+
Android SDK: The latest version, `1.2.0`, is now available.
20+
iOS SDK: The latest version, `1.2.1`, is now available.
21+
Scanning issues after disconnection—ensuring the app seamlessly resumes scanning when a peer disconnects.
22+
Reset of lastStateBLE value when services stop, providing smoother handling of Bluetooth states.
23+
Automatic scanning restart after a BLE service restart when all peers disconnect, keeping your app’s connections running smoothly.
24+

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ To install this SDK, you'll need to either add the following to your `pubspec.ya
4242

4343
```yaml
4444
dependencies:
45-
bridgefy: ^1.1.6
45+
bridgefy: ^1.1.7
4646
```
4747
4848
Or run this flutter command:

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ android {
5858
}
5959

6060
dependencies {
61-
implementation (group: "me.bridgefy", name: "android-sdk", version: "1.1.4", ext: "aar") {
61+
implementation (group: "me.bridgefy", name: "android-sdk", version: "1.2.0", ext: "aar") {
6262
transitive = true
6363
}
6464
}

example/ios/Flutter/AppFrameworkInfo.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
<key>CFBundleVersion</key>
2222
<string>1.0</string>
2323
<key>MinimumOSVersion</key>
24-
<string>11.0</string>
24+
<string>12.0</string>
2525
</dict>
2626
</plist>

example/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Uncomment this line to define a global platform for your project
2-
# platform :ios, '11.0'
2+
# platform :ios, '12.0'
33

44
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
55
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@
139139
9705A1C41CF9048500538489 /* Embed Frameworks */,
140140
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
141141
F7C6F9CE357CA07CAEDD1DBE /* [CP] Embed Pods Frameworks */,
142+
F7DCCB264AD9BD6186045054 /* [CP] Copy Pods Resources */,
142143
);
143144
buildRules = (
144145
);
@@ -155,7 +156,7 @@
155156
97C146E61CF9000F007C117D /* Project object */ = {
156157
isa = PBXProject;
157158
attributes = {
158-
LastUpgradeCheck = 1300;
159+
LastUpgradeCheck = 1510;
159160
ORGANIZATIONNAME = "";
160161
TargetAttributes = {
161162
97C146ED1CF9000F007C117D = {
@@ -267,6 +268,23 @@
267268
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
268269
showEnvVarsInLog = 0;
269270
};
271+
F7DCCB264AD9BD6186045054 /* [CP] Copy Pods Resources */ = {
272+
isa = PBXShellScriptBuildPhase;
273+
buildActionMask = 2147483647;
274+
files = (
275+
);
276+
inputFileListPaths = (
277+
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist",
278+
);
279+
name = "[CP] Copy Pods Resources";
280+
outputFileListPaths = (
281+
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist",
282+
);
283+
runOnlyForDeploymentPostprocessing = 0;
284+
shellPath = /bin/sh;
285+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n";
286+
showEnvVarsInLog = 0;
287+
};
270288
/* End PBXShellScriptBuildPhase section */
271289

272290
/* Begin PBXSourcesBuildPhase section */
@@ -342,7 +360,7 @@
342360
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
343361
GCC_WARN_UNUSED_FUNCTION = YES;
344362
GCC_WARN_UNUSED_VARIABLE = YES;
345-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
363+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
346364
MTL_ENABLE_DEBUG_INFO = NO;
347365
SDKROOT = iphoneos;
348366
SUPPORTED_PLATFORMS = iphoneos;
@@ -358,7 +376,7 @@
358376
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
359377
CLANG_ENABLE_MODULES = YES;
360378
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
361-
DEVELOPMENT_TEAM = "";
379+
DEVELOPMENT_TEAM = FMC5MLL736;
362380
ENABLE_BITCODE = NO;
363381
INFOPLIST_FILE = Runner/Info.plist;
364382
LD_RUNPATH_SEARCH_PATHS = (
@@ -420,7 +438,7 @@
420438
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
421439
GCC_WARN_UNUSED_FUNCTION = YES;
422440
GCC_WARN_UNUSED_VARIABLE = YES;
423-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
441+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
424442
MTL_ENABLE_DEBUG_INFO = YES;
425443
ONLY_ACTIVE_ARCH = YES;
426444
SDKROOT = iphoneos;
@@ -469,7 +487,7 @@
469487
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
470488
GCC_WARN_UNUSED_FUNCTION = YES;
471489
GCC_WARN_UNUSED_VARIABLE = YES;
472-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
490+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
473491
MTL_ENABLE_DEBUG_INFO = NO;
474492
SDKROOT = iphoneos;
475493
SUPPORTED_PLATFORMS = iphoneos;
@@ -487,7 +505,7 @@
487505
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
488506
CLANG_ENABLE_MODULES = YES;
489507
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
490-
DEVELOPMENT_TEAM = "";
508+
DEVELOPMENT_TEAM = FMC5MLL736;
491509
ENABLE_BITCODE = NO;
492510
INFOPLIST_FILE = Runner/Info.plist;
493511
LD_RUNPATH_SEARCH_PATHS = (
@@ -510,7 +528,7 @@
510528
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
511529
CLANG_ENABLE_MODULES = YES;
512530
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
513-
DEVELOPMENT_TEAM = "";
531+
DEVELOPMENT_TEAM = FMC5MLL736;
514532
ENABLE_BITCODE = NO;
515533
INFOPLIST_FILE = Runner/Info.plist;
516534
LD_RUNPATH_SEARCH_PATHS = (

example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1300"
3+
LastUpgradeVersion = "1510"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

example/ios/Runner/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import UIKit
22
import Flutter
33

4-
@UIApplicationMain
4+
@main
55
@objc class AppDelegate: FlutterAppDelegate {
66
override func application(
77
_ application: UIApplication,
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
class EnvironmentConfig {
22
static String bridgefyColor = '0x00FF4040';
33
static String apiKey = "YOUR_API_KEY_HERE";
4-
}
4+
}

example/pubspec.lock

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ packages:
2323
path: ".."
2424
relative: true
2525
source: path
26-
version: "1.1.6"
26+
version: "1.1.7"
2727
characters:
2828
dependency: transitive
2929
description:
@@ -91,26 +91,26 @@ packages:
9191
dependency: transitive
9292
description:
9393
name: leak_tracker
94-
sha256: "78eb209deea09858f5269f5a5b02be4049535f568c07b275096836f01ea323fa"
94+
sha256: "3f87a60e8c63aecc975dda1ceedbc8f24de75f09e4856ea27daf8958f2f0ce05"
9595
url: "https://pub.dev"
9696
source: hosted
97-
version: "10.0.0"
97+
version: "10.0.5"
9898
leak_tracker_flutter_testing:
9999
dependency: transitive
100100
description:
101101
name: leak_tracker_flutter_testing
102-
sha256: b46c5e37c19120a8a01918cfaf293547f47269f7cb4b0058f21531c2465d6ef0
102+
sha256: "932549fb305594d82d7183ecd9fa93463e9914e1b67cacc34bc40906594a1806"
103103
url: "https://pub.dev"
104104
source: hosted
105-
version: "2.0.1"
105+
version: "3.0.5"
106106
leak_tracker_testing:
107107
dependency: transitive
108108
description:
109109
name: leak_tracker_testing
110-
sha256: a597f72a664dbd293f3bfc51f9ba69816f84dcd403cdac7066cb3f6003f3ab47
110+
sha256: "6ba465d5d76e67ddf503e1161d1f4a6bc42306f9d66ca1e8f079a47290fb06d3"
111111
url: "https://pub.dev"
112112
source: hosted
113-
version: "2.0.1"
113+
version: "3.0.1"
114114
lints:
115115
dependency: transitive
116116
description:
@@ -131,18 +131,18 @@ packages:
131131
dependency: transitive
132132
description:
133133
name: material_color_utilities
134-
sha256: "0e0a020085b65b6083975e499759762399b4475f766c21668c4ecca34ea74e5a"
134+
sha256: f7142bb1154231d7ea5f96bc7bde4bda2a0945d2806bb11670e30b850d56bdec
135135
url: "https://pub.dev"
136136
source: hosted
137-
version: "0.8.0"
137+
version: "0.11.1"
138138
meta:
139139
dependency: transitive
140140
description:
141141
name: meta
142-
sha256: d584fa6707a52763a52446f02cc621b077888fb63b93bbcb1143a7be5a0c0c04
142+
sha256: bdb68674043280c3428e9ec998512fb681678676b3c54e773629ffe74419f8c7
143143
url: "https://pub.dev"
144144
source: hosted
145-
version: "1.11.0"
145+
version: "1.15.0"
146146
nested:
147147
dependency: transitive
148148
description:
@@ -272,10 +272,10 @@ packages:
272272
dependency: transitive
273273
description:
274274
name: test_api
275-
sha256: "5c2f730018264d276c20e4f1503fd1308dfbbae39ec8ee63c5236311ac06954b"
275+
sha256: "5b8a98dafc4d5c4c9c72d8b31ab2b23fc13422348d2997120294d3bac86b4ddb"
276276
url: "https://pub.dev"
277277
source: hosted
278-
version: "0.6.1"
278+
version: "0.7.2"
279279
vector_math:
280280
dependency: transitive
281281
description:
@@ -288,10 +288,10 @@ packages:
288288
dependency: transitive
289289
description:
290290
name: vm_service
291-
sha256: b3d56ff4341b8f182b96aceb2fa20e3dcb336b9f867bc0eafc0de10f1048e957
291+
sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d"
292292
url: "https://pub.dev"
293293
source: hosted
294-
version: "13.0.0"
294+
version: "14.2.5"
295295
sdks:
296-
dart: ">=3.2.0-0 <4.0.0"
297-
flutter: ">=3.16.0"
296+
dart: ">=3.3.0 <4.0.0"
297+
flutter: ">=3.18.0-18.0.pre.54"

0 commit comments

Comments
 (0)